/aosp_15_r20/system/nfc/src/nfc/nfc/ |
H A D | nfc_ncif.cc | 58 static struct timeval timer_start; variable 233 if (!empty_p_data && (timer_start.tv_sec != 0 || timer_start.tv_usec != 0)) { in nfc_ncif_send_data() 235 uint32_t delta_time_ms = (timer_end.tv_sec - timer_start.tv_sec) * 1000 + in nfc_ncif_send_data() 236 (timer_end.tv_usec - timer_start.tv_usec) / 1000; in nfc_ncif_send_data() 237 memset(&timer_start, 0, sizeof(timer_start)); in nfc_ncif_send_data() 1086 gettimeofday(&timer_start, nullptr); in nfc_ncif_proc_activate() 1166 gettimeofday(&timer_start, nullptr); in nfc_ncif_proc_activate() 1240 if (timer_start.tv_sec != 0 || timer_start.tv_usec != 0) { in nfc_ncif_proc_deactivate() 1241 memset(&timer_start, 0, sizeof(timer_start)); in nfc_ncif_proc_deactivate()
|
/aosp_15_r20/external/libevent/test/ |
H A D | regress_thread.c | 406 static struct timeval timer_start = {0,0}; variable 472 evutil_gettimeofday(&timer_start, NULL); in thread_deferred_cb_skew() 479 evutil_timersub(&timer_end, &timer_start, &elapsed); in thread_deferred_cb_skew()
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragment.kt | 236 fab.contentDescription = fab.resources.getString(R.string.timer_start) in updateFab() 244 fab.contentDescription = fab.resources.getString(R.string.timer_start) in updateFab() 254 fab.contentDescription = fab.resources.getString(R.string.timer_start) in updateFab()
|
D | TimerItem.kt | 121 context.getString(R.string.timer_start), true)) in update()
|
/aosp_15_r20/external/jemalloc_new/test/include/test/ |
H A D | timer.h | 8 void timer_start(timedelta_t *timer);
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/timer/timer_start/ |
H A D | format | 1 name: timer_start
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/timer/timer_start/ |
H A D | format | 1 name: timer_start
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/timer/timer_start/ |
H A D | format | 1 name: timer_start
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/timer/timer_start/ |
H A D | format | 1 name: timer_start
|
/aosp_15_r20/external/jemalloc_new/test/src/ |
H A D | timer.c | 4 timer_start(timedelta_t *timer) { in timer_start() function
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/timer/timer_start/ |
H A D | format | 1 name: timer_start
|
/aosp_15_r20/development/samples/training/notify-user/src/com/example/android/pingme/ |
H A D | MainActivity.java | 52 Toast.makeText(this, R.string.timer_start, Toast.LENGTH_SHORT).show(); in onPingClick()
|
H A D | PingService.java | 136 Log.d(CommonConstants.DEBUG_TAG, getString(R.string.timer_start)); in startTimer()
|
/aosp_15_r20/external/jemalloc_new/test/stress/ |
H A D | microbench.c | 11 timer_start(timer); in time_func()
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/ |
H A D | available_events | 63 timer:timer_start
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/ |
H A D | available_events | 82 timer:timer_start
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/ |
H A D | available_events | 30 timer:timer_start
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/ |
H A D | available_events | 73 timer:timer_start
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 483 …_name_kind), FN(sys_close), FN(timer_init), FN(timer_set_callback), FN(timer_start), FN(timer_canc…
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 483 …_name_kind), FN(sys_close), FN(timer_init), FN(timer_set_callback), FN(timer_start), FN(timer_canc…
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 483 …_name_kind), FN(sys_close), FN(timer_init), FN(timer_set_callback), FN(timer_start), FN(timer_canc…
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 483 …_name_kind), FN(sys_close), FN(timer_init), FN(timer_set_callback), FN(timer_start), FN(timer_canc…
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 523 …#ctx) FN(timer_init, 169, ##ctx) FN(timer_set_callback, 170, ##ctx) FN(timer_start, 171, ##ctx) FN…
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 523 …#ctx) FN(timer_init, 169, ##ctx) FN(timer_set_callback, 170, ##ctx) FN(timer_start, 171, ##ctx) FN…
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | bpf.h | 523 …#ctx) FN(timer_init, 169, ##ctx) FN(timer_set_callback, 170, ##ctx) FN(timer_start, 171, ##ctx) FN…
|