Home
last modified time | relevance | path

Searched defs:vsync (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DTimeLord.cpp24 bool TimeLord::vsyncReceived(nsecs_t vsync) { in vsyncReceived()
DDrawFrameTask.cpp130 int64_t vsync = mFrameInfo[static_cast<int>(FrameInfoIndex::Vsync)]; in syncFrameState() local
DCanvasContext.cpp547 nsecs_t vsync = mRenderThread.timeLord().computeFrameTimeNanos(); in prepareAndDraw() local
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp149 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in run() local
167 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in run() local
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h80 VSync vsync; member
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h159 void set_vsync_enabled(bool vsync) {vsync_enabled_ = vsync;} in set_vsync_enabled()
/frameworks/base/core/java/android/view/
DThreadedRenderer.java734 final long vsync = AnimationUtils.currentAnimationTimeMillis() * 1000000L; in draw() local
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp251 if (const auto vsync = ptr.lock()) { in makeResyncCallback() local
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp488 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in draw() local
Dandroid_view_ThreadedRenderer.cpp960 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in android_view_ThreadedRenderer_createHardwareBitmapFromRenderNode() local
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp884 DvrVsync vsync; in PostThread() local