Home
last modified time | relevance | path

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

/system/core/adb/fdevent/
Dfdevent_poll.cpp179 auto deadline = fde->last_active + *fde->timeout; in Loop()
189 fde->last_active = post_poll; in Loop()
Dfdevent_epoll.cpp166 auto deadline = fde.last_active + *fde.timeout; in Loop()
177 fde.last_active = post_poll; in Loop()
Dfdevent.cpp118 fde->last_active = std::chrono::steady_clock::now(); in SetTimeout()
130 auto deadline = fde.last_active + *timeout_opt; in CalculatePollDuration()
Dfdevent.h63 std::chrono::steady_clock::time_point last_active; member
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc2766 uint8_t last_active = NFA_EE_INVALID; in nfa_ee_lmrt_to_nfcc() local
2788 if (last_active == NFA_EE_INVALID) { in nfa_ee_lmrt_to_nfcc()
2789 last_active = p_cb->nfcee_id; in nfa_ee_lmrt_to_nfcc()
2791 << StringPrintf("last_active: 0x%x", last_active); in nfa_ee_lmrt_to_nfcc()
2795 if (last_active == NFA_EE_INVALID) { in nfa_ee_lmrt_to_nfcc()