• Home
  • Raw
  • Download

Lines Matching refs:notify

215     sp<AMessage> notify = new AMessage(kWhatSourceNotify, this);  in setDataSourceAsync()  local
217 msg->setObject("source", new StreamingSource(notify, source)); in setDataSourceAsync()
246 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
250 source = new HTTPLiveSource(notify, httpService, url, headers); in setDataSourceAsync()
253 notify, httpService, url, headers, mUIDValid, mUID); in setDataSourceAsync()
259 notify, httpService, url, headers, mUIDValid, mUID, true); in setDataSourceAsync()
262 new GenericSource(notify, mUIDValid, mUID); in setDataSourceAsync()
282 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
285 new GenericSource(notify, mUIDValid, mUID); in setDataSourceAsync()
300 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
302 sp<GenericSource> source = new GenericSource(notify, mUIDValid, mUID); in setDataSourceAsync()
1359 sp<AMessage> notify = new AMessage(kWhatRendererNotify, this); in onStart() local
1361 notify->setInt32("generation", mRendererGeneration); in onStart()
1362 mRenderer = new Renderer(mAudioSink, notify, flags); in onStart()
1620 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder() local
1622 notify->setInt32("generation", mAudioDecoderGeneration); in instantiateDecoder()
1632 *decoder = new DecoderPassThrough(notify, mSource, mRenderer); in instantiateDecoder()
1636 *decoder = new Decoder(notify, mSource, mPID, mRenderer); in instantiateDecoder()
1639 sp<AMessage> notify = new AMessage(kWhatVideoNotify, this); in instantiateDecoder() local
1641 notify->setInt32("generation", mVideoDecoderGeneration); in instantiateDecoder()
1644 notify, mSource, mPID, mRenderer, mSurface, mCCDecoder); in instantiateDecoder()
2431 sp<AMessage> notify = dupNotify(); in notifyFlagsChanged() local
2432 notify->setInt32("what", kWhatFlagsChanged); in notifyFlagsChanged()
2433 notify->setInt32("flags", flags); in notifyFlagsChanged()
2434 notify->post(); in notifyFlagsChanged()
2438 sp<AMessage> notify = dupNotify(); in notifyVideoSizeChanged() local
2439 notify->setInt32("what", kWhatVideoSizeChanged); in notifyVideoSizeChanged()
2440 notify->setMessage("format", format); in notifyVideoSizeChanged()
2441 notify->post(); in notifyVideoSizeChanged()
2445 sp<AMessage> notify = dupNotify(); in notifyPrepared() local
2446 notify->setInt32("what", kWhatPrepared); in notifyPrepared()
2447 notify->setInt32("err", err); in notifyPrepared()
2448 notify->post(); in notifyPrepared()
2452 sp<AMessage> notify = dupNotify(); in notifyInstantiateSecureDecoders() local
2453 notify->setInt32("what", kWhatInstantiateSecureDecoders); in notifyInstantiateSecureDecoders()
2454 notify->setMessage("reply", reply); in notifyInstantiateSecureDecoders()
2455 notify->post(); in notifyInstantiateSecureDecoders()