| /frameworks/native/services/surfaceflinger/tests/unittests/ |
| D | PowerAdvisorTest.cpp | 82 void PowerAdvisorTest::fakeBasicFrameTiming(TimePoint startTime, Duration vsyncPeriod) { in fakeBasicFrameTiming() 106 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local 144 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local 187 const Duration vsyncPeriod{std::chrono::nanoseconds(1s) / 60}; in TEST_F() local
|
| D | EventThreadTest.cpp | 171 void EventThreadTest::setupEventThread(std::chrono::nanoseconds vsyncPeriod) { in setupEventThread() 296 VsyncEventData vsyncEventData, std::chrono::nanoseconds vsyncPeriod) { in expectVsyncEventDataFrameTimelinesValidLength() 434 std::chrono::nanoseconds vsyncPeriod(scheduler::VsyncConfig::kEarlyLatchMaxThreshold / in TEST_F() local
|
| D | VsyncConfigurationTest.cpp | 111 auto validateOffsets = [](const auto& offsets, std::chrono::nanoseconds vsyncPeriod) { in TEST_F()
|
| D | TestableSurfaceFlinger.h | 703 auto& setVsyncPeriod(nsecs_t vsyncPeriod) { in setVsyncPeriod()
|
| /frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/ |
| D | FrameTargeter.h | 56 TimePoint previousFrameVsyncTime(Period vsyncPeriod) const { in previousFrameVsyncTime() 99 inline bool targetsVsyncsAhead(Period vsyncPeriod) const { in targetsVsyncsAhead()
|
| /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 | 379 void Choreographer::signalRefreshRateCallbacks(nsecs_t vsyncPeriod) { in signalRefreshRateCallbacks()
|
| /frameworks/base/libs/hwui/ |
| D | DeviceInfo.cpp | 115 void DeviceInfo::onRefreshRateChanged(int64_t vsyncPeriod) { in onRefreshRateChanged()
|
| /frameworks/native/services/surfaceflinger/Scheduler/src/ |
| D | FrameTargeter.cpp | 70 const Period vsyncPeriod = vsyncSource.period(); in beginFrame() local
|
| /frameworks/native/libs/gui/include/gui/ |
| D | DisplayEventReceiver.h | 95 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 | 101 nsecs_t vsyncPeriod = -1; member
|
| D | AidlComposerHal.cpp | 1292 int32_t vsyncPeriod; in getDisplayVsyncPeriod() local
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | RenderThread.cpp | 156 void RenderThread::refreshRateCallback(int64_t vsyncPeriod, void* data) { in refreshRateCallback()
|
| /frameworks/native/services/surfaceflinger/ |
| D | DisplayDevice.cpp | 250 nsecs_t vsyncPeriod; in getVsyncPeriodFromHWC() local
|
| D | SurfaceFlinger.cpp | 2092 std::optional<hal::VsyncPeriodNanos> vsyncPeriod) { in onComposerHalVsync() 2392 const Period vsyncPeriod = mScheduler->getVsyncSchedule()->period(); in commit() local 2583 const Period vsyncPeriod = mScheduler->getVsyncSchedule()->period(); in composite() local 2859 const Period vsyncPeriod = schedule->period(); in postComposition() local
|
| D | Layer.cpp | 4028 const nsecs_t vsyncPeriod = display->getVsyncPeriodFromHWC(); in onPostComposition() local
|
| /frameworks/native/libs/nativedisplay/ |
| D | AChoreographer.cpp | 53 void AChoreographer_signalRefreshRateCallbacks(nsecs_t vsyncPeriod) { in AChoreographer_signalRefreshRateCallbacks()
|
| /frameworks/native/services/surfaceflinger/Scheduler/tests/ |
| D | FrameTargeterTest.cpp | 32 const Period vsyncPeriod; member
|
| /frameworks/native/services/surfaceflinger/Scheduler/ |
| D | Scheduler.cpp | 445 void Scheduler::setVsyncConfigSet(const VsyncConfigSet& configs, Period vsyncPeriod) { in setVsyncConfigSet() 449 void Scheduler::setVsyncConfig(const VsyncConfig& config, Period vsyncPeriod) { in setVsyncConfig()
|
| D | EventThread.cpp | 65 auto vsyncPeriod(VSyncRequest request) { in vsyncPeriod() function
|
| /frameworks/native/services/surfaceflinger/FrameTimeline/ |
| D | FrameTimeline.cpp | 1294 std::chrono::nanoseconds vsyncPeriod(mRefreshRate.getPeriodNsecs()); in dump() local
|