HomeSort by relevance Sort by last modified time
    Searched refs:mPreviousTimestamp (Results 1 - 4 of 4) 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 213 AudioTimestamp mPreviousTimestamp = null;
227 if (mPreviousTimestamp != null) {
229 && (timestamp.nanoTime != mPreviousTimestamp.nanoTime)) {
233 mPreviousTimestamp = timestamp;
  /frameworks/av/include/media/
AudioTrack.h     [all...]
  /frameworks/av/media/libmedia/
AudioTrack.cpp     [all...]

Completed in 560 milliseconds