Home
last modified time | relevance | path

Searched defs:nDecode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
H A DImageViewActivity.java80 private native void nDecode(AssetManager assetManager, String name); in nDecode() method in ImageViewActivity
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/org/apache/harmony/niochar/charset/additional/
H A DIBM437.java56 …private native int nDecode(char[] array, int arrPosition, int remaining, long outAddr, int absolut… in nDecode() method in IBM437.Decoder
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DAImageDecoderTest.kt1156 private external fun nDecode(decoder: Long, dst: Bitmap, expectedResult: Int) in <lambda>() method