Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputTransport.h576 size_t historyCurrent; member
584 historyCurrent = 0; in initialize()
591 historyCurrent ^= 1; in addHistory()
595 history[historyCurrent].initializeFrom(msg); in addHistory()
599 return &history[(historyCurrent + index) & 1]; in getHistory()