Home
last modified time | relevance | path

Searched refs:DeviceDisconnected (Results 1 – 7 of 7) sorted by relevance

/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc42 virtual void DeviceDisconnected(const RawAddress& bdaddr) {} in DeviceDisconnected() function in bluetooth::avrcp::FakeVolumeInterface
/system/bt/include/hardware/avrcp/
Davrcp.h166 virtual void DeviceDisconnected(const RawAddress& bdaddr) = 0;
/system/bt/profile/avrcp/
Dconnection_handler.cc89 entry.second->DeviceDisconnected(); in CleanUp()
271 device_map_[handle]->DeviceDisconnected(); in InitiatorControlCb()
362 device_map_[handle]->DeviceDisconnected(); in AcceptorControlCb()
Ddevice.h268 void DeviceDisconnected();
Ddevice.cc1412 void Device::DeviceDisconnected() { in DeviceDisconnected() function in bluetooth::avrcp::Device
1419 volume_interface_->DeviceDisconnected(GetAddress()); in DeviceDisconnected()
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h55 MOCK_METHOD1(DeviceDisconnected, void(const RawAddress&));
/system/bt/btif/avrcp/
Davrcp_service.cc272 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected() function in bluetooth::avrcp::VolumeInterfaceWrapper
273 do_in_avrcp_jni(base::Bind(&VolumeInterface::DeviceDisconnected, in DeviceDisconnected()