Searched refs:sLogPtr (Results 1 – 1 of 1) sorted by relevance
1332 private static int sLogPtr = 0; field in MusicUtils1336 sMusicLog[sLogPtr] = new LogEntry(o); in debugLog()1337 sLogPtr++; in debugLog()1338 if (sLogPtr >= sMusicLog.length) { in debugLog()1339 sLogPtr = 0; in debugLog()1345 int idx = (sLogPtr + i); in debugDump()