Home
last modified time | relevance | path

Searched refs:readObjectBytes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DAppFuse.java130 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()
DMtpDocumentsProvider.java616 public long readObjectBytes( in readObjectBytes() method in MtpDocumentsProvider.AppFuseCallback
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DAppFuseTest.java107 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