Home
last modified time | relevance | path

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

123

/system/bt/packet/avrcp/
Dset_absolute_volume.h35 uint8_t volume);
44 SetAbsoluteVolumeRequestBuilder(uint8_t volume) in SetAbsoluteVolumeRequestBuilder() argument
47 volume_(volume){}; in SetAbsoluteVolumeRequestBuilder()
Dset_absolute_volume.cc23 SetAbsoluteVolumeRequestBuilder::MakeBuilder(uint8_t volume) { in MakeBuilder() argument
25 new SetAbsoluteVolumeRequestBuilder(volume & 0x7F)); in MakeBuilder()
/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() argument
66 LOG(VERBOSE) << __func__ << ": volume=" << 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() argument
71 LOG(VERBOSE) << __func__ << ": volume=" << 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() argument
/system/bt/btif/src/
Dbtif_hearing_aid.cc107 void SetVolume(int8_t volume) override { in SetVolume() argument
108 DVLOG(2) << __func__ << " volume: " << +volume; in SetVolume()
110 Unretained(HearingAid::Get()), volume)); in SetVolume()
/system/bt/binder/android/bluetooth/
DIBluetoothAvrcpTarget.aidl28 void sendVolumeChanged(in int volume); in sendVolumeChanged() argument
DIBluetoothHearingAid.aidl37 void setVolume(int volume); in setVolume() argument
DIBluetoothA2dp.aidl45 oneway void setAvrcpAbsoluteVolume(int volume); in setAvrcpAbsoluteVolume() argument
/system/vold/model/
DVolumeBase.cpp154 void VolumeBase::addVolume(const std::shared_ptr<VolumeBase>& volume) { in addVolume() argument
155 mVolumes.push_back(volume); in addVolume()
158 void VolumeBase::removeVolume(const std::shared_ptr<VolumeBase>& volume) { in removeVolume() argument
159 mVolumes.remove(volume); in removeVolume()
DVolumeBase.h97 void addVolume(const std::shared_ptr<VolumeBase>& volume);
98 void removeVolume(const std::shared_ptr<VolumeBase>& volume);
/system/bt/stack/avrc/
Davrc_pars_tg.cc68 BE_STREAM_TO_UINT8(p_result->volume.volume, p); in avrc_ctrl_pars_vendor_cmd()
69 p_result->volume.volume = AVRC_MAX_VOLUME & p_result->volume.volume; in avrc_ctrl_pars_vendor_cmd()
315 p_result->volume.volume = *p++; in avrc_pars_vendor_cmd()
/system/bt/service/
Davrcp_target.h63 virtual void OnVolumeChange(const std::string& addr, int32_t volume,
110 bool SetVolume(int volume);
140 void VolumeChangeCallback(uint8_t volume, uint8_t ctype,
Davrcp_target.cc238 bool AvrcpTarget::SetVolume(int volume) { in SetVolume() argument
242 volume) == BT_STATUS_SUCCESS); in SetVolume()
352 void AvrcpTarget::VolumeChangeCallback(uint8_t volume, uint8_t ctype, in VolumeChangeCallback() argument
356 if (delegate_) delegate_->OnVolumeChange(str_addr, volume, ctype); in VolumeChangeCallback()
/system/media/audio_utils/
DBalance.cpp161 for (float volume : mVolumes) { in toString() local
162 ss << " " << volume; in toString()
/system/bt/include/hardware/avrcp/
Davrcp.h152 using VolumeChangedCb = base::Callback<void(int8_t volume)>;
168 virtual void SetVolume(int8_t volume) = 0;
/system/vold/
Dvdc.rc1 # One shot invocation to deal with encrypted volume.
/system/bt/include/hardware/
Dbt_hearing_aid.h66 virtual void SetVolume(int8_t volume) = 0;
Dbluetooth_headset_callbacks.h79 virtual void VolumeControlCallback(bthf_volume_type_t type, int volume,
Dbt_hf_client.h265 const RawAddress* bd_addr, bthf_client_volume_type_t type, int volume);
358 bthf_client_volume_type_t type, int volume);
Dbluetooth_headset_interface.h99 virtual bt_status_t VolumeControl(bthf_volume_type_t type, int volume,
/system/bt/service/common/android/bluetooth/
DIBluetoothAvrcpTargetCallback.aidl33 void OnVolumeChange(String addr, int volume, int ctype); in OnVolumeChange() argument
DIBluetoothAvrcpTarget.aidl57 boolean SetVolume(int volume); in SetVolume() argument
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_target_binder_server.cc209 Status BluetoothAvrcpTargetBinderServer::SetVolume(int32_t volume, in SetVolume() argument
212 TRY_RET_FUNC(avrcp_target->SetVolume(volume)); in SetVolume()
296 int32_t volume, in OnVolumeChange() argument
300 cb->OnVolumeChange(String16(addr.data(), addr.size()), volume, ctype); in OnVolumeChange()
Dbluetooth_avrcp_target_binder_server.h89 android::binder::Status SetVolume(int32_t volume,
111 void OnVolumeChange(const std::string& addr, int32_t volume,
/system/bt/btif/avrcp/
Davrcp_service.cc260 auto cb_lambda = [](VolumeChangedCb cb, int8_t volume) { in DeviceConnected() argument
261 do_in_main_thread(FROM_HERE, base::Bind(cb, volume)); in DeviceConnected()
277 void SetVolume(int8_t volume) override { in SetVolume() argument
279 base::Unretained(wrapped_), volume)); in SetVolume()
/system/bt/bta/hf_client/
Dbta_hf_client_int.h286 uint32_t volume);
288 uint32_t volume);

123