Lines Matching refs:notify
37 const sp<AMessage> ¬ify, in HTTPLiveSource() argument
41 : Source(notify), in HTTPLiveSource()
84 sp<AMessage> notify = new AMessage(kWhatSessionNotify, id()); in prepareAsync() local
87 notify, in prepareAsync()
193 sp<AMessage> notify = dupNotify(); in onMessageReceived() local
194 notify->setInt32("what", kWhatSubtitleData); in onMessageReceived()
195 notify->setBuffer("buffer", buffer); in onMessageReceived()
196 notify->post(); in onMessageReceived()
275 sp<AMessage> notify = dupNotify(); in onSessionNotify() local
276 notify->setInt32("what", kWhatQueueDecoderShutdown); in onSessionNotify()
277 notify->setInt32("audio", audio); in onSessionNotify()
278 notify->setInt32("video", video); in onSessionNotify()
279 notify->setMessage("reply", reply); in onSessionNotify()
280 notify->post(); in onSessionNotify()