Searched refs:openAsset (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/uirendering/jni/ |
D | android_uirendering_cts_AImageDecoderTest.cpp | 77 static jlong openAsset(JNIEnv* env, jobject, jobject jAssets, jstring jFile) { in openAsset() function 211 auto asset = openAsset(env, nullptr, jAssets, jFile); in testNullFrameInfo() 287 { "nOpenAsset", "(" ASSET_MANAGER STRING ")J", (void*) openAsset },
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 76 static AAsset* openAsset(JNIEnv* env, jobject jAssets, jstring jFile, int mode) { in openAsset() function 90 AAsset* asset = openAsset(env, jAssets, jFile, AASSET_MODE_BUFFER); in testNullDecoder() 213 AAsset* asset = openAsset(env, jAssets, jFile, AASSET_MODE_UNKNOWN); in openAssetNative() 279 AAsset* asset = openAsset(env, jAssets, jFile, AASSET_MODE_UNKNOWN); in testCreateIncomplete() 293 AAsset* asset = openAsset(env, jAssets, jFile, AASSET_MODE_UNKNOWN); in testCreateUnsupported() 907 AAsset* asset = openAsset(env, jAssets, jFile, AASSET_MODE_UNKNOWN); in testSetCrop()
|