Home
last modified time | relevance | path

Searched defs:fileHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DAppFuse.java142 int writeObjectBytes(long fileHandle, int inode, long offset, int size, byte[] bytes) in writeObjectBytes()
151 void flushFileHandle(long fileHandle) throws IOException, ErrnoException; in flushFileHandle()
158 void closeFileHandle(long fileHandle) throws IOException, ErrnoException; in closeFileHandle()
202 private int flushFileHandle(long fileHandle) { in flushFileHandle()
213 private int closeFileHandle(long fileHandle) { in closeFileHandle()
DMtpDocumentsProvider.java638 long fileHandle, int inode, long offset, int size, byte[] bytes) in writeObjectBytes()
651 public void flushFileHandle(long fileHandle) throws IOException, ErrnoException { in flushFileHandle()
663 public void closeFileHandle(long fileHandle) throws IOException, ErrnoException { in closeFileHandle()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DAppFuseTest.java251 public int writeObjectBytes(long fileHandle, int inode, long offset, int size, byte[] bytes) in writeObjectBytes()
257 public void flushFileHandle(long fileHandle) throws IOException {} in flushFileHandle()
260 public void closeFileHandle(long fileHandle) {} in closeFileHandle()