Home
last modified time | relevance | path

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

/drivers/peripheral/location/gnss/hdi_service/
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_, "GnssVendorInt… in Init()
113 dlclose(vendorHandle_); in CleanUp()
114 vendorHandle_ = nullptr; in CleanUp()
Dlocation_vendor_interface.h40 void *vendorHandle_ = nullptr; variable
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
Dvendor_interface.cpp95 vendorHandle_ = dlopen(BT_VENDOR_NAME, RTLD_NOW); in Initialize()
96 if (vendorHandle_ == nullptr) { in Initialize()
102 … reinterpret_cast<BtVendorInterfaceT *>(dlsym(vendorHandle_, BT_VENDOR_INTERFACE_SYMBOL_NAME)); in Initialize()
158 dlclose(vendorHandle_); in CleanUp()
Dvendor_interface.h61 void* vendorHandle_ = nullptr; variable