Home
last modified time | relevance | path

Searched refs:vsyncCallback (Results 1 – 4 of 4) sorted by relevance

/cts/tests/surfacecontrol/jni/
DChoreographerTestUtils.h103 static void vsyncCallback(int64_t frameTimeNanos, void* data) { in vsyncCallback() function
112 static void vsyncCallback(const AChoreographerFrameCallbackData* callbackData, void* data) { in vsyncCallback() function
114 vsyncCallback(AChoreographerFrameCallbackData_getFrameTimeNanos(callbackData), data); in vsyncCallback()
122 vsyncCallback(frameTimeNanos, data); in frameCallback64()
126 vsyncCallback((int64_t)frameTimeNanos, data); in frameCallback()
Dandroid_view_surfacecontrol_cts_ChoreographerNativeTest.cpp147 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostVsyncCallbackWithoutDelayEventuallyRunsCallback()
148 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb2); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostVsyncCallbackWithoutDelayEventuallyRunsCallback()
160 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostVsyncCallbackWithoutDelayEventuallyRunsCallback()
173 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataVsyncIdValid()
195 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataDeadlineInFuture()
235 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataExpectedPresentTimeInFuture()
Dandroid_view_cts_ASurfaceControlTest.cpp652 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb1); in SurfaceControlTest_getFrameTimelines()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlTest.java1598 Choreographer.VsyncCallback vsyncCallback = new Choreographer.VsyncCallback() { in testSurfaceTransaction_setFrameTimeline_preferredIndex() local
1618 Choreographer.getInstance().postVsyncCallback(vsyncCallback); in testSurfaceTransaction_setFrameTimeline_preferredIndex()
1649 Choreographer.VsyncCallback vsyncCallback = new Choreographer.VsyncCallback() { in testSurfaceTransaction_setFrameTimeline_nonPreferredIndex() local
1670 Choreographer.getInstance().postVsyncCallback(vsyncCallback); in testSurfaceTransaction_setFrameTimeline_nonPreferredIndex()