Home
last modified time | relevance | path

Searched defs:scanResponseCallback (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/chre/platform/shared/
H A Dplatform_wifi.cc192 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() function in chre::PlatformWifiBase
/aosp_15_r20/system/chre/pal/include/chre/pal/
H A Dwifi.h113 void (*scanResponseCallback)(bool pending, uint8_t errorCode); member
/aosp_15_r20/system/chre/pal/tests/src/
H A Dwifi_pal_impl_test.cc172 void PalWifiTest::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback() function in wifi_pal_impl_test::PalWifiTest