/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | PowerAdvisorTest.cpp | 63 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
|
D | VsyncConfigurationTest.cpp | 111 auto validateOffsets = [](const auto& offsets, std::chrono::nanoseconds vsyncPeriod) { in TEST_F()
|
D | VSyncReactorTest.cpp | 86 ftl::NonNull<DisplayModePtr> displayMode(nsecs_t vsyncPeriod) { in displayMode()
|
D | TestableSurfaceFlinger.h | 716 void notifyExpectedPresentIfRequired(PhysicalDisplayId displayId, Period vsyncPeriod, in notifyExpectedPresentIfRequired() 825 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/native/libs/gui/ |
D | CompositorTiming.cpp | 25 CompositorTiming::CompositorTiming(nsecs_t vsyncDeadline, nsecs_t vsyncPeriod, nsecs_t vsyncPhase, in CompositorTiming()
|
D | Choreographer.cpp | 410 void Choreographer::signalRefreshRateCallbacks(nsecs_t vsyncPeriod) { in signalRefreshRateCallbacks()
|
/frameworks/base/libs/hwui/ |
D | DeviceInfo.cpp | 119 void DeviceInfo::onRefreshRateChanged(int64_t vsyncPeriod) { in onRefreshRateChanged()
|
/frameworks/native/services/surfaceflinger/Scheduler/src/ |
D | FrameTargeter.cpp | 74 const Period vsyncPeriod = vsyncSource.period(); in beginFrame() local
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | DisplayMode.h | 84 Builder& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod()
|
D | HWComposer.h | 103 nsecs_t vsyncPeriod = -1; member
|
D | AidlComposerHal.cpp | 1370 int32_t vsyncPeriod; in getDisplayVsyncPeriod() local
|
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventReceiver.h | 96 nsecs_t vsyncPeriod __attribute__((aligned(8))); member
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.cpp | 158 void RenderThread::refreshRateCallback(int64_t vsyncPeriod, void* data) { in refreshRateCallback()
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 53 void AChoreographer_signalRefreshRateCallbacks(nsecs_t vsyncPeriod) { in AChoreographer_signalRefreshRateCallbacks()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | EventThread.cpp | 67 auto vsyncPeriod(VSyncRequest request) { in vsyncPeriod() function
|
D | Scheduler.cpp | 498 void Scheduler::setVsyncConfig(const VsyncConfig& config, Period vsyncPeriod) { in setVsyncConfig()
|
/frameworks/native/services/surfaceflinger/Scheduler/tests/ |
D | FrameTargeterTest.cpp | 37 const Period vsyncPeriod; member
|
/frameworks/native/services/surfaceflinger/FrameTimeline/ |
D | FrameTimeline.cpp | 1470 std::chrono::nanoseconds vsyncPeriod(mRefreshRate.getPeriodNsecs()); in dump() local
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2205 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()
|
D | Layer.cpp | 4117 const nsecs_t vsyncPeriod = display->getVsyncPeriodFromHWC(); in onCompositionPresented() local
|