Searched refs:frameCallback64 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/surfacecontrol/jni/ |
D | android_view_surfacecontrol_cts_ChoreographerNativeTest.cpp | 260 AChoreographer_postFrameCallback64(choreographer, frameCallback64, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallback64WithoutDelayEventuallyRunsCallback() 261 AChoreographer_postFrameCallback64(choreographer, frameCallback64, &cb2); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallback64WithoutDelayEventuallyRunsCallback() 273 AChoreographer_postFrameCallback64(choreographer, frameCallback64, &cb1); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallback64WithoutDelayEventuallyRunsCallback() 287 AChoreographer_postFrameCallbackDelayed64(choreographer, frameCallback64, &cb1, delay); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallback64WithDelayEventuallyRunsCallback() 362 AChoreographer_postFrameCallback64(choreographer, frameCallback64, &cb64); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackMixedWithoutDelayEventuallyRunsCallback() 377 AChoreographer_postFrameCallback64(choreographer, frameCallback64, &cb64); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackMixedWithoutDelayEventuallyRunsCallback() 393 AChoreographer_postFrameCallbackDelayed64(choreographer, frameCallback64, &cb64, delay); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testPostCallbackMixedWithDelayEventuallyRunsCallback() 507 AChoreographer_postFrameCallbackDelayed64(choreographer, frameCallback64, &cb64, delay); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testRefreshRateCallbackMixedWithFrameCallbacks()
|
D | ChoreographerTestUtils.h | 121 static void frameCallback64(int64_t frameTimeNanos, void* data) { in frameCallback64() function
|