Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/
H A Dplatform_gnss.cc30 PlatformGnssBase::locationEventCallback,
102 void PlatformGnssBase::locationEventCallback( in locationEventCallback() function in chre::PlatformGnssBase
/aosp12/system/chre/pal/tests/src/
H A Dgnss_pal_impl_test.cc72 gTest->locationEventCallback(event); in chrePalLocationEventCallback()
156 .locationEventCallback = chrePalLocationEventCallback, in SetUp()
195 void PalGnssTest::locationEventCallback(struct chreGnssLocationEvent *event) { in locationEventCallback() function in gnss_pal_impl_test::PalGnssTest
/aosp12/system/chre/platform/shared/include/chre/target_platform/
H A Dplatform_gnss_base.h42 static void locationEventCallback(struct chreGnssLocationEvent *event);
/aosp12/system/chre/pal/include/chre/pal/
H A Dgnss.h120 void (*locationEventCallback)(struct chreGnssLocationEvent *event); member
/aosp12/system/chre/pal/tests/include/
H A Dgnss_pal_impl_test.h36 void locationEventCallback(struct chreGnssLocationEvent *event);
/aosp12/system/chre/platform/linux/
H A Dpal_gnss.cc56 gCallbacks->locationEventCallback(event.release()); in sendLocationEvents()
/aosp12/system/chre/chpp/services/
H A Dgnss.c238 .locationEventCallback = chppGnssServiceLocationEventCallback, in chppGnssServiceOpen()
/aosp12/system/chre/chpp/clients/
H A Dgnss.c560 gCallbacks->locationEventCallback(chre); in chppGnssLocationResultNotification()