Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/drm/common/
DReadWriteUtils.cpp35 String8 ReadWriteUtils::readBytes(const String8& filePath) { in readBytes() function in ReadWriteUtils
57 int ReadWriteUtils::readBytes(const String8& filePath, char** buffer) { in readBytes() function in ReadWriteUtils
/frameworks/base/drm/java/android/drm/
DDrmUtils.java39 /* package */ static byte[] readBytes(String path) throws IOException { in readBytes() method in DrmUtils
45 /* package */ static byte[] readBytes(File file) throws IOException { in readBytes() method in DrmUtils
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/test/java/com/google/tuningfork/validation/
DTestdataHelper.java63 public static byte[] readBytes(String fileName) { in readBytes() method in TestdataHelper
/frameworks/base/obex/javax/obex/
DPrivateOutputStream.java127 public synchronized byte[] readBytes(int size) { in readBytes() method in PrivateOutputStream
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtypeArray.java221 final int readBytes = unzipper.read(result, totalReadBytes, restBytes); in decompress() local
/frameworks/base/core/java/com/android/internal/os/
DZygoteServer.java521 int readBytes = Os.read(pollFDs[pollIndex].fd, buffer, 0, buffer.length); in runSelectLoop() local
DZygoteConnection.java660 int readBytes = android.system.Os.read(pipeFd, data, dataIndex, 1); in handleParentProc() local
/frameworks/base/core/java/android/os/
DMemoryFile.java187 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) in readBytes() method in MemoryFile
DDropBoxManager.java214 int readBytes = 0; in getText() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedInputStream.m495 - (NSData *)readBytes { method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Ddecoder.js957 jspb.BinaryDecoder.prototype.readBytes = function(length) { method in jspb.BinaryDecoder
Dreader.js874 jspb.BinaryReader.prototype.readBytes = function() { method in jspb.BinaryReader
/frameworks/base/core/java/android/util/proto/
DProtoInputStream.java462 public byte[] readBytes(long fieldId) throws IOException { in readBytes() method in ProtoInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java230 public byte[] readBytes() throws IOException { in readBytes() method in CodedInputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java505 public ByteString readBytes() throws IOException { in readBytes() method in CodedInputStream
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2781 int readBytes; field in WifiNative.RingBufferStatus