Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_avrcp_interface.h155 virtual bool AvrcpTargetEnable() = 0;
Dbluetooth_avrcp_interface.cc518 bool AvrcpTargetEnable() override { in AvrcpTargetEnable() function in bluetooth::hal::BluetoothAvrcpInterfaceImpl
/system/bt/service/
Davrcp_target.cc118 return hal::BluetoothAvrcpInterface::Get()->AvrcpTargetEnable(); in Enable()