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

  /system/chre/core/
gnss_request_manager.cc 90 .postEvent(CHRE_EVENT_GNSS_LOCATION, event, freeLocationEventCallback,
270 success = nanoapp->registerForBroadcastEvent(CHRE_EVENT_GNSS_LOCATION);
282 nanoapp->unregisterForBroadcastEvent(CHRE_EVENT_GNSS_LOCATION);
297 nanoapp->unregisterForBroadcastEvent(CHRE_EVENT_GNSS_LOCATION);
  /system/chre/apps/gnss_world/
gnss_world.cc 180 case CHRE_EVENT_GNSS_LOCATION:
  /system/chre/chre_api/include/chre_api/chre/
gnss.h 98 #define CHRE_EVENT_GNSS_LOCATION CHRE_GNSS_EVENT_ID(1)
309 * Data structure sent with events of type CHRE_EVENT_GNSS_LOCATION, enabled via
374 * delivered to the client via CHRE_EVENT_GNSS_LOCATION, in milliseconds.
404 * CHRE_EVENT_GNSS_LOCATION events will be delievered until a new location

Completed in 55 milliseconds