Home
last modified time | relevance | path

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

12

/system/bt/btif/src/
Dbtif_vc.cc57 void OnVolumeStateChanged(const RawAddress& address, uint8_t volume, in OnVolumeStateChanged()
66 void OnGroupVolumeStateChanged(int group_id, uint8_t volume, in OnGroupVolumeStateChanged()
90 uint8_t volume) override { in SetVolume()
Dbtif_hearing_aid.cc107 void SetVolume(int8_t volume) override { in SetVolume()
Dbtif_hf_client.cc448 bthf_client_volume_type_t type, int volume) { in volume_control()
/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.aidl29 void sendVolumeChanged(in int volume); in sendVolumeChanged()
DIBluetoothVolumeControl.aidl46 void setVolume(in BluetoothDevice device, int volume, in AttributionSource attributionSource); in setVolume()
48 void setVolumeGroup(int group_id, int volume, in AttributionSource attributionSource); in setVolumeGroup()
DIBluetoothHearingAid.aidl48 void setVolume(int volume, in AttributionSource attributionSource); in setVolume()
DIBluetoothA2dp.aidl68 oneway void setAvrcpAbsoluteVolume(int volume, in AttributionSource attributionSource); 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.cpp164 void VolumeBase::addVolume(const std::shared_ptr<VolumeBase>& volume) { in addVolume()
168 void VolumeBase::removeVolume(const std::shared_ptr<VolumeBase>& volume) { in removeVolume()
/system/media/audio_utils/
DBalance.cpp142 for (float volume : mVolumes) { in toString() local
/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/bta/vc/
Ddevices.h47 uint8_t volume; variable
Dvc.cc387 uint8_t volume) override { in SetVolume()
/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.cc239 bool AvrcpTarget::SetVolume(int volume) { in SetVolume()
353 void AvrcpTarget::VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
/system/bt/btif/avrcp/
Davrcp_service.cc259 auto cb_lambda = [](VolumeChangedCb cb, int8_t volume) { in DeviceConnected()
276 void SetVolume(int8_t volume) override { in SetVolume()
/system/vold/
DVolumeManager.cpp1023 auto volume = findVolumeWithFilter(filter_fn); in setupAppDir() local
1093 auto volume = findVolumeWithFilter(filter_fn); in createObb() local
/system/bt/profile/avrcp/
Ddevice.cc411 void Device::SetVolume(int8_t volume) { in SetVolume()
1474 static std::string volumeToStr(int8_t volume) { in volumeToStr()
/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc169 void VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback()
690 uint8_t volume, uint8_t ctype, const RawAddress& bd_addr) { in VolumeChangeCallback()
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc1706 UNUSED_ATTR float volume) { in adev_set_voice_volume()
1713 UNUSED_ATTR float volume) { in adev_set_master_volume()
/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()

12