Home
last modified time | relevance | path

Searched refs:addSample (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameSchedulerBase.h66 nsecs_t addSample(nsecs_t time);
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp266 nsecs_t VideoFrameSchedulerBase::PLL::addSample(nsecs_t time) { in addSample() function in android::VideoFrameSchedulerBase::PLL
392 const nsecs_t videoPeriod = mPll.addSample(origRenderTime); in schedule()
/frameworks/native/libs/input/
DInputConsumerNoResampling.cpp107 void addSample(MotionEvent& event, const InputMessage& msg) { in addSample() function
117 event.addSample(msg.body.motion.eventTime, pointerCoords.data()); in addSample()
472 addSample(*motion, msg); in consumeBatchedInputEvents()
DInputConsumer.cpp130 void addSample(MotionEvent& event, const InputMessage& msg) { in addSample() function
138 event.addSample(msg.body.motion.eventTime, pointerCoords); in addSample()
446 addSample(*motionEvent, msg); in consumeSamples()
699 event->addSample(sampleTime, touchState.lastResample.pointers); in resampleTouchState()
DMotionPredictor.cpp326 prediction->addSample(predictionTime, &coords); in predict()
DInput.cpp583 addSample(eventTime, pointerCoords); in initialize()
643 void MotionEvent::addSample( in addSample() function in android::MotionEvent
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp374 event->addSample(ARBITRARY_EVENT_TIME + 1, mSamples[1].pointerCoords); in initializeEventWithHistory()
375 event->addSample(ARBITRARY_EVENT_TIME + 2, mSamples[2].pointerCoords); in initializeEventWithHistory()
DMotionPredictorMetricsManager_test.cpp170 predictionEvent.addSample(predictionPoints[i].targetTimestamp, &coords); in makeMotionEvent()
/frameworks/native/include/input/
DInput.h893 void addSample(
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp418 event->addSample(eventTimeNanos, rawPointerCoords.data()); in android_view_MotionEvent_nativeAddBatch()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1029 public void addSample(long sample) { in addSample() method in NotificationUsageStats.Aggregate