Home
last modified time | relevance | path

Searched refs:scanMonitorStatusChangeCallback (Results 1 – 8 of 8) sorted by relevance

/system/chre/platform/shared/
Dplatform_wifi.cc29 PlatformWifi::scanMonitorStatusChangeCallback,
120 void PlatformWifiBase::scanMonitorStatusChangeCallback(bool enabled, in scanMonitorStatusChangeCallback() function in chre::PlatformWifiBase
/system/chre/platform/shared/include/chre/target_platform/
Dplatform_wifi_base.h40 static void scanMonitorStatusChangeCallback(bool enabled, uint8_t errorCode);
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc57 gTest->scanMonitorStatusChangeCallback(enabled, errorCode); in chrePalScanMonitorStatusChangeCallback()
89 .scanMonitorStatusChangeCallback = chrePalScanMonitorStatusChangeCallback, in SetUp()
113 void PalWifiTest::scanMonitorStatusChangeCallback(bool enabled, in scanMonitorStatusChangeCallback() function in wifi_pal_impl_test::PalWifiTest
/system/chre/pal/include/chre/pal/
Dwifi.h83 void (*scanMonitorStatusChangeCallback)(bool enabled, uint8_t errorCode); member
/system/chre/pal/tests/include/
Dwifi_pal_impl_test.h35 void scanMonitorStatusChangeCallback(bool enabled, uint8_t errorCode);
/system/chre/platform/linux/
Dpal_wifi.cc53 gCallbacks->scanMonitorStatusChangeCallback(enable, CHRE_ERROR_NONE); in sendScanMonitorResponse()
/system/chre/chpp/clients/
Dwifi.c445 gCallbacks->scanMonitorStatusChangeCallback( in chppWifiConfigureScanMonitorResult()
463 gCallbacks->scanMonitorStatusChangeCallback(result->enabled, in chppWifiConfigureScanMonitorResult()
/system/chre/chpp/services/
Dwifi.c231 .scanMonitorStatusChangeCallback = in chppWifiServiceOpen()