/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_display_DisplayManagerGlobal.cpp | 36 const nsecs_t vsyncPeriod = kNanosPerSecond / refreshRate; in android_hardware_display_DisplayManagerGlobal_signalNativeCallbacks() local
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | DeviceInfo.cpp | 105 void DeviceInfo::onRefreshRateChanged(int64_t vsyncPeriod) { in onRefreshRateChanged()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | RefreshRateStatsTest.cpp | 81 int64_t vsyncPeriod) { in createDisplayMode()
|
H A D | VsyncConfigurationTest.cpp | 111 auto validateOffsets = [](const auto& offsets, std::chrono::nanoseconds vsyncPeriod) { in TEST_F()
|
H A D | TestableSurfaceFlinger.h | 515 auto& setVsyncPeriod(int32_t vsyncPeriod) { in setVsyncPeriod()
|
H A D | RefreshRateConfigsTest.cpp | 181 int64_t vsyncPeriod, ui::Size resolution) { in createDisplayMode()
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | DisplayMode.h | 73 Builder& setVsyncPeriod(int32_t vsyncPeriod) { in setVsyncPeriod()
|
H A D | HWComposer.h | 89 nsecs_t vsyncPeriod = -1; member
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | DisplayEventReceiver.h | 88 nsecs_t vsyncPeriod __attribute__((aligned(8))); member
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | Scheduler.cpp | 444 const auto vsyncPeriod = mVsyncSchedule.tracker->currentPeriod(); in getDisplayStatInfo() local 532 const auto vsyncPeriod = [&] { in resync() local 933 const auto vsyncPeriod = std::chrono::nanoseconds(mVsyncSchedule.tracker->currentPeriod()); in getPreviousVsyncFrom() local
|
H A D | EventThread.cpp | 61 auto vsyncPeriod(VSyncRequest request) { in vsyncPeriod() function
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderThread.cpp | 130 void RenderThread::refreshRateCallback(int64_t vsyncPeriod, void* data) { in refreshRateCallback()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | DisplayDevice.cpp | 211 nsecs_t vsyncPeriod; in getVsyncPeriodFromHWC() local
|
H A D | SurfaceFlinger.cpp | 1729 std::optional<hal::VsyncPeriodNanos> vsyncPeriod) { in onComposerHalVsync() 1834 const auto vsyncPeriod = mScheduler->getDisplayStatInfo(now).vsyncPeriod; in previousFrameFence() local 3183 const nsecs_t vsyncPeriod = currRefreshRate.getPeriodNsecs(); in initScheduler() local 3225 nsecs_t vsyncPeriod) { in setVsyncConfig() 4544 const nsecs_t vsyncPeriod = in onInitializeDisplays() local 4604 const auto vsyncPeriod = display->refreshRateConfigs().getCurrentRefreshRate().getVsyncPeriod(); in setPowerModeInternal() local
|
H A D | SurfaceFlinger.h | 592 const auto vsyncPeriod = mScheduler->getVsyncPeriodFromRefreshRateConfigs(); in modulateVsync() local
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/ |
H A D | ExynosDisplay.cpp | 199 hwc2_power_mode_t powerMode, uint32_t vsyncPeriod) { in updateRefreshRateHintInternal() 321 uint32_t vsyncPeriod) { in signalRefreshRate() 378 uint32_t vsyncPeriod = mVsyncPeriod; in Routine() local 3764 void ExynosDisplay::updateBtsVsyncPeriod(uint32_t vsyncPeriod, bool forceUpdate) { in updateBtsVsyncPeriod()
|
H A D | ExynosDisplay.h | 295 VsyncPeriodNanos vsyncPeriod; member
|
/aosp12/frameworks/native/libs/nativedisplay/ |
H A D | AChoreographer.cpp | 438 void AChoreographer_signalRefreshRateCallbacks(nsecs_t vsyncPeriod) EXCLUDES(gChoreographers.lock) { in AChoreographer_signalRefreshRateCallbacks()
|
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/ |
H A D | FrameTimeline.cpp | 1237 std::chrono::nanoseconds vsyncPeriod(mRefreshRate.getPeriodNsecs()); in dump() local
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | SFFakeHwc_test.cpp | 146 int32_t vsyncPeriod; member
|