Home
last modified time | relevance | path

Searched defs:vsyncPeriod (Results 1 – 23 of 23) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DPowerAdvisorTest.cpp82 void PowerAdvisorTest::fakeBasicFrameTiming(TimePoint startTime, Duration vsyncPeriod) { in fakeBasicFrameTiming()
106 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local
144 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local
187 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local
DEventThreadTest.cpp171 void EventThreadTest::setupEventThread(std::chrono::nanoseconds vsyncPeriod) { in setupEventThread()
296 VsyncEventData vsyncEventData, std::chrono::nanoseconds vsyncPeriod) { in expectVsyncEventDataFrameTimelinesValidLength()
434 std::chrono::nanoseconds vsyncPeriod(scheduler::VsyncConfig::kEarlyLatchMaxThreshold / in TEST_F() local
DVsyncConfigurationTest.cpp111 auto validateOffsets = [](const auto& offsets, std::chrono::nanoseconds vsyncPeriod) { in TEST_F()
DTestableSurfaceFlinger.h703 auto& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod()
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFrameTargeter.h56 TimePoint previousFrameVsyncTime(Period vsyncPeriod) const { in previousFrameVsyncTime()
99 inline bool targetsVsyncsAhead(Period vsyncPeriod) const { in targetsVsyncsAhead()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayManagerGlobal.cpp36 const nsecs_t vsyncPeriod = kNanosPerSecond / refreshRate; in android_hardware_display_DisplayManagerGlobal_signalNativeCallbacks() local
/frameworks/native/libs/gui/
DCompositorTiming.cpp25 CompositorTiming::CompositorTiming(nsecs_t vsyncDeadline, nsecs_t vsyncPeriod, nsecs_t vsyncPhase, in CompositorTiming()
DChoreographer.cpp379 void Choreographer::signalRefreshRateCallbacks(nsecs_t vsyncPeriod) { in signalRefreshRateCallbacks()
/frameworks/base/libs/hwui/
DDeviceInfo.cpp115 void DeviceInfo::onRefreshRateChanged(int64_t vsyncPeriod) { in onRefreshRateChanged()
/frameworks/native/services/surfaceflinger/Scheduler/src/
DFrameTargeter.cpp70 const Period vsyncPeriod = vsyncSource.period(); in beginFrame() local
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h95 nsecs_t vsyncPeriod __attribute__((aligned(8))); member
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h78 Builder& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod()
DHWComposer.h101 nsecs_t vsyncPeriod = -1; member
DAidlComposerHal.cpp1292 int32_t vsyncPeriod; in getDisplayVsyncPeriod() local
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp156 void RenderThread::refreshRateCallback(int64_t vsyncPeriod, void* data) { in refreshRateCallback()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp250 nsecs_t vsyncPeriod; in getVsyncPeriodFromHWC() local
DSurfaceFlinger.cpp2092 std::optional<hal::VsyncPeriodNanos> vsyncPeriod) { in onComposerHalVsync()
2392 const Period vsyncPeriod = mScheduler->getVsyncSchedule()->period(); in commit() local
2583 const Period vsyncPeriod = mScheduler->getVsyncSchedule()->period(); in composite() local
2859 const Period vsyncPeriod = schedule->period(); in postComposition() local
DLayer.cpp4028 const nsecs_t vsyncPeriod = display->getVsyncPeriodFromHWC(); in onPostComposition() local
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp53 void AChoreographer_signalRefreshRateCallbacks(nsecs_t vsyncPeriod) { in AChoreographer_signalRefreshRateCallbacks()
/frameworks/native/services/surfaceflinger/Scheduler/tests/
DFrameTargeterTest.cpp32 const Period vsyncPeriod; member
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp445 void Scheduler::setVsyncConfigSet(const VsyncConfigSet& configs, Period vsyncPeriod) { in setVsyncConfigSet()
449 void Scheduler::setVsyncConfig(const VsyncConfig& config, Period vsyncPeriod) { in setVsyncConfig()
DEventThread.cpp65 auto vsyncPeriod(VSyncRequest request) { in vsyncPeriod() function
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp1294 std::chrono::nanoseconds vsyncPeriod(mRefreshRate.getPeriodNsecs()); in dump() local