Home
last modified time | relevance | path

Searched defs:fromByteBuffer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/incremental/
DV4Signature.java108 public static SigningInfo fromByteBuffer(ByteBuffer buffer) throws IOException { in fromByteBuffer() method in V4Signature.SigningInfo
132 static SigningInfoBlock fromByteBuffer(ByteBuffer buffer) throws IOException { in fromByteBuffer() method in V4Signature.SigningInfoBlock
/frameworks/base/media/java/android/media/
DAudioMetadata.java856 public static BaseMap fromByteBuffer(ByteBuffer buffer) { in fromByteBuffer() method