Searched refs:last_active (Results 1 – 5 of 5) sorted by relevance
179 auto deadline = fde->last_active + *fde->timeout; in Loop()189 fde->last_active = post_poll; in Loop()
166 auto deadline = fde.last_active + *fde.timeout; in Loop()177 fde.last_active = post_poll; in Loop()
118 fde->last_active = std::chrono::steady_clock::now(); in SetTimeout()130 auto deadline = fde.last_active + *timeout_opt; in CalculatePollDuration()
63 std::chrono::steady_clock::time_point last_active; member
2766 uint8_t last_active = NFA_EE_INVALID; in nfa_ee_lmrt_to_nfcc() local2788 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()