Searched defs:processTimestamp (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp407 processTimestamp(message->timestamp.position, message->timestamp.timestamp);
555 void AudioStreamInternal::processTimestamp(uint64_t position, int64_t time) { function in class:AudioStreamInternal
556 mClockModel.processTimestamp(position, time);
H A DIsochronousClockModel.cpp57 void IsochronousClockModel::processTimestamp(int64_t framePosition, int64_t nanoTime) { function in class:IsochronousClockModel
64 // ALOGD("processTimestamp() - mMarkerFramePosition = %lld at mMarkerNanoTime %llu",
67 // ALOGD("processTimestamp() - framePosition = %lld at nanoTime %llu",
72 // ALOGD("processTimestamp() - expectedNanosDelta = %lld, nanosDelta = %llu",
76 // ALOGD("processTimestamp() - mSampleRate = %d", mSampleRate);
77 // ALOGD("processTimestamp() - mState = %d", mState);
92 // ALOGD("processTimestamp() - advance to STATE_RUNNING");
103 // ALOGD("processTimestamp() - STATE_RUNNING - %d < %d micros - EARLY",
109 // ALOGD("processTimestamp() - STATE_RUNNING - %d > %d + %d micros - LATE",

Completed in 155 milliseconds