Home
last modified time | relevance | path

Searched defs:SetActiveDevice (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc71 void SetActiveDevice(const RawAddress& addr) override { rusty::avrcp_set_active_device(addr); } in SetActiveDevice() function in bluetooth::avrcp::AvrcpMediaInterfaceImpl
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc161 void SetActiveDevice(const RawAddress& /* address */) { return; } in SetActiveDevice() function in bluetooth::avrcp::FakeMediaInterface
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1569 bt_status_t HeadsetInterface::SetActiveDevice(RawAddress* active_device_addr) { in SetActiveDevice() function in bluetooth::headset::HeadsetInterface
/aosp_15_r20/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc275 void SetActiveDevice(const RawAddress& address) override { in SetActiveDevice() function in bluetooth::avrcp::MediaInterfaceWrapper
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp189 void SetActiveDevice(const RawAddress& address) override { setActiveDevice(address); } in SetActiveDevice() function in android::AvrcpMediaInterfaceImpl