/frameworks/av/drm/common/ |
D | ReadWriteUtils.cpp | 35 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/ |
D | DrmUtils.java | 41 /* 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/ |
D | PrivateOutputStream.java | 127 public synchronized byte[] readBytes(int size) { in readBytes() method in PrivateOutputStream
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtypeArray.java | 221 final int readBytes = unzipper.read(result, totalReadBytes, restBytes); in decompress() local
|
/frameworks/base/core/java/android/os/incremental/ |
D | V4Signature.java | 240 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/ |
D | MemoryFile.java | 187 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) in readBytes() method in MemoryFile
|
D | DropBoxManager.java | 237 int readBytes = 0; in getText() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | ScreenInternalAudioRecorder.java | 208 private void encode(byte[] buffer, int readBytes) { in encode()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteServer.java | 622 int readBytes = in runSelectLoop() local
|
D | ZygoteConnection.java | 595 int readBytes = android.system.Os.read(pipeFd, data, dataIndex, 1); in handleParentProc() local
|
/frameworks/base/core/java/android/util/proto/ |
D | ProtoInputStream.java | 465 public byte[] readBytes(long fieldId) throws IOException { in readBytes() method in ProtoInputStream
|
/frameworks/base/graphics/java/android/graphics/ |
D | GraphicsStatsService.java | 546 void readBytes(byte[] buffer, int count) throws IOException { in readBytes() method in GraphicsStatsService.ActiveBuffer
|
/frameworks/base/services/core/java/com/android/server/ |
D | DropBoxManagerService.java | 782 int readBytes = 0; in dumpProtoLocked() local
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerService.java | 1113 int readBytes = fis.read(byteBuffer); in accept() local
|
/frameworks/base/apex/media/framework/java/android/media/ |
D | MediaParser.java | 1899 int readBytes = 0; in read() local
|