Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h406 size_t historyCurrent; member
414 historyCurrent = 0; in initialize()
421 historyCurrent ^= 1; in addHistory()
425 history[historyCurrent].initializeFrom(msg); in addHistory()
429 return &history[(historyCurrent + index) & 1]; in getHistory()