Searched refs:offset_val (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | vc.rs | 49 offset_val: i16, in set_ext_audio_out_volume_offset() 270 offset_val: i16, in set_ext_audio_out_volume_offset() 272 self.internal.pin_mut().set_ext_audio_out_volume_offset(addr, ext_output_id, offset_val); in set_ext_audio_out_volume_offset()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/ |
D | vc_shim.cc | 206 RawAddress addr, uint8_t ext_output_id, int16_t offset_val) { in set_ext_audio_out_volume_offset() argument 207 return intf_->SetExtAudioOutVolumeOffset(addr, ext_output_id, offset_val); in set_ext_audio_out_volume_offset()
|
D | vc_shim.h | 42 void set_ext_audio_out_volume_offset(RawAddress addr, uint8_t ext_output_id, int16_t offset_val);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_vc.cc | 212 int16_t offset_val) override { in SetExtAudioOutVolumeOffset() argument 223 ext_output_id, offset_val)); in SetExtAudioOutVolumeOffset()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_vc.h | 99 int16_t offset_val) = 0;
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | vc.cc | 1043 int16_t offset_val) override { in SetExtAudioOutVolumeOffset() argument 1046 UINT16_TO_STREAM(ptr, offset_val); in SetExtAudioOutVolumeOffset()
|