Searched refs:addSample (Results 1 – 9 of 9) sorted by relevance
66 nsecs_t addSample(nsecs_t time);
266 nsecs_t VideoFrameSchedulerBase::PLL::addSample(nsecs_t time) { in addSample() function in android::VideoFrameSchedulerBase::PLL392 const nsecs_t videoPeriod = mPll.addSample(origRenderTime); in schedule()
959 addSample(motionEvent, &msg); in consumeSamples()1217 event->addSample(sampleTime, touchState.lastResample.pointers); in resampleTouchState()1408 void InputConsumer::addSample(MotionEvent* event, const InputMessage* msg) { in addSample() function in android::InputConsumer1416 event->addSample(msg->body.motion.eventTime, pointerCoords); in addSample()
485 addSample(eventTime, pointerCoords); in initialize()523 void MotionEvent::addSample( in addSample() function in android::MotionEvent
665 static void addSample(MotionEvent* event, const InputMessage* msg);
772 void addSample(
302 event->addSample(ARBITRARY_EVENT_TIME + 1, pointerCoords); in initializeEventWithHistory()322 event->addSample(ARBITRARY_EVENT_TIME + 2, pointerCoords); in initializeEventWithHistory()
397 event->addSample(eventTimeNanos, rawPointerCoords); in android_view_MotionEvent_nativeAddBatch()
1005 public void addSample(long sample) { in addSample() method in NotificationUsageStats.Aggregate