Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_avrcp_interface.h163 virtual void AddControlObserver(ControlObserver* observer) = 0;
Dbluetooth_avrcp_interface.cc549 void AddControlObserver(ControlObserver* observer) override { in AddControlObserver() function in bluetooth::hal::BluetoothAvrcpInterfaceImpl
/system/bt/service/
Davrcp_control.cc36 hal::BluetoothAvrcpInterface::Get()->AddControlObserver(this); in AvrcpControl()