Home | History | Annotate | Download | only in input

Lines Matching refs:frameTime

394         bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
396 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
397 mChannel->getName().string(), consumeBatches ? "true" : "false", frameTime);
416 result = consumeBatch(factory, frameTime, outSeq, outEvent);
511 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
515 if (frameTime < 0) {
522 nsecs_t sampleTime = frameTime;