Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 15 of 15) 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.java41 /* package */ static byte[] readBytes(String path) throws IOException { in readBytes() method in DrmUtils
47 /* package */ static byte[] readBytes(File file) throws IOException { in readBytes() method in DrmUtils
/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/android/os/incremental/
DV4Signature.java240 private static byte[] readBytes(InputStream stream, int maxSize) throws IOException { in readBytes() method in V4Signature
255 private static byte[] readBytes(ByteBuffer buffer) throws IOException { in readBytes() method in V4Signature
/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.java237 int readBytes = 0; in getText() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenInternalAudioRecorder.java208 private void encode(byte[] buffer, int readBytes) { in encode()
/frameworks/base/core/java/com/android/internal/os/
DZygoteServer.java622 int readBytes = in runSelectLoop() local
DZygoteConnection.java595 int readBytes = android.system.Os.read(pipeFd, data, dataIndex, 1); in handleParentProc() local
/frameworks/base/core/java/android/util/proto/
DProtoInputStream.java465 public byte[] readBytes(long fieldId) throws IOException { in readBytes() method in ProtoInputStream
/frameworks/base/graphics/java/android/graphics/
DGraphicsStatsService.java546 void readBytes(byte[] buffer, int count) throws IOException { in readBytes() method in GraphicsStatsService.ActiveBuffer
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java782 int readBytes = 0; in dumpProtoLocked() local
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java1113 int readBytes = fis.read(byteBuffer); in accept() local
/frameworks/base/apex/media/framework/java/android/media/
DMediaParser.java1899 int readBytes = 0; in read() local