Searched refs:getByteBuffer (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaFormat.java837 public final ByteBuffer getByteBuffer(String name) { method in class:MediaFormat
/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV2Verifier.java794 private static ByteBuffer getByteBuffer(ByteBuffer source, int size) method in class:ApkSignatureSchemeV2Verifier
829 return getByteBuffer(source, len);
944 return getByteBuffer(pairs, len - 4);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2851 public ByteBuffer getByteBuffer() { method in class:Allocation
2854 throw new RSInvalidStateException("Cubemap is not supported for getByteBuffer().");
2859 throw new RSInvalidStateException("YUV format is not supported for getByteBuffer().");
2986 getByteBuffer();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java525 public ByteBuffer getByteBuffer() { method in class:Allocation

Completed in 167 milliseconds