Home
last modified time | relevance | path

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

/drivers/peripheral/location/gnss/hdi_service/
H A Dlocation_vendor_interface.cpp68 vendorHandle_ = dlopen(VENDOR_NAME.c_str(), RTLD_LAZY); in Init()
69 if (!vendorHandle_) { in Init()
73 GnssVendorDevice *gnssDevice = static_cast<GnssVendorDevice *>(dlsym(vendorHandle_, "GnssVendorInterface")); in Init()
113 dlclose(vendorHandle_); in CleanUp()
114 vendorHandle_ = nullptr; in CleanUp()
H A Dlocation_vendor_interface.h40 void *vendorHandle_ = nullptr; member in OHOS::HDI::Location::LocationVendorInterface
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp99 vendorHandle_ = dlopen(BT_VENDOR_NAME, RTLD_NOW); in Initialize()
100 if (vendorHandle_ == nullptr) { in Initialize()
106 reinterpret_cast<BtVendorInterfaceT *>(dlsym(vendorHandle_, BT_VENDOR_INTERFACE_SYMBOL_NAME)); in Initialize()
173 dlclose(vendorHandle_); in CleanUp()
H A Dvendor_interface.h61 void* vendorHandle_ = nullptr; member in OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface

Completed in 2 milliseconds