Home
last modified time | relevance | path

Searched refs:frameCallback (Results 1 – 2 of 2) sorted by relevance

/cts/tests/surfacecontrol/jni/
Dandroid_view_surfacecontrol_cts_ChoreographerNativeTest.cpp307 AChoreographer_postFrameCallback(choreographer, frameCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackWithoutDelayEventuallyRunsCallback()
308 AChoreographer_postFrameCallback(choreographer, frameCallback, &cb2); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackWithoutDelayEventuallyRunsCallback()
323 AChoreographer_postFrameCallback(choreographer, frameCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackWithoutDelayEventuallyRunsCallback()
343 AChoreographer_postFrameCallbackDelayed(choreographer, frameCallback, &cb1, delay); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackWithDelayEventuallyRunsCallback()
361 AChoreographer_postFrameCallback(choreographer, frameCallback, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackMixedWithoutDelayEventuallyRunsCallback()
392 AChoreographer_postFrameCallbackDelayed(choreographer, frameCallback, &cb1, delay); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackMixedWithDelayEventuallyRunsCallback()
506 AChoreographer_postFrameCallbackDelayed(choreographer, frameCallback, &cb1, delay); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testRefreshRateCallbackMixedWithFrameCallbacks()
DChoreographerTestUtils.h125 static void frameCallback(long frameTimeNanos, void* data) { in frameCallback() function