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

  /system/chre/build/app_support/qcom_nanohub/
app_support.cc 47 #define EVT_APP_TIMER 0x000000DF
142 case EVT_APP_TIMER:
  /device/google/contexthub/firmware/app/test0.app/
test_app0.c 57 } else if (evtType == EVT_APP_TIMER) {
  /device/google/contexthub/firmware/os/inc/
eventnums.h 158 #define EVT_APP_TIMER 0x000000DF
  /device/google/contexthub/firmware/os/core/
timer.c 102 if (!osEnqueuePrivateEvt(EVT_APP_TIMER, evt, timerCallFuncFreeF, tim->tid)) {
232 if (evtType != EVT_PRIVATE_EVT || !da || da->privateEvt.evtType != EVT_APP_TIMER || !da->privateEvt.evtData)
  /device/google/contexthub/firmware/app/chre/common/
chre10_app.c 239 case EVT_APP_TIMER:
chre_app.c 240 case EVT_APP_TIMER:

Completed in 244 milliseconds