Searched refs:control_iface_ (Results 1 – 1 of 1) sorted by relevance
490 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