• Home
  • Raw
  • Download

Lines Matching refs:notify

204     sp<AMessage> notify = new AMessage(kWhatSourceNotify, id());  in setDataSourceAsync()  local
206 msg->setObject("source", new StreamingSource(notify, source)); in setDataSourceAsync()
235 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id()); in setDataSourceAsync() local
239 source = new HTTPLiveSource(notify, httpService, url, headers); in setDataSourceAsync()
242 notify, httpService, url, headers, mUIDValid, mUID); in setDataSourceAsync()
248 notify, httpService, url, headers, mUIDValid, mUID, true); in setDataSourceAsync()
251 new GenericSource(notify, mUIDValid, mUID); in setDataSourceAsync()
271 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id()); in setDataSourceAsync() local
274 new GenericSource(notify, mUIDValid, mUID); in setDataSourceAsync()
1065 sp<AMessage> notify = new AMessage(kWhatRendererNotify, id()); in onStart() local
1067 notify->setInt32("generation", mRendererGeneration); in onStart()
1068 mRenderer = new Renderer(mAudioSink, notify, flags); in onStart()
1236 sp<AMessage> notify = new AMessage(kWhatAudioNotify, id()); in instantiateDecoder() local
1238 notify->setInt32("generation", mAudioDecoderGeneration); in instantiateDecoder()
1241 *decoder = new DecoderPassThrough(notify, mSource, mRenderer); in instantiateDecoder()
1243 *decoder = new Decoder(notify, mSource, mRenderer); in instantiateDecoder()
1246 sp<AMessage> notify = new AMessage(kWhatVideoNotify, id()); in instantiateDecoder() local
1248 notify->setInt32("generation", mVideoDecoderGeneration); in instantiateDecoder()
1251 notify, mSource, mRenderer, mNativeWindow, mCCDecoder); in instantiateDecoder()
1978 sp<AMessage> notify = dupNotify(); in notifyFlagsChanged() local
1979 notify->setInt32("what", kWhatFlagsChanged); in notifyFlagsChanged()
1980 notify->setInt32("flags", flags); in notifyFlagsChanged()
1981 notify->post(); in notifyFlagsChanged()
1985 sp<AMessage> notify = dupNotify(); in notifyVideoSizeChanged() local
1986 notify->setInt32("what", kWhatVideoSizeChanged); in notifyVideoSizeChanged()
1987 notify->setMessage("format", format); in notifyVideoSizeChanged()
1988 notify->post(); in notifyVideoSizeChanged()
1992 sp<AMessage> notify = dupNotify(); in notifyPrepared() local
1993 notify->setInt32("what", kWhatPrepared); in notifyPrepared()
1994 notify->setInt32("err", err); in notifyPrepared()
1995 notify->post(); in notifyPrepared()
1999 sp<AMessage> notify = dupNotify(); in notifyInstantiateSecureDecoders() local
2000 notify->setInt32("what", kWhatInstantiateSecureDecoders); in notifyInstantiateSecureDecoders()
2001 notify->setMessage("reply", reply); in notifyInstantiateSecureDecoders()
2002 notify->post(); in notifyInstantiateSecureDecoders()