/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | PowerAdvisorTest.cpp | 75 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
|
D | VsyncConfigurationTest.cpp | 111 auto validateOffsets = [](const auto& offsets, std::chrono::nanoseconds vsyncPeriod) { in TEST_F()
|
D | TestableSurfaceFlinger.h | 614 auto& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod()
|
/frameworks/base/core/jni/ |
D | android_hardware_display_DisplayManagerGlobal.cpp | 36 const nsecs_t vsyncPeriod = kNanosPerSecond / refreshRate; in android_hardware_display_DisplayManagerGlobal_signalNativeCallbacks() local
|
/frameworks/base/libs/hwui/ |
D | DeviceInfo.cpp | 105 void DeviceInfo::onRefreshRateChanged(int64_t vsyncPeriod) { in onRefreshRateChanged()
|
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventReceiver.h | 89 nsecs_t vsyncPeriod __attribute__((aligned(8))); member
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | DisplayMode.h | 78 Builder& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod()
|
D | HWComposer.h | 97 nsecs_t vsyncPeriod = -1; member
|
D | AidlComposerHal.cpp | 967 int32_t vsyncPeriod; in getDisplayVsyncPeriod() local
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.cpp | 143 void RenderThread::refreshRateCallback(int64_t vsyncPeriod, void* data) { in refreshRateCallback()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.cpp | 366 const auto vsyncPeriod = mVsyncSchedule->getTracker().currentPeriod(); in getDisplayStatInfo() local 780 const auto vsyncPeriod = std::chrono::nanoseconds(mVsyncSchedule->getTracker().currentPeriod()); in getPreviousVsyncFrom() local
|
D | EventThread.cpp | 61 auto vsyncPeriod(VSyncRequest request) { in vsyncPeriod() function
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 261 nsecs_t vsyncPeriod; in getVsyncPeriodFromHWC() local
|
D | SurfaceFlinger.cpp | 1857 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
|
D | SurfaceFlinger.h | 517 const auto vsyncPeriod = mScheduler->getVsyncPeriodFromRefreshRateConfigs(); in modulateVsync() local
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 491 void AChoreographer_signalRefreshRateCallbacks(nsecs_t vsyncPeriod) EXCLUDES(gChoreographers.lock) { in AChoreographer_signalRefreshRateCallbacks()
|
/frameworks/native/services/surfaceflinger/FrameTimeline/ |
D | FrameTimeline.cpp | 1257 std::chrono::nanoseconds vsyncPeriod(mRefreshRate.getPeriodNsecs()); in dump() local
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 146 int32_t vsyncPeriod; member
|