Home
last modified time | relevance | path

Searched refs:configureScanMonitor (Results 1 – 6 of 6) sorted by relevance

/system/chre/platform/shared/
Dplatform_wifi.cc68 bool PlatformWifi::configureScanMonitor(bool enable) { in configureScanMonitor() function in chre::PlatformWifi
71 return mWifiApi->configureScanMonitor(enable); in configureScanMonitor()
Dchre_api_wifi.cc39 .configureScanMonitor(nanoapp, enable, cookie); in chreWifiConfigureScanMonitorAsync()
/system/chre/platform/include/chre/platform/
Dplatform_wifi.h56 bool configureScanMonitor(bool enable);
/system/chre/pal/include/chre/pal/
Dwifi.h200 bool (*configureScanMonitor)(bool enable); member
/system/chre/core/include/chre/core/
Dwifi_request_manager.h72 bool configureScanMonitor(Nanoapp *nanoapp, bool enable, const void *cookie);
/system/chre/core/
Dwifi_request_manager.cc48 bool WifiRequestManager::configureScanMonitor(Nanoapp *nanoapp, bool enable, in configureScanMonitor() function in chre::WifiRequestManager
66 success = mPlatformWifi.configureScanMonitor(enable); in configureScanMonitor()
479 if (mPlatformWifi.configureScanMonitor(stateTransition.enable)) { in handleScanMonitorStateChangeSync()