Home
last modified time | relevance | path

Searched refs:configureScanMonitor (Results 1 – 7 of 7) 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/pal/tests/src/
Dwifi_pal_impl_test.cc275 ASSERT_TRUE(api_->configureScanMonitor(true /* enable */)); in TEST_F()
280 ASSERT_TRUE(api_->configureScanMonitor(false /* enable */)); in TEST_F()
/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()
481 if (mPlatformWifi.configureScanMonitor(stateTransition.enable)) { in handleScanMonitorStateChangeSync()