Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayManagerGlobal.cpp36 const nsecs_t vsyncPeriod = kNanosPerSecond / refreshRate; in android_hardware_display_DisplayManagerGlobal_signalNativeCallbacks() local
/aosp12/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp105 void DeviceInfo::onRefreshRateChanged(int64_t vsyncPeriod) { in onRefreshRateChanged()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateStatsTest.cpp81 int64_t vsyncPeriod) { in createDisplayMode()
H A DVsyncConfigurationTest.cpp111 auto validateOffsets = [](const auto& offsets, std::chrono::nanoseconds vsyncPeriod) { in TEST_F()
H A DTestableSurfaceFlinger.h515 auto& setVsyncPeriod(int32_t vsyncPeriod) { in setVsyncPeriod()
H A DRefreshRateConfigsTest.cpp181 int64_t vsyncPeriod, ui::Size resolution) { in createDisplayMode()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayMode.h73 Builder& setVsyncPeriod(int32_t vsyncPeriod) { in setVsyncPeriod()
H A DHWComposer.h89 nsecs_t vsyncPeriod = -1; member
/aosp12/frameworks/native/libs/gui/include/gui/
H A DDisplayEventReceiver.h88 nsecs_t vsyncPeriod __attribute__((aligned(8))); member
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.cpp444 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 DEventThread.cpp61 auto vsyncPeriod(VSyncRequest request) { in vsyncPeriod() function
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp130 void RenderThread::refreshRateCallback(int64_t vsyncPeriod, void* data) { in refreshRateCallback()
/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp211 nsecs_t vsyncPeriod; in getVsyncPeriodFromHWC() local
H A DSurfaceFlinger.cpp1729 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 DSurfaceFlinger.h592 const auto vsyncPeriod = mScheduler->getVsyncPeriodFromRefreshRateConfigs(); in modulateVsync() local
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp199 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 DExynosDisplay.h295 VsyncPeriodNanos vsyncPeriod; member
/aosp12/frameworks/native/libs/nativedisplay/
H A DAChoreographer.cpp438 void AChoreographer_signalRefreshRateCallbacks(nsecs_t vsyncPeriod) EXCLUDES(gChoreographers.lock) { in AChoreographer_signalRefreshRateCallbacks()
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp1237 std::chrono::nanoseconds vsyncPeriod(mRefreshRate.getPeriodNsecs()); in dump() local
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp146 int32_t vsyncPeriod; member