/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 149 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in run() local 150 UiFrameInfoBuilder(proxy->frameInfo()).setVsync(vsync, vsync); in run() 167 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in run() local 170 UiFrameInfoBuilder(proxy->frameInfo()).setVsync(vsync, vsync); in run() 177 avgMs.add((done - vsync) / 1000000.0); in run()
|
/frameworks/base/libs/hwui/renderthread/ |
D | TimeLord.cpp | 24 bool TimeLord::vsyncReceived(nsecs_t vsync) { in vsyncReceived() argument 25 if (vsync > mFrameTimeNanos) { in vsyncReceived() 26 mFrameTimeNanos = vsync; in vsyncReceived()
|
D | DrawFrameTask.cpp | 130 int64_t vsync = mFrameInfo[static_cast<int>(FrameInfoIndex::Vsync)]; in syncFrameState() local 131 mRenderThread->timeLord().vsyncReceived(vsync); in syncFrameState()
|
D | TimeLord.h | 35 bool vsyncReceived(nsecs_t vsync);
|
D | CanvasContext.cpp | 550 nsecs_t vsync = mRenderThread.timeLord().computeFrameTimeNanos(); in prepareAndDraw() local 552 UiFrameInfoBuilder(frameInfo).addFlag(FrameInfoFlags::RTAnimation).setVsync(vsync, vsync); in prepareAndDraw()
|
/frameworks/native/services/surfaceflinger/tests/vsync/ |
D | Android.bp | 16 name: "test-vsync-events", 19 "vsync.cpp",
|
D | vsync.cpp | 35 printf("event vsync: count=%d\t", buffer[i].vsync.count); in receiver()
|
/frameworks/base/core/proto/android/service/ |
D | graphicsstats.proto | 63 // they took more than a vsync interval (typically 16.667ms) to be rendered. 66 // Number of "missed vsync" events.
|
/frameworks/base/libs/hwui/protos/ |
D | graphicsstats.proto | 56 // they took more than a vsync interval (typically 16.667ms) to be rendered. 59 // Number of "missed vsync" events.
|
/frameworks/native/services/surfaceflinger/ |
D | surfaceflinger.rc | 10 …socket pdx/system/vr/display/vsync stream 0666 system graphics u:object_r:pdx_display_vsync_e…
|
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventReceiver.h | 80 VSync vsync; member
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | EventThread.cpp | 78 event.header.displayId, event.vsync.count); in toString() 100 event.vsync.count = count; in makeVSync() 424 return event.vsync.count % vsyncPeriod(connection->vsyncRequest) == 0; in shouldConsumeEvent()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Android.bp | 53 "vsync",
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.cpp | 884 DvrVsync vsync; in PostThread() local 885 vsync.vsync_count = vsync_count_; in PostThread() 886 vsync.vsync_timestamp_ns = vsync_timestamp; in PostThread() 887 vsync.vsync_left_eye_offset_ns = vsync_eye_offsets.left_ns; in PostThread() 888 vsync.vsync_right_eye_offset_ns = vsync_eye_offsets.right_ns; in PostThread() 889 vsync.vsync_period_ns = target_display_->vsync_period_ns; in PostThread() 891 vsync_ring_->Publish(vsync); in PostThread()
|
/frameworks/base/libs/androidfw/ |
D | DisplayEventDispatcher.cpp | 134 *outCount = ev.vsync.count; in processPendingEvents()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 507 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in draw() local 509 .setVsync(vsync, vsync) in draw()
|
D | android_view_ThreadedRenderer.cpp | 960 nsecs_t vsync = systemTime(CLOCK_MONOTONIC); in android_view_ThreadedRenderer_createHardwareBitmapFromRenderNode() local 962 .setVsync(vsync, vsync) in android_view_ThreadedRenderer_createHardwareBitmapFromRenderNode()
|
/frameworks/base/core/java/android/view/ |
D | ThreadedRenderer.java | 744 final long vsync = AnimationUtils.currentAnimationTimeMillis() * 1000000L; in draw() local 749 .setVsyncTime(vsync) in draw()
|
/frameworks/native/services/displayservice/ |
D | DisplayEventReceiver.cpp | 105 auto ret = mCallback->onVsync(timestamp, event.vsync.count); in handleEvent()
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IDisplayEventReceiver.hal | 46 * Must have no effect if vsync rate (set with setVsyncRate) is 0.
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.h | 159 void set_vsync_enabled(bool vsync) {vsync_enabled_ = vsync;} in set_vsync_enabled() argument
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 20 # - The phase offset between hardware vsync and when apps are woken up by the 22 # - The phase offset between hardware vsync and when SurfaceFlinger wakes up 116 # Specify the offset in nanoseconds to add to vsync time when timestamping present fences.
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | EventThreadTest.cpp | 186 EXPECT_EQ(expectedCount, event.vsync.count) in expectVsyncEventReceivedByConnection()
|