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.cc489 BluetoothAvrcpInterfaceImpl() : control_iface_(nullptr) {} in BluetoothAvrcpInterfaceImpl()
492 if (control_iface_) control_iface_->cleanup(); in ~BluetoothAvrcpInterfaceImpl()
500 if (control_iface_->init(&control_callbacks) != BT_STATUS_SUCCESS) { in AvrcpControlEnable()
514 control_iface_->cleanup(); in AvrcpControlDisable()
562 return control_iface_; in GetControlHALInterface()
585 control_iface_ = control_iface; in Initialize()
611 const btrc_ctrl_interface_t* control_iface_ = nullptr; member in bluetooth::hal::BluetoothAvrcpInterfaceImpl