Searched refs:processTimestamp (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libaaudio/tests/ |
D | test_clock_model.cpp | 64 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/ |
D | IsochronousClockModel.h | 49 void processTimestamp(int64_t framePosition, int64_t nanoTime);
|
D | AudioStreamInternal.h | 191 void processTimestamp(uint64_t position, int64_t time);
|
D | IsochronousClockModel.cpp | 71 void IsochronousClockModel::processTimestamp(int64_t framePosition, int64_t nanoTime) { in processTimestamp() function in IsochronousClockModel
|
D | AudioStreamInternal.cpp | 481 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/ |
D | InputReader_test.cpp | 4691 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()
|