Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp61 int channelCount = vendorInterface_->op(BtOpcodeT::BT_OP_HCI_CHANNEL_OPEN, channel); in WatchHciChannel()
63 HDF_LOGE("vendorInterface_->op BT_OP_HCI_CHANNEL_OPEN failed ret:%d.", channelCount); in WatchHciChannel()
105 vendorInterface_ = in Initialize()
114 if (vendorInterface_ == nullptr) { in Initialize()
120 int result = vendorInterface_->init(&vendorCallbacks_, address.data()); in Initialize()
122 HDF_LOGE("vendorInterface_->init failed."); in Initialize()
126 result = vendorInterface_->op(BtOpcodeT::BT_OP_POWER_ON, nullptr); in Initialize()
128 HDF_LOGE("vendorInterface_->op BT_OP_POWER_ON failed."); in Initialize()
141 if (vendorInterface_ == nullptr) { in Initialize()
142 HDF_LOGE("vendorInterface_ i in Initialize()
[all...]
H A Dvendor_interface.h62 BtVendorInterfaceT *vendorInterface_ = nullptr; member in OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface
/drivers/peripheral/location/gnss/hdi_service/
H A Dlocation_vendor_interface.cpp78 vendorInterface_ = gnssDevice->getGnssInterface(); 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()
H A Dlocation_vendor_interface.h41 const GnssVendorInterface *vendorInterface_ = nullptr; member in OHOS::HDI::Location::LocationVendorInterface

Completed in 2 milliseconds