Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Dnanoapp_info_events_test_observer.cc44 mStartStopHistory[mHistoryIndex].instanceId = in handleEvent()
47 mStartStopHistory[mHistoryIndex].eventType = eventType; in handleEvent()
48 mHistoryIndex = (mHistoryIndex + 1) % kHistorySize; in handleEvent()
79 mStartStopHistory[(mHistoryIndex + i) % kHistorySize]; in processStartStopHistory()
Dnanoapp_info_events_test_observer.h67 uint32_t mHistoryIndex = 0; variable