Searched defs:readBytes (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/media/libdrm/mobile1/src/objmng/ |
| D | drm_api.c | 931 int32_t boundaryLen, leftLen, readBytes; in SVC_drm_openSession() local 988 int32_t boundaryLen, leftLen, readBytes; in SVC_drm_openSession() local 1313 int32_t readBytes; in drm_readContentFromBuf() local 1339 int32_t readBytes = 0; in drm_readB64ContentFromInputStream() local 1447 int32_t readBytes; in drm_readBase64Content() local 1467 int32_t res = 0, readBytes = 0; in drm_readBinaryContentFromInputStream() local 1556 int32_t readBytes; in drm_readBinaryContent() local 1577 int32_t readBytes = 0; in drm_readAesContent() local 1699 int32_t readBytes; in SVC_drm_getContent() local
|
| /frameworks/base/obex/javax/obex/ |
| D | PrivateOutputStream.java | 130 public synchronized byte[] readBytes(int size) { in readBytes() method in PrivateOutputStream
|
| /frameworks/base/services/java/com/android/server/ |
| D | Installer.java | 78 private boolean readBytes(byte buffer[], int len) { in readBytes() method in Installer
|
| /frameworks/base/awt/javax/imageio/stream/ |
| D | ImageInputStream.java | 101 void readBytes(IIOByteBuffer buf, int len) throws IOException; in readBytes() method
|
| D | ImageInputStreamImpl.java | 100 public void readBytes(IIOByteBuffer buf, int len) throws IOException { in readBytes() method in ImageInputStreamImpl
|
| /frameworks/base/core/java/android/os/ |
| D | MemoryFile.java | 224 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) in readBytes() method in MemoryFile
|