Home | History | Annotate | Download | only in androidfw

Lines Matching refs:frameTime

392         bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
394 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
395 mChannel->getName().string(), consumeBatches ? "true" : "false", frameTime);
414 result = consumeBatch(factory, frameTime, outSeq, outEvent);
509 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
513 if (frameTime < 0) {
520 nsecs_t sampleTime = frameTime - RESAMPLE_LATENCY;