/packages/modules/Bluetooth/system/bta/vc/ |
D | vc_test.cc | 1291 VolumeControl::Get()->SetVolume(test_address, 15); in TEST_F() 1635 VolumeControl::Get()->SetVolume(test_address, 0x10); in TEST_F() 1671 VolumeControl::Get()->SetVolume(test_address, 0x10); in TEST_F() 1688 VolumeControl::Get()->SetVolume(test_address, 0x10); in TEST_F() 1694 VolumeControl::Get()->SetVolume(test_address, 0x10); in TEST_F() 1698 VolumeControl::Get()->SetVolume(test_address, 0x20); in TEST_F() 1727 VolumeControl::Get()->SetVolume(test_address, 0x10); in TEST_F() 1737 VolumeControl::Get()->SetVolume(test_address, 0x11); in TEST_F() 1738 VolumeControl::Get()->SetVolume(test_address, 0x10); in TEST_F() 1777 VolumeControl::Get()->SetVolume(test_address, 0x10); in TEST_F() [all …]
|
D | vc.cc | 1223 void SetVolume(std::variant<RawAddress, int> addr_or_group_id, uint8_t volume) override { in SetVolume() function in __anon0b42fadf0111::VolumeControlImpl
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hearing_aid.cc | 89 void SetVolume(int8_t volume) override { in SetVolume() function in __anon4e9b89120211::HearingAidInterfaceImpl 90 do_in_main_thread(Bind(&HearingAid::SetVolume, volume)); in SetVolume()
|
D | btif_vc.cc | 177 void SetVolume(std::variant<RawAddress, int> addr_or_group_id, uint8_t volume) override { in SetVolume() function in __anonfc77ebc00111::VolumeControlInterfaceImpl 185 do_in_main_thread(Bind(&VolumeControl::SetVolume, Unretained(VolumeControl::Get()), in SetVolume()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_hearing_aid.cc | 60 void HearingAid::SetVolume(int8_t /* volume */) { inc_func_call_count(__func__); } in SetVolume() function in HearingAid
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hearing_aid.h | 63 virtual void SetVolume(int8_t volume) = 0;
|
D | bt_vc.h | 119 virtual void SetVolume(std::variant<RawAddress, int> addr_or_group_id, uint8_t volume) = 0;
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_vc_api.h | 45 virtual void SetVolume(std::variant<RawAddress, int> addr_or_group_id, uint8_t volume) = 0;
|
D | bta_hearing_aid_api.h | 249 static void SetVolume(int8_t volume);
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp.h | 172 virtual void SetVolume(int8_t volume) = 0;
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hearing_aid.cpp | 216 sHearingAidInterface->SetVolume(volume); in setVolumeNative()
|
D | com_android_bluetooth_vc.cpp | 532 sVolumeControlInterface->SetVolume(*tmpraw, volume); in setVolumeNative() 543 sVolumeControlInterface->SetVolume(group_id, volume); in setGroupVolumeNative()
|
D | com_android_bluetooth_avrcp_target.cpp | 201 void SetVolume(int8_t volume) override { setVolume(volume); } in SetVolume() function in android::VolumeInterfaceImpl
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_test_helper.h | 62 MOCK_METHOD1(SetVolume, void(int8_t));
|
D | avrcp_device_test.cc | 1179 EXPECT_CALL(vol_interface, SetVolume(0x47)).Times(1); in TEST_F() 1212 EXPECT_CALL(vol_interface, SetVolume(0x47)).Times(0); in TEST_F() 1247 test_device->SetVolume(vol); in TEST_F() 1248 test_device->SetVolume(vol); in TEST_F() 1260 test_device->SetVolume(vol); in TEST_F() 1262 test_device->SetVolume(vol); in TEST_F()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | media_client.py | 395 self.proxy().SetVolume(volume)
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | device.h | 287 virtual void SetVolume(int8_t volume);
|
D | device.cc | 536 GetAddress(), base::Bind(&Device::SetVolume, weak_ptr_factory_.GetWeakPtr())); in HandleVolumeChanged() 551 volume_interface_->SetVolume(volume_); in HandleVolumeChanged() 554 void Device::SetVolume(int8_t volume) { in SetVolume() function in bluetooth::avrcp::Device
|
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/ |
D | vc_shim.cc | 217 return intf_->SetVolume(group_id, volume); in set_volume()
|
/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.cc | 323 void SetVolume(int8_t volume) override { in SetVolume() function in bluetooth::avrcp::VolumeInterfaceWrapper 324 do_in_jni_thread(base::Bind(&VolumeInterface::SetVolume, base::Unretained(wrapped_), volume)); in SetVolume()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 170 void SetVolume(int8_t volume) override { in SetVolume() function in bluetooth::avrcp::VolumeInterfaceImpl
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 177 void SetVolume(int8_t /* volume */) { return; } in SetVolume() function in bluetooth::avrcp::FakeVolumeInterface
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 1889 void SetVolume(int8_t volume) { in SetVolume() function in __anonad2ad9430111::HearingAidImpl 2179 void HearingAid::SetVolume(int8_t volume) { in SetVolume() function in HearingAid 2184 instance->SetVolume(volume); in SetVolume()
|
/packages/modules/Bluetooth/android/pandora/test/ |
D | asha_test.py | 851 …_, volume_result = await asyncio.gather(dut_asha.SetVolume(1), asyncio.wait_for(volume_future, tim…
|