Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
Dvendor_interface.cpp55 int channelCount = vendorInterface_->op(BtOpcodeT::BT_OP_HCI_CHANNEL_OPEN, channel); in WatchHciChannel()
96 vendorInterface_ = in Initialize()
98 if (vendorInterface_ == nullptr) { in Initialize()
109 int result = vendorInterface_->init(&vendorCallbacks_, address.data()); in Initialize()
115 result = vendorInterface_->op(BtOpcodeT::BT_OP_POWER_ON, nullptr); in Initialize()
130 vendorInterface_->op(BtOpcodeT::BT_OP_INIT, nullptr); in Initialize()
137 if (vendorInterface_ == nullptr) { in CleanUp()
144 vendorInterface_->op(BtOpcodeT::BT_OP_LPM_DISABLE, nullptr); in CleanUp()
145 vendorInterface_->op(BtOpcodeT::BT_OP_HCI_CHANNEL_CLOSE, nullptr); in CleanUp()
146 vendorInterface_->op(BtOpcodeT::BT_OP_POWER_OFF, nullptr); in CleanUp()
[all …]
Dvendor_interface.h62 BtVendorInterfaceT *vendorInterface_ = nullptr; variable
/drivers/peripheral/location/gnss/hdi_service/
Dlocation_vendor_interface.cpp78 vendorInterface_ = gnssDevice->get_gnss_interface(); in Init()
79 if (vendorInterface_ == nullptr) { in Init()
87 if (vendorInterface_ == nullptr) { in GetGnssVendorInterface()
90 return vendorInterface_; in GetGnssVendorInterface()
109 if (vendorInterface_ == nullptr) { in CleanUp()
112 vendorInterface_ = nullptr; in CleanUp()
Dlocation_vendor_interface.h41 const GnssVendorInterface *vendorInterface_ = nullptr; variable