Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DPowerAdvisorTest.cpp63 Duration vsyncPeriod; member
169 void PowerAdvisorTest::fakeBasicFrameTiming(TimePoint startTime, Duration vsyncPeriod) { in fakeBasicFrameTiming()
326 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local
364 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local
408 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local
451 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local
495 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local
DVsyncConfigurationTest.cpp111 auto validateOffsets = [](const auto& offsets, std::chrono::nanoseconds vsyncPeriod) { in TEST_F()
DVSyncReactorTest.cpp86 ftl::NonNull<DisplayModePtr> displayMode(nsecs_t vsyncPeriod) { in displayMode()
DTestableSurfaceFlinger.h716 void notifyExpectedPresentIfRequired(PhysicalDisplayId displayId, Period vsyncPeriod, in notifyExpectedPresentIfRequired()
825 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/native/libs/gui/
DCompositorTiming.cpp25 CompositorTiming::CompositorTiming(nsecs_t vsyncDeadline, nsecs_t vsyncPeriod, nsecs_t vsyncPhase, in CompositorTiming()
DChoreographer.cpp410 void Choreographer::signalRefreshRateCallbacks(nsecs_t vsyncPeriod) { in signalRefreshRateCallbacks()
/frameworks/base/libs/hwui/
DDeviceInfo.cpp119 void DeviceInfo::onRefreshRateChanged(int64_t vsyncPeriod) { in onRefreshRateChanged()
/frameworks/native/services/surfaceflinger/Scheduler/src/
DFrameTargeter.cpp74 const Period vsyncPeriod = vsyncSource.period(); in beginFrame() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h84 Builder& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod()
DHWComposer.h103 nsecs_t vsyncPeriod = -1; member
DAidlComposerHal.cpp1370 int32_t vsyncPeriod; in getDisplayVsyncPeriod() local
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h96 nsecs_t vsyncPeriod __attribute__((aligned(8))); member
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp158 void RenderThread::refreshRateCallback(int64_t vsyncPeriod, void* data) { in refreshRateCallback()
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp53 void AChoreographer_signalRefreshRateCallbacks(nsecs_t vsyncPeriod) { in AChoreographer_signalRefreshRateCallbacks()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp67 auto vsyncPeriod(VSyncRequest request) { in vsyncPeriod() function
DScheduler.cpp498 void Scheduler::setVsyncConfig(const VsyncConfig& config, Period vsyncPeriod) { in setVsyncConfig()
/frameworks/native/services/surfaceflinger/Scheduler/tests/
DFrameTargeterTest.cpp37 const Period vsyncPeriod; member
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp1470 std::chrono::nanoseconds vsyncPeriod(mRefreshRate.getPeriodNsecs()); in dump() local
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2205 std::optional<hal::VsyncPeriodNanos> vsyncPeriod) { in onComposerHalVsync()
2644 const Period vsyncPeriod = mScheduler->getVsyncSchedule()->period(); in commit() local
3160 const Period vsyncPeriod = schedule->period(); in onCompositionPresented() local
4337 const auto vsyncPeriod = modePtr->getVsyncRate().getPeriod(); in onExpectedPresentTimePosted() local
4353 Period vsyncPeriod, in notifyExpectedPresentIfRequired()
DLayer.cpp4117 const nsecs_t vsyncPeriod = display->getVsyncPeriodFromHWC(); in onCompositionPresented() local