Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h439 size_t historyCurrent; member
447 historyCurrent = 0; in initialize()
454 historyCurrent ^= 1; in addHistory()
458 history[historyCurrent].initializeFrom(msg); in addHistory()
462 return &history[(historyCurrent + index) & 1]; in getHistory()