Home
last modified time | relevance | path

Searched refs:DeviceConnected (Results 1 – 8 of 8) sorted by relevance

/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc40 virtual void DeviceConnected(const RawAddress& bdaddr) {} in DeviceConnected() function in bluetooth::avrcp::FakeVolumeInterface
41 virtual void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) {} in DeviceConnected() function in bluetooth::avrcp::FakeVolumeInterface
/system/bt/include/hardware/avrcp/
Davrcp.h157 virtual void DeviceConnected(const RawAddress& bdaddr) = 0;
162 virtual void DeviceConnected(const RawAddress& bdaddr,
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h53 MOCK_METHOD1(DeviceConnected, void(const RawAddress&));
54 MOCK_METHOD2(DeviceConnected, void(const RawAddress&, VolumeChangedCb));
Davrcp_connection_handler_test.cc228 EXPECT_CALL(mock_volume_, DeviceConnected(RawAddress::kAny)).Times(1); in TEST_F()
Davrcp_device_test.cc1274 EXPECT_CALL(vol_interface, DeviceConnected(test_device->GetAddress(), _)) in TEST_F()
1312 EXPECT_CALL(vol_interface, DeviceConnected(test_device->GetAddress(), _)) in TEST_F()
/system/bt/btif/avrcp/
Davrcp_service.cc251 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceWrapper
254 &VolumeInterface::DeviceConnected), in DeviceConnected()
258 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceWrapper
267 &VolumeInterface::DeviceConnected), in DeviceConnected()
/system/bt/profile/avrcp/
Dconnection_handler.cc270 instance_->vol_->DeviceConnected(newDevice->GetAddress()); in InitiatorControlCb()
356 instance_->vol_->DeviceConnected(device->GetAddress()); in AcceptorControlCb()
Ddevice.cc391 volume_interface_->DeviceConnected( in HandleVolumeChanged()