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