Searched defs:wrapFd (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | NativeDecoderTest.java | 375 private int testDecoder(int res, boolean wrapFd, boolean useCallback) throws Exception { in testDecoder() 553 private static native int[] getDecodedDataNative(int fd, long offset, long size, boolean wrapFd, in getDecodedDataNative()
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 480 jclass /*clazz*/, int fd, jlong offset, jlong size, jboolean wrapFd, jboolean useCallback) { in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative()
|