OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHRE_EVENT_TIMER
(Results
1 - 10
of
10
) sorted by null
/device/google/contexthub/inc/chre/
event.h
83
#define
CHRE_EVENT_TIMER
UINT16_C(0x0002)
/system/chre/apps/timer_world/
timer_world.cc
63
case
CHRE_EVENT_TIMER
:
/system/chre/chre_api/legacy/v1_0/chre/
event.h
83
#define
CHRE_EVENT_TIMER
UINT16_C(0x0002)
/device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c
82
case
CHRE_EVENT_TIMER
:
/device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp
95
case
CHRE_EVENT_TIMER
:
/system/chre/chre_api/include/chre_api/chre/
event.h
83
#define
CHRE_EVENT_TIMER
UINT16_C(0x0002)
/system/chre/apps/wifi_world/
wifi_world.cc
207
case
CHRE_EVENT_TIMER
:
/system/chre/build/app_support/qcom_nanohub/
app_support.cc
143
evt =
CHRE_EVENT_TIMER
;
/system/chre/core/
timer_pool.cc
171
mEventLoop.postEvent(
CHRE_EVENT_TIMER
,
/device/google/contexthub/firmware/app/chre/common/
chre_app.c
240
evt =
CHRE_EVENT_TIMER
;
Completed in 177 milliseconds