Searched refs:findSampleNoLaterThan (Results 1 – 2 of 2) sorted by relevance
482 static ssize_t findSampleNoLaterThan(const Batch& batch, nsecs_t time);
537 ssize_t split = findSampleNoLaterThan(batch, sampleTime); in consumeBatch()997 ssize_t InputConsumer::findSampleNoLaterThan(const Batch& batch, nsecs_t time) { in findSampleNoLaterThan() function in android::InputConsumer