Home
last modified time | relevance | path

Searched refs:last_cycle (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dfdevent.cpp460 static auto last_cycle = android::base::boot_clock::now(); in fdevent_check_spin() local
463 if (now - last_cycle > 10ms) { in fdevent_check_spin()
466 last_cycle = now; in fdevent_check_spin()
469 last_cycle = now; in fdevent_check_spin()