Searched refs:readObjectBytes (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | AppFuse.java | 130 long readObjectBytes(int inode, long offset, long size, byte[] bytes) throws IOException; in readObjectBytes() method 173 private long readObjectBytes(int inode, long offset, long size) { in readObjectBytes() method in AppFuse 180 return mCallback.readObjectBytes(inode, offset, size, mBuffer); in readObjectBytes()
|
D | MtpDocumentsProvider.java | 616 public long readObjectBytes( in readObjectBytes() method in MtpDocumentsProvider.AppFuseCallback
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | AppFuseTest.java | 107 public long readObjectBytes(int inode, long offset, long size, byte[] bytes) in testReadFile() 117 return super.readObjectBytes(inode, offset, size, bytes); in testReadFile() 245 public long readObjectBytes(int inode, long offset, long size, byte[] bytes) in readObjectBytes() method in AppFuseTest.TestCallback
|