Home
last modified time | relevance | path

Searched refs:m_lastMessageTime (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.h343 uint32_t m_lastMessageTime; /* Time at which last message was received */ member
H A DuSynergy.c507 if ((cur_time - context->m_lastMessageTime) > USYNERGY_IDLE_TIMEOUT) in sUpdateContext()
511 context->m_lastMessageTime = cur_time; in sUpdateContext()

Completed in 2 milliseconds