Home
last modified time | relevance | path

Searched defs:DeviceConnected (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc41 virtual void DeviceConnected(const RawAddress& bdaddr) {} in DeviceConnected() function in bluetooth::avrcp::FakeVolumeInterface
42 virtual void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) {} in DeviceConnected() function in bluetooth::avrcp::FakeVolumeInterface
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc142 void DeviceConnected(const RawAddress& addr) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceImpl
146 void DeviceConnected(const RawAddress& addr, VolumeChangedCb cb) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceImpl
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc270 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceWrapper
277 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected() function in bluetooth::avrcp::VolumeInterfaceWrapper
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp170 void DeviceConnected(const RawAddress& bdaddr) override { in DeviceConnected() function in android::VolumeInterfaceImpl
174 void DeviceConnected(const RawAddress& bdaddr, VolumeChangedCb cb) override { in DeviceConnected() function in android::VolumeInterfaceImpl