Searched defs:AudioVolume (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/ |
H A D | audio_volume.h | 48 struct AudioVolume { struct 58 int32_t (*SetMute)(AudioHandle handle, bool mute); 69 int32_t (*GetMute)(AudioHandle handle, bool *mute); 82 int32_t (*SetVolume)(AudioHandle handle, float volume); 92 int32_t (*GetVolume)(AudioHandle handle, float *volume); 111 int32_t (*GetGainThreshold)(AudioHandle handle, float *min, float *max); 122 int32_t (*GetGain)(AudioHandle handle, float *gain); 133 int32_t (*SetGain)(AudioHandle handle, float gain);
|
/ohos5.0/drivers/peripheral/audio/interfaces/include/ |
H A D | audio_volume.h | 48 struct AudioVolume { struct 58 int32_t (*SetMute)(AudioHandle handle, bool mute); 69 int32_t (*GetMute)(AudioHandle handle, bool *mute); 82 int32_t (*SetVolume)(AudioHandle handle, float volume); 92 int32_t (*GetVolume)(AudioHandle handle, float *volume); 111 int32_t (*GetGainThreshold)(AudioHandle handle, float *min, float *max); 122 int32_t (*GetGain)(AudioHandle handle, float *gain); 133 int32_t (*SetGain)(AudioHandle handle, float gain);
|
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/ |
H A D | audio_volume.h | 48 struct AudioVolume { struct 58 int32_t (*SetMute)(AudioHandle handle, bool mute); 69 int32_t (*GetMute)(AudioHandle handle, bool *mute); 82 int32_t (*SetVolume)(AudioHandle handle, float volume); 92 int32_t (*GetVolume)(AudioHandle handle, float *volume); 111 int32_t (*GetGainThreshold)(AudioHandle handle, float *min, float *max); 122 int32_t (*GetGain)(AudioHandle handle, float *gain); 133 int32_t (*SetGain)(AudioHandle handle, float gain);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_volume.cpp | 62 AudioVolume::AudioVolume() in AudioVolume() function in OHOS::AudioStandard::AudioVolume
|