Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dplatform_wifi.cc30 PlatformWifiBase::scanEventCallback,
123 void PlatformWifiBase::scanEventCallback(struct chreWifiScanEvent *event) { in scanEventCallback() function in chre::PlatformWifiBase
/system/chre/platform/shared/include/chre/target_platform/
Dplatform_wifi_base.h42 static void scanEventCallback(struct chreWifiScanEvent *event);
/system/chre/pal/include/chre/pal/
Dwifi.h122 void (*scanEventCallback)(struct chreWifiScanEvent *event); member
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc69 gTest->scanEventCallback(event); in chrePalScanEventCallback()
122 .scanEventCallback = chrePalScanEventCallback, in SetUp()
168 void PalWifiTest::scanEventCallback(struct chreWifiScanEvent *event) { in scanEventCallback() function in wifi_pal_impl_test::PalWifiTest
/system/chre/pal/tests/include/
Dwifi_pal_impl_test.h37 void scanEventCallback(struct chreWifiScanEvent *event);