Home
last modified time | relevance | path

Searched refs:processTimestamp (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaaudio/tests/
Dtest_clock_model.cpp64 model.processTimestamp(startPositionFrames, markerTime); in checkDriftingClock()
81 model.processTimestamp(alignedPosition, currentTimeNanos); in checkDriftingClock()
140 model.processTimestamp(position, markerTime); in TEST_F()
/frameworks/av/media/libaaudio/src/client/
DIsochronousClockModel.h49 void processTimestamp(int64_t framePosition, int64_t nanoTime);
DAudioStreamInternal.h191 void processTimestamp(uint64_t position, int64_t time);
DIsochronousClockModel.cpp71 void IsochronousClockModel::processTimestamp(int64_t framePosition, int64_t nanoTime) { in processTimestamp() function in IsochronousClockModel
DAudioStreamInternal.cpp481 processTimestamp(message->timestamp.position, message->timestamp.timestamp); in onTimestampService()
690 void AudioStreamInternal::processTimestamp(uint64_t position, int64_t time) { in processTimestamp() function in AudioStreamInternal
691 mClockModel.processTimestamp(position, time); in processTimestamp()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4691 void processTimestamp(MultiTouchInputMapper* mapper, uint32_t value);
4807 void MultiTouchInputMapperTest::processTimestamp(MultiTouchInputMapper* mapper, uint32_t value) { in processTimestamp() function in android::MultiTouchInputMapperTest
6211 processTimestamp(mapper, 1000); in TEST_F()
6229 processTimestamp(mapper, 1); in TEST_F()