Searched defs:timer (Results 1 - 13 of 13) sorted by relevance

/system/core/liblog/tests/
H A Dlog_wrap_test.cpp73 android::base::Timer timer; local
117 EXPECT_GT(timer.duration(), std::chrono::seconds(40));
/system/nfc/src/nfa/int/
H A Dnfa_sys.h80 uint8_t timer; /* GKI timer id */ member in struct:__anon2323
H A Dnfa_snep_int.h177 TIMER_LIST_ENT timer; /* timer for client */ member in struct:__anon2317
H A Dnfa_ee_int.h416 TIMER_LIST_ENT timer; /* timer to send info to NFCC */ member in struct:__anon2236
417 TIMER_LIST_ENT discv_timer; /* timer to end NFCEE discovery */
H A Dnfa_hci_int.h376 TIMER_LIST_ENT timer; /* Timer to avoid indefinitely waiting for response */ member in struct:__anon2263
/system/nfc/src/nfc/int/
H A Dce_int.h93 TIMER_LIST_ENT timer; /* timeout for update file */ member in struct:__anon2412
H A Dllcp_int.h78 TIMER_LIST_ENT timer; /* link timer for LTO and SYMM response */ member in struct:__anon2416
84 TIMER_LIST_ENT inact_timer; /* inactivity timer */
173 TIMER_LIST_ENT timer; /* timer for connection complete */ member in struct:__anon2420
H A Drw_int.h193 TIMER_LIST_ENT timer; /* timer to set timelimit for the response to command */ member in struct:__anon2435
523 TIMER_LIST_ENT timer; /* timeout for waiting for response */ member in struct:__anon2441
583 TIMER_LIST_ENT timer; /* timeout for each API call */ member in struct:__anon2444
669 TIMER_LIST_ENT timer; /* timeout for each sent command */ member in struct:__anon2447
/system/bt/osi/src/
H A Dalarm.cc56 // Callback and timer threads should run at RT priority in order to ensure they
57 // meet audio deadlines. Use this priority for all audio/timer related thread.
129 static timer_t timer; variable
155 static bool timer_create_internal(const clockid_t clock_id, timer_t* timer);
303 timer_delete(timer);
315 // the |timer| variable is valid ourselves.
327 if (!timer_create_internal(CLOCK_ID, &timer)) goto error;
382 if (timer_initialized) timer_delete(timer);
434 // Add it into the timer list sorted by deadline (earliest deadline first).
466 // If used in a zeroed state, disarms the timer
659 timer_create_internal(const clockid_t clock_id, timer_t* timer) argument
[all...]
/system/core/init/
H A Dproperty_service.cpp354 Timer timer; local
356 uint64_t millis = timer.duration().count();
/system/bt/tools/mcap_tool/
H A Dmcap_tool.cc509 static timer_t timer; local
518 timer_create(CLOCK_MONOTONIC, &sigevent, &timer);
527 timer_settime(timer, 0, &new_value, nullptr);
/system/nfc/src/hal/int/
H A Dnfc_hal_int.h322 TIMER_LIST_ENT timer; /* Timer for patch download */ member in struct:__anon2040
395 TIMER_LIST_ENT lp_timer; /* timer for low power mode */
433 TIMER_LIST_Q quick_timer_queue; /* timer list queue */
434 TIMER_LIST_ENT timer; /* timer for NCI transport task */ member in struct:__anon2046
/system/bt/bta/dm/
H A Dbta_dm_int.h591 alarm_t* timer[BTA_DM_PM_MODE_TIMER_MAX]; member in struct:__anon119
595 uint8_t active; /* number of active timer */
687 alarm_t* gatt_close_timer; /* GATT channel close delay timer */

Completed in 185 milliseconds