Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h388 size_t historyCurrent; member
396 historyCurrent = 0; in initialize()
403 historyCurrent ^= 1; in addHistory()
407 history[historyCurrent].initializeFrom(msg); in addHistory()
411 return &history[(historyCurrent + index) & 1]; in getHistory()