Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/jni/
Dandroid_uirendering_cts_AImageDecoderTest.cpp199 static void testNullFrameInfo(JNIEnv* env, jobject, jobject jAssets, jstring jFile) { in testNullFrameInfo() function
304 { "nTestNullFrameInfo", "(" ASSET_MANAGER STRING ")V", (void*) testNullFrameInfo },
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAImageDecoderTest.kt619 fun testNullFrameInfo() = nTestNullFrameInfo(getAssets(), "animated.gif") in <lambda>() method