Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dplatform_wifi.cc29 PlatformWifiBase::scanResponseCallback,
118 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/include/chre/pal/
Dwifi.h95 void (*scanResponseCallback)(bool pending, uint8_t errorCode); member
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc63 gTest->scanResponseCallback(pending, errorCode); in chrePalScanResponseCallback()
121 .scanResponseCallback = chrePalScanResponseCallback, in SetUp()
156 void PalWifiTest::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() function in wifi_pal_impl_test::PalWifiTest
/system/chre/pal/tests/include/
Dwifi_pal_impl_test.h36 void scanResponseCallback(bool pending, uint8_t errorCode);