Searched refs:DeviceConnected (Results 1 – 7 of 7) sorted by relevance
/system/bt/include/hardware/avrcp/ |
D | avrcp.h | 155 virtual void DeviceConnected(const RawAddress& bdaddr) = 0; 160 virtual void DeviceConnected(const RawAddress& bdaddr,
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_test_helper.h | 53 MOCK_METHOD1(DeviceConnected, void(const RawAddress&)); 54 MOCK_METHOD2(DeviceConnected, void(const RawAddress&, VolumeChangedCb));
|
D | avrcp_connection_handler_test.cc | 228 EXPECT_CALL(mock_volume_, DeviceConnected(RawAddress::kAny)).Times(1); in TEST_F()
|
D | avrcp_device_test.cc | 744 EXPECT_CALL(vol_interface, DeviceConnected(test_device->GetAddress(), _)) in TEST_F() 782 EXPECT_CALL(vol_interface, DeviceConnected(test_device->GetAddress(), _)) in TEST_F()
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 248 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceWrapper 251 &VolumeInterface::DeviceConnected), in DeviceConnected() 255 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceWrapper 264 &VolumeInterface::DeviceConnected), in DeviceConnected()
|
/system/bt/profile/avrcp/ |
D | connection_handler.cc | 240 instance_->vol_->DeviceConnected(newDevice->GetAddress()); in InitiatorControlCb() 319 instance_->vol_->DeviceConnected(device->GetAddress()); in AcceptorControlCb()
|
D | device.cc | 304 volume_interface_->DeviceConnected( in HandleVolumeChanged()
|