Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 24 of 24) 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/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc45 static int adev_set_voice_volume(struct audio_hw_device* dev, float volume) { in adev_set_voice_volume()
50 static int adev_set_master_volume(struct audio_hw_device* dev, float volume) { in adev_set_master_volume()
55 static int adev_get_master_volume(struct audio_hw_device* dev, float* volume) { in adev_get_master_volume()
/system/bt/binder/android/bluetooth/
DIBluetoothAvrcpTarget.aidl28 void sendVolumeChanged(in int volume); in sendVolumeChanged()
DIBluetoothHearingAid.aidl38 void setVolume(int volume); in setVolume()
DIBluetoothA2dp.aidl40 oneway void setAvrcpAbsoluteVolume(int volume); in setAvrcpAbsoluteVolume()
/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.cc849 bt_status_t HeadsetInterface::VolumeControl(bthf_volume_type_t type, int volume, in VolumeControl()
Dbtif_rc.cc2507 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/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.cc389 void Device::SetVolume(int8_t volume) { in SetVolume()
1412 static std::string volumeToStr(int8_t volume) { in volumeToStr()
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc1684 UNUSED_ATTR float volume) { in adev_set_voice_volume()
1691 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.cc1744 UNUSED_ATTR float volume) { in adev_set_voice_volume()
1751 UNUSED_ATTR float volume) { in adev_set_master_volume()
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc1795 void bta_hf_client_send_at_vgs(tBTA_HF_CLIENT_CB* client_cb, uint32_t volume) { in bta_hf_client_send_at_vgs()
1810 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.h1204 uint8_t volume; member
1310 tAVRC_SET_VOLUME_CMD volume; /* SetAbsVolume */ member
1409 uint8_t volume; member
1428 uint8_t volume; member
1526 tAVRC_SET_VOLUME_RSP volume; /* SetAbsVolume */ member
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1515 void SetVolume(int8_t volume) override { in SetVolume()