OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHRE_EVENT_GNSS_ASYNC_RESULT
(Results
1 - 3
of
3
) sorted by null
/system/chre/apps/gnss_world/
gnss_world.cc
177
case
CHRE_EVENT_GNSS_ASYNC_RESULT
:
/system/chre/chre_api/include/chre_api/chre/
gnss.h
91
#define
CHRE_EVENT_GNSS_ASYNC_RESULT
CHRE_GNSS_EVENT_ID(0)
160
* field of struct chreAsyncResult sent with
CHRE_EVENT_GNSS_ASYNC_RESULT
.
367
*
CHRE_EVENT_GNSS_ASYNC_RESULT
. Refer to the note in {@link #chreAsyncResult}
400
*
CHRE_EVENT_GNSS_ASYNC_RESULT
. Refer to the note in {@link #chreAsyncResult}
403
* After
CHRE_EVENT_GNSS_ASYNC_RESULT
is delivered to the client, no more
426
*
CHRE_EVENT_GNSS_ASYNC_RESULT
. Refer to the note in {@link #chreAsyncResult}
454
*
CHRE_EVENT_GNSS_ASYNC_RESULT
. Refer to the note in {@link #chreAsyncResult}
/system/chre/core/
gnss_request_manager.cc
327
.postEvent(
CHRE_EVENT_GNSS_ASYNC_RESULT
, event, freeEventDataCallback,
Completed in 55 milliseconds