HomeSort by relevance Sort by last modified time
    Searched defs:configureScanMonitor (Results 1 - 3 of 3) sorted by null

  /system/chre/platform/shared/
platform_wifi.cc 69 bool PlatformWifi::configureScanMonitor(bool enable) {
72 return mWifiApi->configureScanMonitor(enable);
  /system/chre/pal/include/chre/pal/
wifi.h 59 * monitor registration status requested via configureScanMonitor in struct
64 * call to configureScanMonitor. If the scan monitor registration is lost,
74 * @see chrePalWifiApi.configureScanMonitor
119 * @see chrePalWifiApi.configureScanMonitor
200 bool (*configureScanMonitor)(bool enable);
210 * configureScanMonitor().
  /system/chre/core/
wifi_request_manager.cc 48 bool WifiRequestManager::configureScanMonitor(Nanoapp *nanoapp, bool enable,
66 success = mPlatformWifi.configureScanMonitor(enable);
486 if (mPlatformWifi.configureScanMonitor(stateTransition.enable)) {

Completed in 266 milliseconds