Home
last modified time | relevance | path

Searched refs:globalFuncTable_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal.cpp59 : globalFuncTable_(fn), in WifiVendorHal()
75 if (!globalFuncTable_.vendorHalInit || globalHandle_ || in Start()
84 WifiError status = globalFuncTable_.waitDriverStart(); in Start()
90 status = globalFuncTable_.vendorHalInit(&globalHandle_); in Start()
110 globalFuncTable_.startHalLoop(globalHandle_); in RunEventLoop()
176 globalFuncTable_.vendorHalExit(globalHandle_, OnAsyncStopComplete); in Stop()
200 capabilities = globalFuncTable_.getChipCaps(ifaceName.c_str()); in GetChipCaps()
209 capabilities = globalFuncTable_.wifiGetSupportedFeatureSet(ifaceName.c_str()); in GetSupportedFeatureSet()
221 WifiError status = globalFuncTable_.vendorHalGetChannelsInBand( in GetValidFrequenciesForBand()
228 WifiError status = globalFuncTable_ in CreateVirtualInterface()
[all...]
H A Dwifi_vendor_hal.h88 WifiHalFn globalFuncTable_; member in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal

Completed in 2 milliseconds