Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 25 of 25) sorted by relevance

/system/bt/packet/avrcp/
Dset_absolute_volume.h44 SetAbsoluteVolumeRequestBuilder(uint8_t volume) in SetAbsoluteVolumeRequestBuilder()
Dset_absolute_volume.cc23 SetAbsoluteVolumeRequestBuilder::MakeBuilder(uint8_t volume) { in MakeBuilder()
/system/bt/binder/android/bluetooth/
DIBluetoothAvrcpTarget.aidl28 void sendVolumeChanged(in int volume); in sendVolumeChanged()
DIBluetoothHearingAid.aidl37 void setVolume(int volume); in setVolume()
DIBluetoothA2dp.aidl45 oneway void setAvrcpAbsoluteVolume(int volume); in setAvrcpAbsoluteVolume()
/system/bt/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc65 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/
DVolumeBase.cpp154 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/
DBalance.cpp161 for (float volume : mVolumes) { in toString() local
/system/bt/btif/src/
Dbtif_hearing_aid.cc107 void SetVolume(int8_t volume) override { in SetVolume()
Dbtif_hf_client.cc452 bthf_client_volume_type_t type, int volume) { in volume_control()
Dbtif_hf.cc885 bt_status_t HeadsetInterface::VolumeControl(bthf_volume_type_t type, int volume, in VolumeControl()
Dbtif_rc.cc2588 static bt_status_t set_volume(uint8_t volume) { in set_volume()
/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTarget.aidl57 boolean SetVolume(int volume); in SetVolume()
DIBluetoothAvrcpTargetCallback.aidl33 void OnVolumeChange(String addr, int volume, int ctype); in OnVolumeChange()
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc209 Status BluetoothAvrcpTargetBinderServer::SetVolume(int32_t volume, in SetVolume()
296 int32_t volume, in OnVolumeChange()
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc43 virtual void SetVolume(int8_t volume) {} in SetVolume()
/system/bt/service/
Davrcp_target.cc238 bool AvrcpTarget::SetVolume(int volume) { in SetVolume()
352 void AvrcpTarget::VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
/system/bt/btif/avrcp/
Davrcp_service.cc260 auto cb_lambda = [](VolumeChangedCb cb, int8_t volume) { in DeviceConnected()
277 void SetVolume(int8_t volume) override { in SetVolume()
/system/bt/profile/avrcp/
Ddevice.cc392 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/
Daudio_hearing_aid_hw.cc1683 UNUSED_ATTR float volume) { in adev_set_voice_volume()
1690 UNUSED_ATTR float volume) { in adev_set_master_volume()
/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc168 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/
Daudio_a2dp_hw.cc1743 UNUSED_ATTR float volume) { in adev_set_voice_volume()
1750 UNUSED_ATTR float volume) { in adev_set_master_volume()
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc1834 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/
Davrc_defs.h1205 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/
Dhearing_aid.cc1559 void SetVolume(int8_t volume) override { in SetVolume()