Searched refs:processTimestamp (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libaaudio/src/client/ |
D | IsochronousClockModel.h | 41 void processTimestamp(int64_t framePosition, int64_t nanoTime);
|
D | AudioStreamInternal.h | 184 void processTimestamp(uint64_t position, int64_t time);
|
D | AudioStreamInternal.cpp | 462 processTimestamp(message->timestamp.position, message->timestamp.timestamp); in onTimestampService() 671 void AudioStreamInternal::processTimestamp(uint64_t position, int64_t time) { in processTimestamp() function in AudioStreamInternal 672 mClockModel.processTimestamp(position, time); in processTimestamp()
|
D | IsochronousClockModel.cpp | 67 void IsochronousClockModel::processTimestamp(int64_t framePosition, int64_t nanoTime) { in processTimestamp() function in IsochronousClockModel
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 4387 void processTimestamp(MultiTouchInputMapper* mapper, uint32_t value); 4503 void MultiTouchInputMapperTest::processTimestamp(MultiTouchInputMapper* mapper, uint32_t value) { in processTimestamp() function in android::MultiTouchInputMapperTest 5907 processTimestamp(mapper, 1000); in TEST_F() 5925 processTimestamp(mapper, 1); in TEST_F()
|