Searched refs:mHistoryIndex (Results 1 – 7 of 7) sorted by relevance
60 private int mHistoryIndex; field in SignalController188 mHistory[mHistoryIndex].copyFrom(mLastState); in recordLastState()189 mHistoryIndex = (mHistoryIndex + 1) % HISTORY_SIZE; in recordLastState()202 for (int i = mHistoryIndex + HISTORY_SIZE - 1; in dump()203 i >= mHistoryIndex + HISTORY_SIZE - size; i--) { in dump()204 pw.println(" Previous State(" + (mHistoryIndex + HISTORY_SIZE - i) + "): " in dump()
59 private int mHistoryIndex; field in CallbackHandler263 mHistory[mHistoryIndex] = callback; in recordLastCallback()264 mHistoryIndex = (mHistoryIndex + 1) % HISTORY_SIZE; in recordLastCallback()279 for (int i = mHistoryIndex + HISTORY_SIZE - 1; in dump()280 i >= mHistoryIndex + HISTORY_SIZE - size; i--) { in dump()281 pw.println(" Previous Callback(" + (mHistoryIndex + HISTORY_SIZE - i) + "): " in dump()
177 private int mHistoryIndex; field in NetworkControllerImpl1186 for (int i = mHistoryIndex + HISTORY_SIZE - 1; in dump()1187 i >= mHistoryIndex + HISTORY_SIZE - size; i--) { in dump()1188 pw.println(" Previous NetworkCallback(" + (mHistoryIndex + HISTORY_SIZE - i) + "): " in dump()1436 mHistory[mHistoryIndex] = callback; in recordLastNetworkCallback()1437 mHistoryIndex = (mHistoryIndex + 1) % HISTORY_SIZE; in recordLastNetworkCallback()
42 mStartStopHistory[mHistoryIndex].instanceId = nanoAppInfo->instanceId; in handleEvent()44 mStartStopHistory[mHistoryIndex].eventType = eventType; in handleEvent()45 mHistoryIndex = (mHistoryIndex + 1) % kHistorySize; in handleEvent()76 mStartStopHistory[(mHistoryIndex + i) % kHistorySize]; in processStartStopHistory()
67 uint32_t mHistoryIndex = 0; variable
61 private int mHistoryIndex; field in WifiStatusTracker347 mHistory[mHistoryIndex] = log; in recordLastWifiNetwork()348 mHistoryIndex = (mHistoryIndex + 1) % HISTORY_SIZE; in recordLastWifiNetwork()359 for (int i = mHistoryIndex + HISTORY_SIZE - 1; in dump()360 i >= mHistoryIndex + HISTORY_SIZE - size; i--) { in dump()362 + (mHistoryIndex + HISTORY_SIZE - i) + "): " in dump()
106 private int mHistoryIndex = 0; field in StatusBarStateControllerImpl502 for (int i = mHistoryIndex + HISTORY_SIZE; in dump()503 i >= mHistoryIndex + HISTORY_SIZE - size + 1; i--) { in dump()504 pw.println(" (" + (mHistoryIndex + HISTORY_SIZE - i + 1) + ")" in dump()510 mHistoryIndex = (mHistoryIndex + 1) % HISTORY_SIZE; in recordHistoricalState()511 HistoricalState state = mHistoricalRecords[mHistoryIndex]; in recordHistoricalState()