/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | AnrTimer.java | 218 TimerLock(int timerId) { in TimerLock() 414 private void trace(String op, int timerId, int pid, int uid, long milliseconds) { in trace() 424 private void trace(String op, int timerId) { in trace() 566 final int timerId = nativeAnrTimerStart(mNative, pid, uid, timeoutMs); in start() local 796 private boolean expire(int timerId, int pid, int uid, long elapsedMs) { in expire() 989 private static native boolean nativeAnrTimerCancel(long service, int timerId); in nativeAnrTimerCancel() 995 private static native boolean nativeAnrTimerAccept(long service, int timerId); in nativeAnrTimerAccept() 998 private static native boolean nativeAnrTimerDiscard(long service, int timerId); in nativeAnrTimerDiscard() 1007 private static native boolean nativeAnrTimerRelease(long service, int timerId); in nativeAnrTimerRelease()
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerService.kt | 72 val timerId = intent.getIntExtra(EXTRA_TIMER_ID, -1) in onStartCommand() constant 144 val timerId = timer?.id ?: -1 in createTimerExpiredIntent() constant
|
D | TimerReceiver.kt | 37 val timerId = intent.getIntExtra("timer.intent.extra", -1) in onReceive() constant
|
D | TimerItemFragment.kt | 34 var timerId = 0 variable
|
D | ExpiredTimersActivity.kt | 155 val timerId: Int = timer.id in addTimer() constant 189 val timerId: Int = timer.id in removeTimer() constant
|
/aosp_15_r20/frameworks/base/services/core/jni/ |
H A D | com_android_server_utils_AnrTimer.cpp | 1199 bool AnrTimerService::cancel(timer_id_t timerId) { in cancel() 1214 bool AnrTimerService::accept(timer_id_t timerId) { in accept() 1233 bool AnrTimerService::discard(timer_id_t timerId) { in discard() 1285 void AnrTimerService::expire(timer_id_t timerId) { in expire() 1333 AnrTimerService::Timer AnrTimerService::removeLocked(timer_id_t timerId) { in removeLocked() 1393 static bool anrNotify(AnrTimerService::timer_id_t timerId, int pid, int uid, nsecs_t elapsed, in anrNotify() 1453 jboolean anrTimerCancel(JNIEnv* env, jclass, jlong ptr, jint timerId) { in anrTimerCancel() 1458 jboolean anrTimerAccept(JNIEnv* env, jclass, jlong ptr, jint timerId) { in anrTimerAccept() 1463 jboolean anrTimerDiscard(JNIEnv* env, jclass, jlong ptr, jint timerId) { in anrTimerDiscard() 1468 jboolean anrTimerRelease(JNIEnv* env, jclass, jlong ptr, jint timerId) { in anrTimerRelease()
|
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | QnsTimer.java | 100 int timerId = sTimerId.getAndIncrement(); in registerTimer() local 118 void unregisterTimer(int timerId) { in unregisterTimer() 342 TimerInfo(int timerId) { in TimerInfo()
|
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/hal/ |
D | phNxpNciHal_NfcDepSWPrio.cc | 69 static void cleanup_timer_handler(uint32_t timerId, void* pContext) { in cleanup_timer_handler() 91 static void custom_poll_timer_handler(uint32_t timerId, void* pContext) { in custom_poll_timer_handler()
|
/aosp_15_r20/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 266 static void baroTimerCallback(uint32_t timerId, void *cookie) in baroTimerCallback() 271 static void tempTimerCallback(uint32_t timerId, void *cookie) in tempTimerCallback() 276 static void softresetCallback(uint32_t timerId, void *cookie) in softresetCallback()
|
/aosp_15_r20/device/google/contexthub/firmware/os/core/ |
D | timer.c | 240 bool timTimerCancelEx(uint32_t timerId, bool cancelPending) in timTimerCancelEx() 264 bool timTimerCancel(uint32_t timerId) in timTimerCancel()
|
/aosp_15_r20/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 215 static void sensorHumiTimerCallback(uint32_t timerId, void *data) in sensorHumiTimerCallback() 220 static void sensorTempTimerCallback(uint32_t timerId, void *data) in sensorTempTimerCallback()
|
/aosp_15_r20/device/google/contexthub/firmware/os/inc/ |
D | timer.h | 31 uint32_t timerId; member
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
H A D | TimerProvider.h | 75 const int timerId; member
|
/aosp_15_r20/system/chre/apps/test/chqts/src/general_test/ |
H A D | timer_cancel_test.h | 43 uint32_t timerId; member
|
/aosp_15_r20/device/google/contexthub/firmware/app/test0.app/ |
D | test_app0.c | 51 uint32_t timerId; in handle_event() local
|
/aosp_15_r20/device/google/contexthub/firmware/os/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 264 static void alsTimerCallback(uint32_t timerId, void *cookie) in alsTimerCallback() 269 static void proxTimerCallback(uint32_t timerId, void *cookie) in proxTimerCallback()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/metrics/ |
D | StubMetrics.java | 68 public void stopUnnamedTimer(int timerId, String timerEventName) { in stopUnnamedTimer()
|
D | FutureTimer.java | 104 Integer timerId = metrics.startUnnamedTimer(); in applyTiming() local
|
/aosp_15_r20/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 304 static void sensorBaroTimerCallback(uint32_t timerId, void *data) in sensorBaroTimerCallback() 309 static void sensorTempTimerCallback(uint32_t timerId, void *data) in sensorTempTimerCallback()
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/ |
D | HandleApiCalls.kt | 328 val timerId = ContentUris.parseId(dataUri).toInt() in getSelectedTimer() constant
|
/aosp_15_r20/device/google/contexthub/firmware/app/chre/chre_test0.app/ |
D | main.c | 29 uint32_t timerId; member
|
/aosp_15_r20/system/chre/platform/shared/ |
H A D | chre_api_re.cc | 92 DLL_EXPORT bool chreTimerCancel(uint32_t timerId) { in chreTimerCancel()
|
/aosp_15_r20/external/perfetto/ui/src/service_worker/ |
H A D | service_worker.ts | 307 const timerId = setTimeout(() => { constant
|
/aosp_15_r20/device/google/contexthub/firmware/app/chre/chre_test1.app/ |
D | main.cpp | 29 uint32_t timerId; member
|
/aosp_15_r20/device/google/contexthub/firmware/app/chre/chre_test2.app/ |
D | main.cpp | 30 uint32_t timerId; member
|