HomeSort by relevance Sort by last modified time
    Searched refs:mNotify (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/media/
MediaPlayerInterface.h 98 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;
  /frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp 64 sp<AMessage> mNotify;
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 142 milliseconds