Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DProxyFileDescriptorCallback.java64 public int onRead(long offset, int size, byte[] data) throws ErrnoException { in onRead() method in ProxyFileDescriptorCallback
DRevocableFileDescriptor.java118 public int onRead(long offset, int size, byte[] data) throws ErrnoException {
DRedactingFileDescriptor.java156 public int onRead(long offset, int size, byte[] data) throws ErrnoException {
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.h107 void onRead(const sp<AMessage> &msg);
DARTPWriter.cpp244 onRead(msg); in onMessageReceived()
267 void ARTPWriter::onRead(const sp<AMessage> &msg) { in onRead() function in android::ARTPWriter
/frameworks/av/media/libdatasource/include/datasource/
DNuCachedSource2.h135 void onRead(const sp<AMessage> &msg);
/frameworks/base/packages/MtpDocumentsProvider/perf_tests/src/com/android/mtp/
DAppFusePerfTest.java107 public int onRead(long offset, int size, byte[] data) throws ErrnoException { in onRead() method in AppFusePerfTest.TestCallback
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h447 ssize_t onRead(int uniqueId,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp631 ssize_t FwdLockEngine::onRead(int /* uniqueId */, function in FwdLockEngine
703 bytesRead = onRead(uniqueId, decryptHandle, buffer, numBytes);
/frameworks/av/media/libdatasource/
DNuCachedSource2.cpp316 onRead(msg); in onMessageReceived()
454 void NuCachedSource2::onRead(const sp<AMessage> &msg) { in onRead() function in android::NuCachedSource2
/frameworks/base/core/java/com/android/internal/os/
DFuseAppLoop.java179 final int readSize = entry.callback.onRead(
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsProvider.java786 public int onRead(long offset, int size, byte[] data) throws ErrnoException { in onRead() method in MtpDocumentsProvider.MtpProxyFileDescriptorCallback
/frameworks/base/core/java/android/app/
DNotification.java10077 PendingIntent onRead = b.getParcelable(KEY_ON_READ); in getUnreadConversationFromBundle() local
10090 onRead, in getUnreadConversationFromBundle()
/frameworks/base/non-updatable-api/
Dcurrent.txt35355 method public int onRead(long, int, byte[]) throws android.system.ErrnoException;
/frameworks/base/api/
Dcurrent.txt35499 method public int onRead(long, int, byte[]) throws android.system.ErrnoException;