HomeSort by relevance Sort by last modified time
    Searched defs:mPreviousTimestamp (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
MidiBtleTimeTracker.java 32 private int mPreviousTimestamp; // Used to calculate deltas.
54 long deltaMillis = timestamp - mPreviousTimestamp;
96 mPreviousTimestamp = timestamp;
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackSurroundTest.java 212 AudioTimestamp mPreviousTimestamp = null;
226 if (mPreviousTimestamp != null
228 && (timestamp.nanoTime != mPreviousTimestamp.nanoTime
229 || timestamp.framePosition != mPreviousTimestamp.framePosition)) {
232 mPreviousTimestamp = timestamp;
  /frameworks/av/media/libaudioclient/include/media/
AudioTrack.h     [all...]

Completed in 127 milliseconds