Searched refs:frameCallback (Results 1 – 2 of 2) sorted by relevance
/cts/tests/surfacecontrol/jni/ |
D | android_view_surfacecontrol_cts_ChoreographerNativeTest.cpp | 307 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()
|
D | ChoreographerTestUtils.h | 125 static void frameCallback(long frameTimeNanos, void* data) { in frameCallback() function
|