HomeSort by relevance Sort by last modified time
    Searched refs:processTimestamp (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libaaudio/src/client/
IsochronousClockModel.h 41 void processTimestamp(int64_t framePosition, int64_t nanoTime);
AudioStreamInternal.h 184 void processTimestamp(uint64_t position, int64_t time);
IsochronousClockModel.cpp 67 void IsochronousClockModel::processTimestamp(int64_t framePosition, int64_t nanoTime) {
68 // ALOGD("processTimestamp() - framePosition = %lld at nanoTime %llu",
77 // ALOGD("processTimestamp() - mMarkerFramePosition = %lld at mMarkerNanoTime %llu",
82 // ALOGD("processTimestamp() - expectedNanosDelta = %lld, nanosDelta = %llu",
86 // ALOGD("processTimestamp() - mSampleRate = %d", mSampleRate);
87 // ALOGD("processTimestamp() - mState = %d", mState);
100 // ALOGD("processTimestamp() - advance to STATE_RUNNING");
109 // ALOGD("processTimestamp() - STATE_RUNNING - %d < %d micros - EARLY",
114 // ALOGD("processTimestamp() - STATE_RUNNING - %d > %d + %d micros - LATE",
124 // ALOGD("processTimestamp() - mState = %d", mState)
    [all...]
AudioStreamInternal.cpp 462 processTimestamp(message->timestamp.position, message->timestamp.timestamp);
671 void AudioStreamInternal::processTimestamp(uint64_t position, int64_t time) {
672 mClockModel.processTimestamp(position, time);
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 100 milliseconds