Searched refs:mStartStopHistory (Results 1 – 2 of 2) sorted by relevance
42 mStartStopHistory[mHistoryIndex].instanceId = nanoAppInfo->instanceId; in handleEvent()44 mStartStopHistory[mHistoryIndex].eventType = eventType; in handleEvent()76 mStartStopHistory[(mHistoryIndex + i) % kHistorySize]; in processStartStopHistory()
66 HostActionMetadata mStartStopHistory[kHistorySize]; variable