Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/jni/
Dandroid_view_surfacecontrol_cts_ChoreographerNativeTest.cpp129 AChoreographer* choreographer = reinterpret_cast<AChoreographer*>(choreographerPtr); in android_view_surfacecontrol_cts_ChoreographerNativeTest_prepareChoreographerTests() local
136 return choreographer != nullptr; in android_view_surfacecontrol_cts_ChoreographerNativeTest_prepareChoreographerTests()
142 AChoreographer* choreographer = reinterpret_cast<AChoreographer*>(choreographerPtr); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostVsyncCallbackWithoutDelayEventuallyRunsCallback() local
147 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()
169 AChoreographer* choreographer = reinterpret_cast<AChoreographer*>(choreographerPtr); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataVsyncIdValid() local
173 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataVsyncIdValid()
191 AChoreographer* choreographer = reinterpret_cast<AChoreographer*>(choreographerPtr); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataDeadlineInFuture() local
195 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testFrameCallbackDataDeadlineInFuture()
[all …]
Dandroid_window_cts_ASurfaceControlInputReceiverTest.cpp124 AChoreographer* choreographer = AChoreographer_getInstance(); in nativeCreateInputReceiver() local
126 AInputReceiver_createBatchedInputReceiver(choreographer, hostTransferToken, in nativeCreateInputReceiver()
Dandroid_view_cts_ASurfaceControlTest.cpp632 static void verifyChoreographer(JNIEnv* env, AChoreographer* choreographer) { in verifyChoreographer() argument
633 ASSERT(choreographer != nullptr, "Choreographer setup unsuccessful"); in verifyChoreographer()
645 AChoreographer* choreographer = AChoreographer_getInstance(); in SurfaceControlTest_getFrameTimelines() local
647 verifyChoreographer(env, choreographer); in SurfaceControlTest_getFrameTimelines()
652 AChoreographer_postVsyncCallback(choreographer, vsyncCallback, &cb1); in SurfaceControlTest_getFrameTimelines()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlInputReceiverTests.java122 Choreographer[] choreographer = new Choreographer[1]; in testLocalSurfaceControlReceivesInput() local
126 choreographer[0] = Choreographer.getInstance(); in testLocalSurfaceControlReceivesInput()
137 choreographer[0], event -> { in testLocalSurfaceControlReceivesInput() local
624 Choreographer[] choreographer = new Choreographer[1]; in setup() local
628 choreographer[0] = Choreographer.getInstance(); in setup()
638 choreographer[0], embeddedInputReceiver); in setup()