Home
last modified time | relevance | path

Searched refs:scanResponseCallback (Results 1 – 10 of 10) sorted by relevance

/system/chre/platform/shared/include/chre/target_platform/
Dplatform_wifi_base.h42 static void scanResponseCallback(bool pending, uint8_t errorCode);
/system/chre/pal/util/
Dwifi_scan_cache.c226 gCallbacks->scanResponseCallback(false /* pending */, error); in chreWifiScanCacheScanEventBegin()
269 gCallbacks->scanResponseCallback( in chreWifiScanCacheScanEventEnd()
305 gCallbacks->scanResponseCallback(true /* pending */, CHRE_ERROR_NONE); in chreWifiScanCacheDispatchFromCache()
/system/chre/platform/shared/
Dplatform_wifi.cc30 PlatformWifiBase::scanResponseCallback,
190 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() function in chre::PlatformWifiBase
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc65 gTest->scanResponseCallback(pending, errorCode); in chrePalScanResponseCallback()
129 .scanResponseCallback = chrePalScanResponseCallback, in SetUp()
172 void PalWifiTest::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() function in wifi_pal_impl_test::PalWifiTest
/system/chre/pal/include/chre/pal/
Dwifi.h113 void (*scanResponseCallback)(bool pending, uint8_t errorCode); member
/system/chre/pal/tests/include/
Dwifi_pal_impl_test.h36 void scanResponseCallback(bool pending, uint8_t errorCode);
/system/chre/platform/linux/
Dpal_wifi.cc149 gCallbacks->scanResponseCallback(true, CHRE_ERROR_NONE); in chrePalWifiApiRequestScan()
/system/chre/pal/util/tests/
Dwifi_scan_cache_test.cc49 .scanResponseCallback = chreWifiScanResponseCallback,
/system/chre/chpp/clients/
Dwifi.c536 gCallbacks->scanResponseCallback( in chppWifiRequestScanResult()
543 gCallbacks->scanResponseCallback(result->pending, result->errorCode); in chppWifiRequestScanResult()
/system/chre/chpp/services/
Dwifi.c282 .scanResponseCallback = chppWifiServiceScanResponseCallback, in chppWifiServiceOpen()