Home
last modified time | relevance | path

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

/aosp12/system/bt/profile/avrcp/
H A Dconnection_handler.cc92 curr->second->DeviceDisconnected(); in CleanUp()
285 device_map_[handle]->DeviceDisconnected(); in InitiatorControlCb()
376 device_map_[handle]->DeviceDisconnected(); in AcceptorControlCb()
H A Ddevice.h278 void DeviceDisconnected();
H A Ddevice.cc1469 void Device::DeviceDisconnected() { in DeviceDisconnected() function in bluetooth::avrcp::Device
1476 volume_interface_->DeviceDisconnected(GetAddress()); in DeviceDisconnected()
/aosp12/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
H A Davrcp_device_fuzz.cc42 virtual void DeviceDisconnected(const RawAddress& bdaddr) {} in DeviceDisconnected() function in bluetooth::avrcp::FakeVolumeInterface
/aosp12/system/bt/include/hardware/avrcp/
H A Davrcp.h167 virtual void DeviceDisconnected(const RawAddress& bdaddr) = 0;
/aosp12/system/bt/profile/avrcp/tests/
H A Davrcp_test_helper.h55 MOCK_METHOD1(DeviceDisconnected, void(const RawAddress&));
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc271 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected() function in bluetooth::avrcp::VolumeInterfaceWrapper
272 do_in_avrcp_jni(base::Bind(&VolumeInterface::DeviceDisconnected, in DeviceDisconnected()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp_target.cpp145 void DeviceDisconnected(const RawAddress& bdaddr) override { in DeviceDisconnected() function in android::VolumeInterfaceImpl