HomeSort by relevance Sort by last modified time
    Searched refs:chreGnssLocationEvent (Results 1 - 8 of 8) sorted by null

  /system/chre/platform/include/chre/platform/
platform_gnss.h 66 void releaseLocationEvent(chreGnssLocationEvent *event);
  /system/chre/platform/shared/include/chre/target_platform/
platform_gnss_base.h 42 static void locationEventCallback(struct chreGnssLocationEvent *event);
  /system/chre/pal/include/chre/pal/
gnss.h 98 void (*locationEventCallback)(struct chreGnssLocationEvent *event);
200 void (*releaseLocationEvent)(struct chreGnssLocationEvent *event);
  /system/chre/platform/shared/
platform_gnss.cc 81 void PlatformGnss::releaseLocationEvent(chreGnssLocationEvent *event) {
99 struct chreGnssLocationEvent *event) {
  /system/chre/core/include/chre/core/
gnss_request_manager.h 98 void handleLocationEvent(chreGnssLocationEvent *event);
296 void handleFreeLocationEvent(chreGnssLocationEvent *event);
  /system/chre/apps/gnss_world/
gnss_world.cc 127 void handleGnssLocationEvent(const chreGnssLocationEvent *event) {
182 static_cast<const chreGnssLocationEvent *>(eventData));
  /system/chre/core/
gnss_request_manager.cc 88 void GnssRequestManager::handleLocationEvent(chreGnssLocationEvent *event) {
404 void GnssRequestManager::handleFreeLocationEvent(chreGnssLocationEvent *event) {
410 auto *locationEvent = static_cast<chreGnssLocationEvent *>(eventData);
  /system/chre/chre_api/include/chre_api/chre/
gnss.h 94 * nanoappHandleEvent argument: struct chreGnssLocationEvent
313 struct chreGnssLocationEvent {

Completed in 65 milliseconds