HomeSort by relevance Sort by last modified time
    Searched refs:timerId (Results 1 - 25 of 43) sorted by null

1 2

  /device/google/contexthub/firmware/os/inc/
timer.h 31 uint32_t timerId;
36 typedef void (*TimTimerCbkF)(uint32_t timerId, void* data);
45 bool timTimerCancel(uint32_t timerId);
46 bool timTimerCancelEx(uint32_t timerId, bool cancelPending);
syscallDo.h 180 static inline bool eOsTimTimerCancel(uint32_t timerId)
182 return syscallDo1P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_TIME, SYSCALL_OS_MAIN_TIME_CANCEL_TIMER), timerId);
  /device/google/contexthub/firmware/app/test0.app/
test_app0.c 51 uint32_t timerId;
55 timerId = eOsTimTimerSet(1000000000ULL, 50, 50, mMyTid, (void *)&cnt, false);
56 eOsLog(LOG_INFO, "App 0 started with tid %u timerid %u\n", mMyTid, timerId);
59 eOsLog(LOG_INFO, "App 0 received timer %u callback: %d (TIM: %lld, RTC: %lld, SENSOR: %lld, HOST: %lld)\n", te->timerId, *(int *)te->data, eOsTimGetTime(), eOsRtcGetTime(), eOsSensorGetTime(), eOsHostGetTime());
68 eOsTimTimerCancel(te->timerId);
  /device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c 29 uint32_t timerId;
77 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false);
79 " timerid %" PRIu32
80 "\n", mMyTid, mTimer.timerId);
89 ") cnt: %d\n", t->timerId, chreGetTime(), cnt);
94 chreTimerCancel(t->timerId);
  /device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp 29 uint32_t timerId;
90 mTimer.timerId = chreTimerSet(kOneSecond, &mTimer, false);
92 " timerid %" PRIu32
93 "\n", mMyTid, mTimer.timerId);
102 ") cnt: %d\n", t->timerId, chreGetTime(), cnt);
107 chreTimerCancel(t->timerId);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerReceiver.java 38 final int timerId = intent.getIntExtra("timer.intent.extra", -1);
39 final Timer timer = DataModel.getDataModel().getTimer(timerId);
TimerService.java 74 final int timerId = timer == null ? -1 : timer.getId();
77 .putExtra(EXTRA_TIMER_ID, timerId);
96 public static Intent createAddMinuteTimerIntent(Context context, int timerId) {
99 .putExtra(EXTRA_TIMER_ID, timerId);
137 final int timerId = intent.getIntExtra(EXTRA_TIMER_ID, -1);
138 final Timer timer = DataModel.getDataModel().getTimer(timerId);
156 .putExtra(EXTRA_TIMER_ID, timerId)
ExpiredTimersActivity.java 163 final int timerId = timer.getId();
167 timerItem.setId(timerId);
180 final Timer timer = DataModel.getDataModel().getTimer(timerId);
200 final int timerId = timer.getId();
204 if (timerView.getId() == timerId) {
  /system/chre/platform/shared/
chre_api_re.cc 47 bool chreTimerCancel(uint32_t timerId) {
50 timerId);
  /device/google/contexthub/inc/chre/
re.h 263 * @param timerId A timer ID obtained by this nanoapp via chreTimerSet().
268 bool chreTimerCancel(uint32_t timerId);
  /system/chre/chre_api/include/chre_api/chre/
re.h 262 * @param timerId A timer ID obtained by this nanoapp via chreTimerSet().
267 bool chreTimerCancel(uint32_t timerId);
  /system/chre/chre_api/legacy/v1_0/chre/
re.h 263 * @param timerId A timer ID obtained by this nanoapp via chreTimerSet().
268 bool chreTimerCancel(uint32_t timerId);
  /device/google/contexthub/firmware/os/core/
timer.c 89 evt->timerId = tim->id;
221 return evt->timerId == t->id;
224 bool timTimerCancelEx(uint32_t timerId, bool cancelPending)
227 struct Timer *t = timFindTimerById(timerId);
248 bool timTimerCancel(uint32_t timerId)
250 return timTimerCancelEx(timerId, false);
nanohub_chre.c 113 uint32_t timerId = va_arg(args, uint32_t);
114 *retValP = timTimerCancelEx(timerId, true);
  /device/google/contexthub/firmware/app/chre/common/
chre_app_syscalls.c 68 bool chreTimerCancel(uint32_t timerId)
70 return syscallDo1P(SYSCALL_CHRE_API(TIMER_CANCEL), timerId);
  /system/nfc/halimpl/pn54x/hal/
phNxpNciHal_Kovio.c 70 static void kovio_timer_handler(uint32_t timerId, void* pContext) {
71 UNUSED(timerId);
phNxpNciHal_NfcDepSWPrio.c 67 static void cleanup_timer_handler(uint32_t timerId, void* pContext) {
89 static void custom_poll_timer_handler(uint32_t timerId, void* pContext) {
  /system/chre/build/app_support/qcom_nanohub/
app_support.cc 84 uint32_t timerId;
  /frameworks/base/core/java/android/os/health/
HealthStatsWriter.java 92 public void addTimer(int timerId, int count, long time) {
93 final int index = mConstants.getIndex(HealthKeys.TYPE_TIMER, timerId);
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerDAO.java 78 for (String timerId : timerIds) {
79 final int id = Integer.parseInt(timerId);
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 210 static void sensorBaroTimerCallback(uint32_t timerId, void *data)
215 static void sensorTempTimerCallback(uint32_t timerId, void *data)
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 64 static void debounceTimerCallback(uint32_t timerId, void *cookie)
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 84 static void debounceTimerCallback(uint32_t timerId, void *cookie)
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 264 static void alsTimerCallback(uint32_t timerId, void *cookie)
269 static void proxTimerCallback(uint32_t timerId, void *cookie)
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 247 static void baroTimerCallback(uint32_t timerId, void *cookie)
252 static void tempTimerCallback(uint32_t timerId, void *cookie)

Completed in 1212 milliseconds

1 2