Home | History | Annotate | Download | only in input

Lines Matching refs:frameTime

393         bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
395 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
396 mChannel->getName().string(), consumeBatches ? "true" : "false", frameTime);
415 result = consumeBatch(factory, frameTime, outSeq, outEvent);
510 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
514 if (frameTime < 0) {
521 nsecs_t sampleTime = frameTime;