Searched refs:addSample (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | VideoFrameSchedulerBase.h | 66 nsecs_t addSample(nsecs_t time);
|
/frameworks/av/media/libstagefright/ |
D | VideoFrameSchedulerBase.cpp | 266 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/ |
D | InputConsumerNoResampling.cpp | 107 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()
|
D | InputConsumer.cpp | 130 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()
|
D | MotionPredictor.cpp | 326 prediction->addSample(predictionTime, &coords); in predict()
|
D | Input.cpp | 583 addSample(eventTime, pointerCoords); in initialize() 643 void MotionEvent::addSample( in addSample() function in android::MotionEvent
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 374 event->addSample(ARBITRARY_EVENT_TIME + 1, mSamples[1].pointerCoords); in initializeEventWithHistory() 375 event->addSample(ARBITRARY_EVENT_TIME + 2, mSamples[2].pointerCoords); in initializeEventWithHistory()
|
D | MotionPredictorMetricsManager_test.cpp | 170 predictionEvent.addSample(predictionPoints[i].targetTimestamp, &coords); in makeMotionEvent()
|
/frameworks/native/include/input/ |
D | Input.h | 893 void addSample(
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 418 event->addSample(eventTimeNanos, rawPointerCoords.data()); in android_view_MotionEvent_nativeAddBatch()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationUsageStats.java | 1029 public void addSample(long sample) { in addSample() method in NotificationUsageStats.Aggregate
|