Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DPowerAdvisorTest.cpp75 void PowerAdvisorTest::fakeBasicFrameTiming(nsecs_t startTime, nsecs_t vsyncPeriod) { in fakeBasicFrameTiming()
96 const nsecs_t vsyncPeriod = std::chrono::nanoseconds(1s).count() / 60; in TEST_F() local
131 const nsecs_t vsyncPeriod = std::chrono::nanoseconds(1s).count() / 60; in TEST_F() local
171 const nsecs_t vsyncPeriod = std::chrono::nanoseconds(1s).count() / 60; in TEST_F() local
DVsyncConfigurationTest.cpp111 auto validateOffsets = [](const auto& offsets, std::chrono::nanoseconds vsyncPeriod) { in TEST_F()
DTestableSurfaceFlinger.h614 auto& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod()
/frameworks/base/core/jni/
Dandroid_hardware_display_DisplayManagerGlobal.cpp36 const nsecs_t vsyncPeriod = kNanosPerSecond / refreshRate; in android_hardware_display_DisplayManagerGlobal_signalNativeCallbacks() local
/frameworks/base/libs/hwui/
DDeviceInfo.cpp105 void DeviceInfo::onRefreshRateChanged(int64_t vsyncPeriod) { in onRefreshRateChanged()
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h89 nsecs_t vsyncPeriod __attribute__((aligned(8))); member
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h78 Builder& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod()
DHWComposer.h97 nsecs_t vsyncPeriod = -1; member
DAidlComposerHal.cpp967 int32_t vsyncPeriod; in getDisplayVsyncPeriod() local
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp143 void RenderThread::refreshRateCallback(int64_t vsyncPeriod, void* data) { in refreshRateCallback()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp366 const auto vsyncPeriod = mVsyncSchedule->getTracker().currentPeriod(); in getDisplayStatInfo() local
780 const auto vsyncPeriod = std::chrono::nanoseconds(mVsyncSchedule->getTracker().currentPeriod()); in getPreviousVsyncFrom() local
DEventThread.cpp61 auto vsyncPeriod(VSyncRequest request) { in vsyncPeriod() function
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp261 nsecs_t vsyncPeriod; in getVsyncPeriodFromHWC() local
DSurfaceFlinger.cpp1857 std::optional<hal::VsyncPeriodNanos> vsyncPeriod) { in onComposerHalVsync()
1961 const auto vsyncPeriod = mScheduler->getDisplayStatInfo(now).vsyncPeriod; in previousFrameFence() local
2096 const nsecs_t vsyncPeriod = display->getActiveMode()->getVsyncPeriod(); in commit() local
2349 const auto vsyncPeriod = stats.vsyncPeriod ?: (60_Hz).getPeriodNsecs(); in setCompositorTimingSnapped() local
3444 const nsecs_t vsyncPeriod = currRefreshRate.getPeriodNsecs(); in initScheduler() local
3481 nsecs_t vsyncPeriod) { in setVsyncConfig()
4857 const nsecs_t vsyncPeriod = display->refreshRateConfigs().getActiveMode()->getVsyncPeriod(); in onInitializeDisplays() local
DSurfaceFlinger.h517 const auto vsyncPeriod = mScheduler->getVsyncPeriodFromRefreshRateConfigs(); in modulateVsync() local
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp491 void AChoreographer_signalRefreshRateCallbacks(nsecs_t vsyncPeriod) EXCLUDES(gChoreographers.lock) { in AChoreographer_signalRefreshRateCallbacks()
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp1257 std::chrono::nanoseconds vsyncPeriod(mRefreshRate.getPeriodNsecs()); in dump() local
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp146 int32_t vsyncPeriod; member