Home
last modified time | relevance | path

Searched defs:AudioCtrlElemInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/include/
H A Daudio_interface_lib_common.h45 struct AudioCtrlElemInfo { struct
55 int32_t AudioGetElemValue(struct HdfSBuf *reply, struct AudioCtrlElemInfo *volThreshold); argument
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_control.h40 struct AudioCtrlElemInfo { struct
41 struct AudioCtrlElemId id;
42 uint32_t count; /* count of values */
43 int32_t type; /* R: value type - AUDIODRV_CTL_ELEM_IFACE_MIXER_* */
44 int32_t min; /* R: minimum value */
45 int32_t max; /* R: maximum value */