Lines Matching refs:notify
42 const sp<AMessage> ¬ify, in RTSPSource() argument
49 : Source(notify), in RTSPSource()
118 sp<AMessage> notify = new AMessage(kWhatNotify, this); in prepareAsync() local
124 mSDPLoader = new SDPLoader(notify, in prepareAsync()
131 mHandler = new MyHandler(mURL.c_str(), notify, mUIDValid, mUID); in prepareAsync()
802 sp<AMessage> notify = new AMessage(kWhatNotify, this); in onSDPLoaded() local
804 mHandler = new MyHandler(rtspUri.c_str(), notify, mUIDValid, mUID); in onSDPLoaded()
878 sp<AMessage> notify = dupNotify(); in startBufferingIfNecessary() local
879 notify->setInt32("what", kWhatPauseOnBufferingStart); in startBufferingIfNecessary()
880 notify->post(); in startBufferingIfNecessary()
894 sp<AMessage> notify = dupNotify(); in stopBufferingIfNecessary() local
895 notify->setInt32("what", kWhatResumeOnBufferingEnd); in stopBufferingIfNecessary()
896 notify->post(); in stopBufferingIfNecessary()