OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onRead
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/include/
NuCachedSource2.h
120
void
onRead
(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h
107
void
onRead
(const sp<AMessage> &msg);
ARTPWriter.cpp
244
onRead
(msg);
267
void ARTPWriter::
onRead
(const sp<AMessage> &msg) {
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
447
ssize_t
onRead
(int uniqueId,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
616
ssize_t FwdLockEngine::
onRead
(int uniqueId,
688
bytesRead =
onRead
(uniqueId, decryptHandle, buffer, numBytes);
/frameworks/av/media/libstagefright/
NuCachedSource2.cpp
270
onRead
(msg);
404
void NuCachedSource2::
onRead
(const sp<AMessage> &msg) {
405
ALOGV("
onRead
");
Completed in 77 milliseconds