Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc488 class BluetoothAvrcpInterfaceImpl : public BluetoothAvrcpInterface { class
490 BluetoothAvrcpInterfaceImpl() : control_iface_(nullptr) {} in BluetoothAvrcpInterfaceImpl() function in bluetooth::hal::BluetoothAvrcpInterfaceImpl
492 ~BluetoothAvrcpInterfaceImpl() override { in ~BluetoothAvrcpInterfaceImpl()
617 DISALLOW_COPY_AND_ASSIGN(BluetoothAvrcpInterfaceImpl);
625 return static_cast<BluetoothAvrcpInterfaceImpl*>(g_interface) in GetTargetObservers()
632 return static_cast<BluetoothAvrcpInterfaceImpl*>(g_interface) in GetControlObservers()
846 std::unique_ptr<BluetoothAvrcpInterfaceImpl> impl( in Initialize()
847 new BluetoothAvrcpInterfaceImpl()); in Initialize()