Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc490 BluetoothAvrcpInterfaceImpl() : control_iface_(nullptr) {} in BluetoothAvrcpInterfaceImpl()
493 if (control_iface_) control_iface_->cleanup(); in ~BluetoothAvrcpInterfaceImpl()
501 if (control_iface_->init(&control_callbacks) != BT_STATUS_SUCCESS) { in AvrcpControlEnable()
515 control_iface_->cleanup(); in AvrcpControlDisable()
563 return control_iface_; in GetControlHALInterface()
586 control_iface_ = control_iface; in Initialize()
612 const btrc_ctrl_interface_t* control_iface_ = nullptr; member in bluetooth::hal::BluetoothAvrcpInterfaceImpl