Home
last modified time | relevance | path

Searched refs:findSampleNoLaterThan (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/input/
DInputTransport.h484 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);
/frameworks/native/libs/input/
DInputTransport.cpp639 ssize_t split = findSampleNoLaterThan(batch, sampleTime); in consumeBatch()
1086 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan() function in android::InputConsumer