Lines Matching refs:notify
213 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
215 msg->setObject("source", new StreamingSource(notify, source)); in setDataSourceAsync()
244 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
248 source = new HTTPLiveSource(notify, httpService, url, headers); in setDataSourceAsync()
251 notify, httpService, url, headers, mUIDValid, mUID); in setDataSourceAsync()
257 notify, httpService, url, headers, mUIDValid, mUID, true); in setDataSourceAsync()
260 new GenericSource(notify, mUIDValid, mUID); in setDataSourceAsync()
280 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
283 new GenericSource(notify, mUIDValid, mUID); in setDataSourceAsync()
298 sp<AMessage> notify = new AMessage(kWhatSourceNotify, this); in setDataSourceAsync() local
300 sp<GenericSource> source = new GenericSource(notify, mUIDValid, mUID); in setDataSourceAsync()
1311 sp<AMessage> notify = new AMessage(kWhatRendererNotify, this); in onStart() local
1313 notify->setInt32("generation", mRendererGeneration); in onStart()
1314 mRenderer = new Renderer(mAudioSink, notify, flags); in onStart()
1529 sp<AMessage> notify = new AMessage(kWhatAudioNotify, this); in instantiateDecoder() local
1531 notify->setInt32("generation", mAudioDecoderGeneration); in instantiateDecoder()
1537 *decoder = new DecoderPassThrough(notify, mSource, mRenderer); in instantiateDecoder()
1539 *decoder = new Decoder(notify, mSource, mPID, mRenderer); in instantiateDecoder()
1542 sp<AMessage> notify = new AMessage(kWhatVideoNotify, this); in instantiateDecoder() local
1544 notify->setInt32("generation", mVideoDecoderGeneration); in instantiateDecoder()
1547 notify, mSource, mPID, mRenderer, mSurface, mCCDecoder); in instantiateDecoder()
2334 sp<AMessage> notify = dupNotify(); in notifyFlagsChanged() local
2335 notify->setInt32("what", kWhatFlagsChanged); in notifyFlagsChanged()
2336 notify->setInt32("flags", flags); in notifyFlagsChanged()
2337 notify->post(); in notifyFlagsChanged()
2341 sp<AMessage> notify = dupNotify(); in notifyVideoSizeChanged() local
2342 notify->setInt32("what", kWhatVideoSizeChanged); in notifyVideoSizeChanged()
2343 notify->setMessage("format", format); in notifyVideoSizeChanged()
2344 notify->post(); in notifyVideoSizeChanged()
2348 sp<AMessage> notify = dupNotify(); in notifyPrepared() local
2349 notify->setInt32("what", kWhatPrepared); in notifyPrepared()
2350 notify->setInt32("err", err); in notifyPrepared()
2351 notify->post(); in notifyPrepared()
2355 sp<AMessage> notify = dupNotify(); in notifyInstantiateSecureDecoders() local
2356 notify->setInt32("what", kWhatInstantiateSecureDecoders); in notifyInstantiateSecureDecoders()
2357 notify->setMessage("reply", reply); in notifyInstantiateSecureDecoders()
2358 notify->post(); in notifyInstantiateSecureDecoders()