Searched refs:sLogPtr (Results 1 – 1 of 1) sorted by relevance
1340 private static int sLogPtr = 0; field in MusicUtils1345 sMusicLog[sLogPtr] = new LogEntry(o); in debugLog()1346 sLogPtr++; in debugLog()1347 if (sLogPtr >= sMusicLog.length) { in debugLog()1348 sLogPtr = 0; in debugLog()1354 int idx = (sLogPtr + i); in debugDump()