/system/bt/btif/src/ |
D | btif_vc.cc | 89 void SetVolume(std::variant<RawAddress, int> addr_or_group_id, in SetVolume() function in __anon1f8d34bb0111::VolumeControlInterfaceImpl 92 do_in_main_thread(FROM_HERE, Bind(&VolumeControl::SetVolume, in SetVolume()
|
D | btif_hearing_aid.cc | 107 void SetVolume(int8_t volume) override { in SetVolume() function in __anona87e1c6d0211::HearingAidInterfaceImpl 109 do_in_main_thread(FROM_HERE, Bind(&HearingAid::SetVolume, in SetVolume()
|
/system/bt/bta/include/ |
D | bta_vc_api.h | 38 virtual void SetVolume(std::variant<RawAddress, int> addr_or_group_id,
|
D | bta_hearing_aid_api.h | 230 virtual void SetVolume(int8_t volume) = 0;
|
/system/bt/include/hardware/ |
D | bt_hearing_aid.h | 66 virtual void SetVolume(int8_t volume) = 0;
|
D | bt_vc.h | 71 virtual void SetVolume(std::variant<RawAddress, int> addr_or_group_id,
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothAvrcpTarget.aidl | 57 boolean SetVolume(int volume); in SetVolume() method
|
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 43 virtual void SetVolume(int8_t volume) {} in SetVolume() function in bluetooth::avrcp::FakeVolumeInterface
|
/system/bt/include/hardware/avrcp/ |
D | avrcp.h | 169 virtual void SetVolume(int8_t volume) = 0;
|
/system/bt/service/ipc/binder/ |
D | bluetooth_avrcp_target_binder_server.cc | 209 Status BluetoothAvrcpTargetBinderServer::SetVolume(int32_t volume, in SetVolume() function in ipc::binder::BluetoothAvrcpTargetBinderServer 212 TRY_RET_FUNC(avrcp_target->SetVolume(volume)); in SetVolume()
|
D | bluetooth_avrcp_target_binder_server.h | 89 android::binder::Status SetVolume(int32_t volume,
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_test_helper.h | 56 MOCK_METHOD1(SetVolume, void(int8_t));
|
D | avrcp_device_test.cc | 1284 EXPECT_CALL(vol_interface, SetVolume(0x47)).Times(1); in TEST_F() 1323 EXPECT_CALL(vol_interface, SetVolume(0x47)).Times(0); in TEST_F()
|
/system/bt/service/ |
D | avrcp_target.h | 110 bool SetVolume(int volume);
|
D | avrcp_target.cc | 239 bool AvrcpTarget::SetVolume(int volume) { in SetVolume() function in bluetooth::AvrcpTarget
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 276 void SetVolume(int8_t volume) override { in SetVolume() function in bluetooth::avrcp::VolumeInterfaceWrapper 277 do_in_avrcp_jni(base::Bind(&VolumeInterface::SetVolume, in SetVolume()
|
/system/bt/profile/avrcp/ |
D | device.h | 266 virtual void SetVolume(int8_t volume);
|
D | device.cc | 393 base::Bind(&Device::SetVolume, weak_ptr_factory_.GetWeakPtr())); in HandleVolumeChanged() 408 volume_interface_->SetVolume(volume_); in HandleVolumeChanged() 411 void Device::SetVolume(int8_t volume) { in SetVolume() function in bluetooth::avrcp::Device
|
/system/bt/bta/vc/ |
D | vc.cc | 386 void SetVolume(std::variant<RawAddress, int> addr_or_group_id, in SetVolume() function in __anonbcd8383a0111::VolumeControlImpl
|
D | vc_test.cc | 638 VolumeControl::Get()->SetVolume(test_address, 0x10); in TEST_F()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 1545 void SetVolume(int8_t volume) override { in SetVolume() function in __anon09ffaf5e0111::HearingAidImpl
|