Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/
H A Dplatform_wifi.cc69 bool PlatformWifi::configureScanMonitor(bool enable) { in configureScanMonitor() function in chre::PlatformWifi
72 return mWifiApi->configureScanMonitor(enable); in configureScanMonitor()
H A Dchre_api_wifi.cc44 .configureScanMonitor(nanoapp, enable, cookie); in chreWifiConfigureScanMonitorAsync()
/aosp12/system/chre/platform/include/chre/platform/
H A Dplatform_wifi.h56 bool configureScanMonitor(bool enable);
/aosp12/system/chre/pal/tests/src/
H A Dwifi_pal_impl_test.cc246 ASSERT_TRUE(api_->configureScanMonitor(true /* enable */)); in TEST_F()
251 ASSERT_TRUE(api_->configureScanMonitor(false /* enable */)); in TEST_F()
/aosp12/system/chre/pal/include/chre/pal/
H A Dwifi.h206 bool (*configureScanMonitor)(bool enable); member
/aosp12/system/chre/chpp/platform/linux/services/
H A Dplatform_wifi.c79 .configureScanMonitor = wifiPalConfigureScanMonitor, in chrePalWifiGetApi()
/aosp12/system/chre/platform/linux/
H A Dpal_wifi.cc122 .configureScanMonitor = chrePalWifiConfigureScanMonitor, in chrePalWifiGetApi()
/aosp12/system/chre/core/
H A Dwifi_request_manager.cc50 bool WifiRequestManager::configureScanMonitor(Nanoapp *nanoapp, bool enable, in configureScanMonitor() function in chre::WifiRequestManager
68 success = mPlatformWifi.configureScanMonitor(enable); in configureScanMonitor()
485 if (mPlatformWifi.configureScanMonitor(stateTransition.enable)) { in handleScanMonitorStateChangeSync()
/aosp12/system/chre/core/include/chre/core/
H A Dwifi_request_manager.h73 bool configureScanMonitor(Nanoapp *nanoapp, bool enable, const void *cookie);
/aosp12/system/chre/chpp/services/
H A Dwifi.c385 if (!wifiServiceContext->api->configureScanMonitor(*enable)) { in chppWifiServiceConfigureScanMonitorAsync()
/aosp12/system/chre/chpp/clients/
H A Dwifi.c892 .configureScanMonitor = chppWifiClientConfigureScanMonitor,