Searched refs:mNotify (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/media/
H A DMediaPlayerInterface.h98 MediaPlayerBase() : mCookie(0), mNotify(0) {}
125 mCookie = cookie; mNotify = notifyFunc; }
147 virtual void sendEvent(int msg, int ext1=0, int ext2=0) { if (mNotify) mNotify(mCookie, msg, ext1, ext2); }
151 notify_callback_f mNotify; member in class:android::MediaPlayerBase
/frameworks/base/media/libstagefright/
H A DMPEG2TSWriter.cpp64 sp<AMessage> mNotify; member in struct:android::MPEG2TSWriter::SourceInfo
122 mNotify = notify;
232 sp<AMessage> notify = mNotify->dup();
239 sp<AMessage> notify = mNotify->dup();
334 sp<AMessage> notify = mNotify->dup();
348 sp<AMessage> notify = mNotify->dup();
370 sp<AMessage> notify = mNotify->dup();

Completed in 44 milliseconds