Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc487 class BluetoothAvrcpInterfaceImpl : public BluetoothAvrcpInterface { class
489 BluetoothAvrcpInterfaceImpl() : control_iface_(nullptr) {} in BluetoothAvrcpInterfaceImpl() function in bluetooth::hal::BluetoothAvrcpInterfaceImpl
491 ~BluetoothAvrcpInterfaceImpl() override { in ~BluetoothAvrcpInterfaceImpl()
616 DISALLOW_COPY_AND_ASSIGN(BluetoothAvrcpInterfaceImpl);
624 return static_cast<BluetoothAvrcpInterfaceImpl*>(g_interface) in GetTargetObservers()
631 return static_cast<BluetoothAvrcpInterfaceImpl*>(g_interface) in GetControlObservers()
845 std::unique_ptr<BluetoothAvrcpInterfaceImpl> impl( in Initialize()
846 new BluetoothAvrcpInterfaceImpl()); in Initialize()