Searched refs:onRead (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h133 void onRead(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.h107 void onRead(const sp<AMessage> &msg);
H A DARTPWriter.cpp244 onRead(msg);
267 void ARTPWriter::onRead(const sp<AMessage> &msg) { function in class:android::ARTPWriter
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h447 ssize_t onRead(int uniqueId,
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java207 PendingIntent onRead = b.getParcelable(KEY_ON_READ);
222 onRead,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp627 ssize_t FwdLockEngine::onRead(int /* uniqueId */, function in class:FwdLockEngine
699 bytesRead = onRead(uniqueId, decryptHandle, buffer, numBytes);
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp312 onRead(msg);
450 void NuCachedSource2::onRead(const sp<AMessage> &msg) { function in class:android::NuCachedSource2
451 ALOGV("onRead");
/frameworks/base/core/java/android/app/
H A DNotification.java6606 PendingIntent onRead = b.getParcelable(KEY_ON_READ);
6619 onRead,

Completed in 4604 milliseconds