Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dplatform_gnss.cc30 PlatformGnssBase::locationEventCallback,
98 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/tests/include/
Dgnss_pal_impl_test.h36 void locationEventCallback(struct chreGnssLocationEvent *event);
/system/chre/pal/include/chre/pal/
Dgnss.h114 void (*locationEventCallback)(struct chreGnssLocationEvent *event); member
/system/chre/pal/tests/src/
Dgnss_pal_impl_test.cc72 gTest->locationEventCallback(event); in chrePalLocationEventCallback()
156 .locationEventCallback = chrePalLocationEventCallback, in SetUp()
193 void PalGnssTest::locationEventCallback(struct chreGnssLocationEvent *event) { in locationEventCallback() function in gnss_pal_impl_test::PalGnssTest