| /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/libs/net/common/device/com/android/net/module/util/async/ |
| D | ReadableByteBuffer.java | 47 void readBytes(byte[] dst, int dstPos, int dstLen); in readBytes() method
|
| D | CircularByteBuffer.java | 71 public void readBytes(byte[] dst, int dstPos, int dstLen) { in readBytes() method in CircularByteBuffer
|
| /frameworks/base/core/java/android/view/inputmethod/ |
| D | InputMethodSubtypeArray.java | 225 final int readBytes = unzipper.read(result, totalReadBytes, restBytes); in decompress() local
|
| /frameworks/base/core/java/android/os/incremental/ |
| D | V4Signature.java | 303 private static byte[] readBytes(InputStream stream, int maxSize) throws IOException { in readBytes() method in V4Signature 318 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 | 238 int readBytes = 0; in getText() local
|
| /frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/async/ |
| D | CircularByteBufferTest.java | 248 void readBytes(CircularByteBuffer buffer, byte[] dst, int pos, int len) { in readBytes() method in CircularByteBufferTest.BufferAccessor
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
| D | ScreenInternalAudioRecorder.java | 234 private void encode(byte[] buffer, int readBytes) { in encode()
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | ZygoteServer.java | 591 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 | 467 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 | 816 int readBytes = 0; in dumpProtoLocked() local
|
| /frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
| D | ContentCaptureManagerService.java | 1411 int readBytes = fis.read(byteBuffer); in accept() local
|