OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mNotify
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h
49
sp<AMessage>
mNotify
;
NuPlayerRenderer.h
80
sp<AMessage>
mNotify
;
/frameworks/base/media/libstagefright/rtsp/
ARTPSource.h
64
sp<AMessage>
mNotify
;
/frameworks/base/include/media/
MediaPlayerInterface.h
101
MediaPlayerBase() : mCookie(0),
mNotify
(0) {}
166
mCookie = cookie;
mNotify
= notifyFunc;
172
if (
mNotify
)
mNotify
(mCookie, msg, ext1, ext2, obj);
184
notify_callback_f
mNotify
;
/frameworks/base/include/media/stagefright/
ACodec.h
96
sp<AMessage>
mNotify
;
/frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp
73
sp<AMessage>
mNotify
;
135
mNotify
= notify;
245
sp<AMessage> notify =
mNotify
->dup();
253
sp<AMessage> notify =
mNotify
->dup();
352
sp<AMessage> notify =
mNotify
->dup();
372
sp<AMessage> notify =
mNotify
->dup();
394
sp<AMessage> notify =
mNotify
->dup();
ACodec.cpp
54
mNotify
= msg;
59
sp<AMessage> msg =
mNotify
->dup();
116
sp<AMessage>
mNotify
;
335
mNotify
= msg;
[
all
...]
Completed in 766 milliseconds