Searched refs:rangingEventCallback (Results 1 – 7 of 7) sorted by relevance
/system/chre/platform/shared/ |
D | platform_wifi.cc | 32 PlatformWifiBase::rangingEventCallback, 114 void PlatformWifiBase::rangingEventCallback( in rangingEventCallback() function in chre::PlatformWifiBase
|
/system/chre/platform/shared/include/chre/target_platform/ |
D | platform_wifi_base.h | 43 static void rangingEventCallback(uint8_t errorCode,
|
/system/chre/pal/tests/src/ |
D | wifi_pal_impl_test.cc | 76 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/ |
D | wifi.h | 149 void (*rangingEventCallback)(uint8_t errorCode, member
|
/system/chre/pal/tests/include/ |
D | wifi_pal_impl_test.h | 38 void rangingEventCallback(uint8_t errorCode,
|
/system/chre/chpp/clients/ |
D | wifi.c | 523 gCallbacks->rangingEventCallback(chppAppErrorToChreError(rxHeader->error), in chppWifiRequestRangingResult() 618 gCallbacks->rangingEventCallback(error, chre); in chppWifiRangingEventNotification()
|
/system/chre/chpp/services/ |
D | wifi.c | 235 .rangingEventCallback = chppWifiServiceRangingEventCallback, in chppWifiServiceOpen()
|