Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dplatform_wifi.cc30 PlatformWifiBase::scanResponseCallback,
127 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() function in chre::PlatformWifiBase
/system/chre/platform/shared/include/chre/target_platform/
Dplatform_wifi_base.h41 static void scanResponseCallback(bool pending, uint8_t errorCode);
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc63 gTest->scanResponseCallback(pending, errorCode); in chrePalScanResponseCallback()
90 .scanResponseCallback = chrePalScanResponseCallback, in SetUp()
127 void PalWifiTest::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() function in wifi_pal_impl_test::PalWifiTest
/system/chre/pal/include/chre/pal/
Dwifi.h101 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/pal/util/
Dwifi_scan_cache.c226 gCallbacks->scanResponseCallback(false /* pending */, error); in chreWifiScanCacheScanEventBegin()
268 gCallbacks->scanResponseCallback( in chreWifiScanCacheScanEventEnd()
304 gCallbacks->scanResponseCallback(true /* pending */, CHRE_ERROR_NONE); in chreWifiScanCacheDispatchFromCache()
/system/chre/platform/linux/
Dpal_wifi.cc40 gCallbacks->scanResponseCallback(true, CHRE_ERROR_NONE); in sendScanResponse()
/system/chre/chpp/clients/
Dwifi.c494 gCallbacks->scanResponseCallback(false, in chppWifiRequestScanResult()
501 gCallbacks->scanResponseCallback(result->pending, result->errorCode); in chppWifiRequestScanResult()
/system/chre/pal/util/tests/
Dwifi_scan_cache_test.cc49 .scanResponseCallback = chreWifiScanResponseCallback,
/system/chre/chpp/services/
Dwifi.c233 .scanResponseCallback = chppWifiServiceScanResponseCallback, in chppWifiServiceOpen()