/system/bt/packet/avrcp/ |
D | set_absolute_volume.h | 44 SetAbsoluteVolumeRequestBuilder(uint8_t volume) in SetAbsoluteVolumeRequestBuilder()
|
D | set_absolute_volume.cc | 23 SetAbsoluteVolumeRequestBuilder::MakeBuilder(uint8_t volume) { in MakeBuilder()
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothAvrcpTarget.aidl | 28 void sendVolumeChanged(in int volume); in sendVolumeChanged()
|
D | IBluetoothHearingAid.aidl | 37 void setVolume(int volume); in setVolume()
|
D | IBluetoothA2dp.aidl | 45 oneway void setAvrcpAbsoluteVolume(int volume); in setAvrcpAbsoluteVolume()
|
/system/bt/audio_bluetooth_hw/ |
D | audio_bluetooth_hw.cc | 65 static int adev_set_voice_volume(struct audio_hw_device* dev, float volume) { in adev_set_voice_volume() 70 static int adev_set_master_volume(struct audio_hw_device* dev, float volume) { in adev_set_master_volume() 75 static int adev_get_master_volume(struct audio_hw_device* dev, float* volume) { in adev_get_master_volume()
|
/system/vold/model/ |
D | VolumeBase.cpp | 154 void VolumeBase::addVolume(const std::shared_ptr<VolumeBase>& volume) { in addVolume() 158 void VolumeBase::removeVolume(const std::shared_ptr<VolumeBase>& volume) { in removeVolume()
|
/system/media/audio_utils/ |
D | Balance.cpp | 161 for (float volume : mVolumes) { in toString() local
|
/system/bt/btif/src/ |
D | btif_hearing_aid.cc | 107 void SetVolume(int8_t volume) override { in SetVolume()
|
D | btif_hf_client.cc | 452 bthf_client_volume_type_t type, int volume) { in volume_control()
|
D | btif_hf.cc | 885 bt_status_t HeadsetInterface::VolumeControl(bthf_volume_type_t type, int volume, in VolumeControl()
|
D | btif_rc.cc | 2588 static bt_status_t set_volume(uint8_t volume) { in set_volume()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothAvrcpTarget.aidl | 57 boolean SetVolume(int volume); in SetVolume()
|
D | IBluetoothAvrcpTargetCallback.aidl | 33 void OnVolumeChange(String addr, int volume, int ctype); in OnVolumeChange()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_target_binder_server.cc | 209 Status BluetoothAvrcpTargetBinderServer::SetVolume(int32_t volume, in SetVolume() 296 int32_t volume, in OnVolumeChange()
|
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 43 virtual void SetVolume(int8_t volume) {} in SetVolume()
|
/system/bt/service/ |
D | avrcp_target.cc | 238 bool AvrcpTarget::SetVolume(int volume) { in SetVolume() 352 void AvrcpTarget::VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 260 auto cb_lambda = [](VolumeChangedCb cb, int8_t volume) { in DeviceConnected() 277 void SetVolume(int8_t volume) override { in SetVolume()
|
/system/bt/profile/avrcp/ |
D | device.cc | 392 void Device::SetVolume(int8_t volume) { in SetVolume() 1422 static std::string volumeToStr(int8_t volume) { in volumeToStr()
|
/system/bt/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 1683 UNUSED_ATTR float volume) { in adev_set_voice_volume() 1690 UNUSED_ATTR float volume) { in adev_set_master_volume()
|
/system/bt/service/hal/ |
D | bluetooth_avrcp_interface.cc | 168 void VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback() 689 uint8_t volume, uint8_t ctype, const RawAddress& bd_addr) { in VolumeChangeCallback()
|
/system/bt/audio_a2dp_hw/src/ |
D | audio_a2dp_hw.cc | 1743 UNUSED_ATTR float volume) { in adev_set_voice_volume() 1750 UNUSED_ATTR float volume) { in adev_set_master_volume()
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.cc | 1834 void bta_hf_client_send_at_vgs(tBTA_HF_CLIENT_CB* client_cb, uint32_t volume) { in bta_hf_client_send_at_vgs() 1849 void bta_hf_client_send_at_vgm(tBTA_HF_CLIENT_CB* client_cb, uint32_t volume) { in bta_hf_client_send_at_vgm()
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1205 uint8_t volume; member 1311 tAVRC_SET_VOLUME_CMD volume; /* SetAbsVolume */ member 1410 uint8_t volume; member 1429 uint8_t volume; member 1527 tAVRC_SET_VOLUME_RSP volume; /* SetAbsVolume */ member
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 1559 void SetVolume(int8_t volume) override { in SetVolume()
|