Searched refs:processTimestamp (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DIsochronousClockModel.h39 void processTimestamp(int64_t framePosition, int64_t nanoTime);
H A DAudioStreamInternal.h156 void processTimestamp(uint64_t position, int64_t 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",
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);

Completed in 851 milliseconds