Home
last modified time | relevance | path

Searched refs:onRead (Results 1 – 13 of 13) 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.java128 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/libdatasource/include/datasource/
DNuCachedSource2.h135 void onRead(const sp<AMessage> &msg);
/frameworks/base/apct-tests/perftests/core/src/android/mtp_perf/
DAppFusePerfTest.java107 public int onRead(long offset, int size, byte[] data) throws ErrnoException { in onRead() method in AppFusePerfTest.TestCallback
/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.h141 void onRead(const sp<AMessage> &msg);
DARTPWriter.cpp515 onRead(msg); in onMessageReceived()
550 void ARTPWriter::onRead(const sp<AMessage> &msg) { in onRead() function in android::ARTPWriter
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h446 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.java181 final int readSize = entry.callback.onRead(
/frameworks/base/core/java/android/app/
DNotification.java11613 PendingIntent onRead = b.getParcelable(KEY_ON_READ); in getUnreadConversationFromBundle() local
11626 onRead, in getUnreadConversationFromBundle()
/frameworks/base/core/api/
Dcurrent.txt31740 method public int onRead(long, int, byte[]) throws android.system.ErrnoException;