Home
last modified time | relevance | path

Searched refs:rangingEventCallback (Results 1 – 7 of 7) sorted by relevance

/system/chre/platform/shared/
Dplatform_wifi.cc32 PlatformWifiBase::rangingEventCallback,
114 void PlatformWifiBase::rangingEventCallback( in rangingEventCallback() function in chre::PlatformWifiBase
/system/chre/platform/shared/include/chre/target_platform/
Dplatform_wifi_base.h43 static void rangingEventCallback(uint8_t errorCode,
/system/chre/pal/tests/src/
Dwifi_pal_impl_test.cc76 gTest->rangingEventCallback(errorCode, event); in chrePalRangingEventCallback()
92 .rangingEventCallback = chrePalRangingEventCallback, in SetUp()
154 void PalWifiTest::rangingEventCallback(uint8_t errorCode, in rangingEventCallback() function in wifi_pal_impl_test::PalWifiTest
/system/chre/pal/include/chre/pal/
Dwifi.h149 void (*rangingEventCallback)(uint8_t errorCode, member
/system/chre/pal/tests/include/
Dwifi_pal_impl_test.h38 void rangingEventCallback(uint8_t errorCode,
/system/chre/chpp/clients/
Dwifi.c523 gCallbacks->rangingEventCallback(chppAppErrorToChreError(rxHeader->error), in chppWifiRequestRangingResult()
618 gCallbacks->rangingEventCallback(error, chre); in chppWifiRangingEventNotification()
/system/chre/chpp/services/
Dwifi.c235 .rangingEventCallback = chppWifiServiceRangingEventCallback, in chppWifiServiceOpen()