Searched refs:AudioCtrlElemInfo (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/include/ |
H A D | audio_interface_lib_common.h | 45 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 D | audio_control.h | 40 struct AudioCtrlElemInfo { struct 83 int32_t (*Info)(const struct AudioKcontrol *kcontrol, struct AudioCtrlElemInfo *elemInfo);
|
H A D | audio_core.h | 64 int32_t AudioInfoCtrlOps(const struct AudioKcontrol *kcontrol, struct AudioCtrlElemInfo *elemInfo); 68 int32_t AudioInfoEnumCtrlOps(const struct AudioKcontrol *kcontrol, struct AudioCtrlElemInfo *elemIn…
|
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/src/ |
H A D | audio_interface_lib_common.c | 94 int32_t AudioGetElemValue(struct HdfSBuf *reply, struct AudioCtrlElemInfo *volThreshold) in AudioGetElemValue() 965 struct AudioCtrlElemInfo eValue; in AudioParseIntegerFromBuf() 967 (void)memset_s(&eValue, sizeof(struct AudioCtrlElemInfo), 0, sizeof(struct AudioCtrlElemInfo)); in AudioParseIntegerFromBuf() 1094 struct AudioCtrlElemInfo eInfo = { in AudioFillInfoDataToBuf() 1118 struct AudioCtrlElemInfo eValue; in AudioParseInfoDataFromBuf() 1120 (void)memset_s(&eValue, sizeof(struct AudioCtrlElemInfo), 0, sizeof(struct AudioCtrlElemInfo)); in AudioParseInfoDataFromBuf()
|
H A D | audio_interface_lib_capture.c | 586 struct AudioCtrlElemInfo gainThreshold; in AudioCtlCaptureGetGainThreshold() 608 …(void)memset_s(&gainThreshold, sizeof(struct AudioCtrlElemInfo), 0, sizeof(struct AudioCtrlElemInf… in AudioCtlCaptureGetGainThreshold() 651 struct AudioCtrlElemInfo volThreshold; in AudioCtlCaptureGetVolThreshold()
|
H A D | audio_interface_lib_render.c | 529 struct AudioCtrlElemInfo gainThreshold; in AudioCtlRenderSceneGetGainThreshold() 552 …(void)memset_s(&gainThreshold, sizeof(struct AudioCtrlElemInfo), 0, sizeof(struct AudioCtrlElemInf… in AudioCtlRenderSceneGetGainThreshold() 605 struct AudioCtrlElemInfo volThreshold; in AudioCtlRenderGetVolThreshold()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/ |
H A D | audio_control_dispatch.c | 51 static int32_t FillElemInfoBuf(struct HdfSBuf *rspData, struct AudioCtrlElemInfo *eInfo) in FillElemInfoBuf() 79 struct AudioCtrlElemInfo elemInfo; in ControlHostElemInfoSub() 95 … (void)memset_s(&elemInfo, sizeof(struct AudioCtrlElemInfo), 0, sizeof(struct AudioCtrlElemInfo)); in ControlHostElemInfoSub()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/audio/src/ |
H A D | audio_core_test.c | 396 struct AudioCtrlElemInfo elemInfo; in AudioInfoCtrlOpsTest() 404 … (void)memset_s(&elemInfo, sizeof(struct AudioCtrlElemInfo), 0, sizeof(struct AudioCtrlElemInfo)); in AudioInfoCtrlOpsTest()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/core/src/ |
H A D | audio_core.c | 697 int32_t AudioInfoCtrlOps(const struct AudioKcontrol *kcontrol, struct AudioCtrlElemInfo *elemInfo) in AudioInfoCtrlOps() 720 int32_t AudioInfoEnumCtrlOps(const struct AudioKcontrol *kcontrol, struct AudioCtrlElemInfo *elemIn… in AudioInfoEnumCtrlOps()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_mixer.c | 1185 …UsbMixerCtlFeatureInfo(const struct AudioKcontrol *kcontrol, struct AudioCtrlElemInfo *ctrlElemInf… in AudioUsbMixerCtlFeatureInfo() 1775 const struct AudioKcontrol *kcontrol, struct AudioCtrlElemInfo *ctrlElemInfo) in AudioUsbMixerCtlSelectorInfo()
|