Searched defs:AudioVolume (Results 1 – 3 of 3) sorted by relevance
| /drivers/peripheral/audio/interfaces/2.0/include/ |
| 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);
|
| /drivers/peripheral/bluetooth/audio/interfaces/include/ |
| 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);
|
| /drivers/peripheral/audio/interfaces/include/ |
| 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);
|