Home
last modified time | relevance | path

Searched refs:AvrcpTargetDisable (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/hal/
Dbluetooth_avrcp_interface.h156 virtual void AvrcpTargetDisable() = 0;
Dbluetooth_avrcp_interface.cc532 void AvrcpTargetDisable() override { in AvrcpTargetDisable() function in bluetooth::hal::BluetoothAvrcpInterfaceImpl
/system/bt/service/
Davrcp_target.cc123 hal::BluetoothAvrcpInterface::Get()->AvrcpTargetDisable(); in Disable()