Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_avrcp_interface.h153 virtual bool AvrcpControlEnable() = 0;
Dbluetooth_avrcp_interface.cc495 bool AvrcpControlEnable() override { in AvrcpControlEnable() function in bluetooth::hal::BluetoothAvrcpInterfaceImpl
589 return AvrcpControlEnable(); in Initialize()
/system/bt/service/
Davrcp_control.cc54 return hal::BluetoothAvrcpInterface::Get()->AvrcpControlEnable(); in Enable()