Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dplatform_gnss.cc34 mGnssCallbacks.locationEventCallback = in PlatformGnss()
35 PlatformGnssBase::locationEventCallback; in PlatformGnss()
73 void PlatformGnssBase::locationEventCallback( in locationEventCallback() function in chre::PlatformGnssBase
/system/chre/platform/shared/include/chre/target_platform/
Dplatform_gnss_base.h41 static void locationEventCallback(struct chreGnssLocationEvent *event);
/system/chre/pal/include/chre/pal/
Dgnss.h98 void (*locationEventCallback)(struct chreGnssLocationEvent *event); member