Home
last modified time | relevance | path

Searched refs:locationEventCallback (Results 1 – 10 of 10) sorted by relevance

/system/chre/chpp/test/
Dgnss_test.cpp66 .locationEventCallback = chrePalLocationEventCallback, in TEST_F()
88 .locationEventCallback = chrePalLocationEventCallback, in TEST_F()
/system/chre/platform/shared/
Dplatform_gnss.cc30 PlatformGnssBase::locationEventCallback,
108 void PlatformGnssBase::locationEventCallback( in locationEventCallback() function in chre::PlatformGnssBase
/system/chre/platform/shared/include/chre/target_platform/
Dplatform_gnss_base.h42 static void locationEventCallback(struct chreGnssLocationEvent *event);
/system/chre/pal/include/chre/pal/
Dgnss.h120 void (*locationEventCallback)(struct chreGnssLocationEvent *event); member
/system/chre/pal/tests/include/
Dgnss_pal_impl_test.h36 void locationEventCallback(struct chreGnssLocationEvent *event);
/system/chre/pal/tests/src/
Dgnss_pal_impl_test.cc73 gTest->locationEventCallback(event); in chrePalLocationEventCallback()
159 .locationEventCallback = chrePalLocationEventCallback, in SetUp()
199 void PalGnssTest::locationEventCallback(struct chreGnssLocationEvent *event) { in locationEventCallback() function in gnss_pal_impl_test::PalGnssTest
/system/chre/chpp/platform/linux/services/
Dplatform_gnss.c65 gCallbacks->locationEventCallback(event); in gnssPalSendLocationEvent()
/system/chre/platform/linux/
Dpal_gnss.cc67 gCallbacks->locationEventCallback(event.release()); in sendLocationEvents()
/system/chre/chpp/services/
Dgnss.c238 .locationEventCallback = chppGnssServiceLocationEventCallback, in chppGnssServiceOpen()
/system/chre/chpp/clients/
Dgnss.c550 gCallbacks->locationEventCallback(chre); in chppGnssLocationResultNotification()