Searched refs:timeInMs (Results 1 – 4 of 4) sorted by relevance
56 int timeInMs; // starting time of glitches in getGlitchString() local58 timeInMs = (int) (glitchesData[i] * newSamplesInMs); // round down in getGlitchString()59 listOfGlitches.append(timeInMs + "~" + (timeInMs + (int) allSamplesInMs) + "ms\n"); in getGlitchString()77 int timeInMs; // starting time of glitches in getGlitchStringForFile() local79 timeInMs = (int) (glitchesData[i] * newSamplesInMs); // round down in getGlitchStringForFile()80 listOfGlitches.append(timeInMs + "\n"); in getGlitchStringForFile()
85 int64_t timeInMs, in InsertPacket() argument145 _latestPacketTimeMs = timeInMs; in InsertPacket()
33 int64_t timeInMs,
36 timeInMs=hr*60*60*1000 + mn*60*1000 + sec*1000 + ms;