Home
last modified time | relevance | path

Searched refs:onRead (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DTestProxyFileDescriptorCallback.java68 public int onRead(long offset, int size, byte[] data) throws ErrnoException { in onRead() method in TestProxyFileDescriptorCallback
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java329 public int onRead(long offset, int size, byte[] data) throws ErrnoException { in onRead() method in StorageManagerTest.TestProxyFileDescriptorCallback
563 public int onRead(long offset, int size, byte[] data) throws ErrnoException { in testOpenProxyFileDescriptor_async()
570 return super.onRead(offset, size, data); in testOpenProxyFileDescriptor_async()
636 public int onRead(long offset, int size, byte[] data) throws ErrnoException { in testOpenProxyFileDescriptor_largeFile()