/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp.h | 161 virtual void DeviceConnected(const RawAddress& bdaddr) = 0; 166 virtual void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) = 0;
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_test_helper.h | 59 MOCK_METHOD1(DeviceConnected, void(const RawAddress&)); 60 MOCK_METHOD2(DeviceConnected, void(const RawAddress&, VolumeChangedCb));
|
D | avrcp_connection_handler_test.cc | 250 EXPECT_CALL(mock_volume_, DeviceConnected(RawAddress::kAny)).Times(1); in TEST_F()
|
D | avrcp_device_test.cc | 1170 EXPECT_CALL(vol_interface, DeviceConnected(test_device->GetAddress(), _)) in TEST_F() 1202 EXPECT_CALL(vol_interface, DeviceConnected(test_device->GetAddress(), _)) in TEST_F()
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | connection_handler.cc | 159 instance_->vol_->DeviceConnected(pair.second->GetAddress()); in ConnectDevice() 292 instance_->vol_->DeviceConnected(newDevice->GetAddress()); in InitiatorControlCb() 388 instance_->vol_->DeviceConnected(device->GetAddress()); in AcceptorControlCb() 626 instance_->vol_->DeviceConnected(bdaddr); in RegisterVolChanged()
|
D | device.cc | 520 volume_interface_->DeviceConnected(GetAddress()); in HandleVolumeChanged() 535 volume_interface_->DeviceConnected( in HandleVolumeChanged()
|
/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.cc | 299 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceWrapper 301 &VolumeInterface::DeviceConnected), in DeviceConnected() 305 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceWrapper 314 &VolumeInterface::DeviceConnected), in DeviceConnected()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 155 void DeviceConnected(const RawAddress& addr) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceImpl 159 void DeviceConnected(const RawAddress& addr, VolumeChangedCb cb) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceImpl
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 170 void DeviceConnected(const RawAddress& /* bdaddr */) { return; } in DeviceConnected() function in bluetooth::avrcp::FakeVolumeInterface 171 void DeviceConnected(const RawAddress& /* bdaddr */, VolumeChangedCb cb) { in DeviceConnected() function in bluetooth::avrcp::FakeVolumeInterface
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 193 void DeviceConnected(const RawAddress& bdaddr) override { volumeDeviceConnected(bdaddr); } in DeviceConnected() function in android::VolumeInterfaceImpl 195 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected() function in android::VolumeInterfaceImpl
|