Home
last modified time | relevance | path

Searched defs:timeline (Results 1 – 25 of 25) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_DisplayModeSwitching.cpp225 const VsyncPeriodChangeTimeline timeline{.refreshRequired = true}; in TEST_F() local
258 const VsyncPeriodChangeTimeline timeline{.refreshRequired = false}; in TEST_F() local
289 const VsyncPeriodChangeTimeline timeline{.refreshRequired = false}; in TEST_F() local
311 const VsyncPeriodChangeTimeline timeline{.refreshRequired = true}; in TEST_F() local
348 const VsyncPeriodChangeTimeline timeline{.refreshRequired = false}; in TEST_F() local
398 const VsyncPeriodChangeTimeline timeline{.refreshRequired = false}; in TEST_F() local
435 const VsyncPeriodChangeTimeline timeline{.refreshRequired = true}; in TEST_F() local
499 const VsyncPeriodChangeTimeline timeline{.refreshRequired = true}; in TEST_F() local
527 const VsyncPeriodChangeTimeline timeline{.refreshRequired = true}; in TEST_F() local
570 const VsyncPeriodChangeTimeline timeline{.refreshRequired = true}; in TEST_F() local
DDisplayModeControllerTest.cpp86 hal::VsyncPeriodChangeTimeline& timeline, in expectModeSet()
185 hal::VsyncPeriodChangeTimeline timeline; in TEST_F() local
213 hal::VsyncPeriodChangeTimeline timeline; in TEST_F() local
/frameworks/native/services/inputflinger/dispatcher/
DLatencyTracker.cpp174 InputEventTimeline& timeline = it->second; in trackFinishedEvent() local
205 InputEventTimeline& timeline = it->second; in trackGraphicsLatency() local
235 const InputEventTimeline& timeline = it->second; in reportAndPruneMatureRecords() local
DLatencyAggregatorWithHistograms.cpp118 void LatencyAggregatorWithHistograms::processTimeline(const InputEventTimeline& timeline) { in processTimeline()
135 void LatencyAggregatorWithHistograms::processStatistics(const InputEventTimeline& timeline) { in processStatistics()
252 void LatencyAggregatorWithHistograms::processSlowEvent(const InputEventTimeline& timeline) { in processSlowEvent()
DLatencyAggregator.cpp127 void LatencyAggregator::processTimeline(const InputEventTimeline& timeline) { in processTimeline()
135 void LatencyAggregator::processStatistics(const InputEventTimeline& timeline) { in processStatistics()
219 void LatencyAggregator::processSlowEvent(const InputEventTimeline& timeline) { in processSlowEvent()
DInputEventTimeline.cpp49 bool ConnectionTimeline::setGraphicsTimeline(std::array<nsecs_t, GraphicsTimeline::SIZE> timeline) { in setGraphicsTimeline()
DInputDispatcher.cpp4049 const InputPublisher::Timeline& timeline = in handleReceiveCallback() local
/frameworks/native/services/inputflinger/tests/
DLatencyTracker_test.cpp147 void processTimeline(const InputEventTimeline& timeline) override { in processTimeline()
381 InputEventTimeline timeline = getTestTimeline(); in TEST_F() local
443 InputEventTimeline timeline( in TEST_F() local
DFakeWindows.cpp78 std::array<nsecs_t, GraphicsTimeline::SIZE> timeline) { in sendTimeline()
DFakeWindows.h373 std::array<nsecs_t, GraphicsTimeline::SIZE> timeline) { in sendTimeline()
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp113 std::array<nsecs_t, GraphicsTimeline::SIZE> timeline; member
193 Timeline timeline{ in reportTimeline() local
239 const Timeline& timeline = std::get<Timeline>(outbound); in processOutboundEvents() local
502 const Timeline& timeline = std::get<Timeline>(outbound); in dump() local
Dandroid_view_InputEventSender.cpp256 const InputPublisher::Timeline& timeline = std::get<InputPublisher::Timeline>(response); in notifyConsumerResponse() local
/frameworks/native/services/inputflinger/tests/fuzzers/
DLatencyTrackerFuzzer.cpp39 void processTimeline(const InputEventTimeline& timeline) override { in processTimeline()
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncPredictor.cpp333 for (auto& timeline : mTimelines) { in nextAnticipatedVSyncTimeFrom() local
376 for (auto& timeline : mTimelines) { in isVSyncInPhase() local
495 for (auto& timeline : mTimelines) { in ensureMinFrameDurationIsKept() local
DScheduler.cpp1276 void Scheduler::onNewVsyncPeriodChangeTimeline(const hal::VsyncPeriodChangeTimeline& timeline) { in onNewVsyncPeriodChangeTimeline()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp1406 const auto& timeline = vsyncEventData.frameTimelines[i]; in syncTimestampToDisplayLocked() local
1443 const auto& timeline = mRefVsyncData.frameTimelines[i]; in syncTimestampToDisplayLocked() local
/frameworks/native/services/surfaceflinger/PowerAdvisor/
DPowerAdvisor.cpp690 DisplayTimeline timeline; in calculateDisplayTimeline() local
/frameworks/native/libs/gui/
DFrameTimestamps.cpp328 void ProducerFrameEventHistory::applyFenceDelta(FenceTimeline* timeline, in applyFenceDelta()
/frameworks/native/include/input/
DInputTransport.h210 } timeline; member
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp577 const InputPublisher::Timeline& timeline = std::get<InputPublisher::Timeline>(*result); in TEST_F() local
DInputPublisherAndConsumerNoResampling_test.cpp841 const InputPublisher::Timeline& timeline = std::get<InputPublisher::Timeline>(*result); in TEST_F() local
/frameworks/base/core/java/android/view/
DChoreographer.java999 FrameTimeline timeline = mFrameData.update(offsetFrameTimeNanos, vsyncEventData); in doFrame() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DAidlComposerHal.cpp1436 AidlVsyncPeriodChangeTimeline timeline; in setActiveConfigWithConstraints() local
DHidlComposerHal.cpp108 const VsyncPeriodChangeTimeline& timeline) override { in onVsyncPeriodTimingChanged()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2362 hal::HWDisplayId, const hal::VsyncPeriodChangeTimeline& timeline) { in onComposerHalVsyncPeriodTimingChanged()