Lines Matching full:notify
36 const sp<AMessage> ¬ify,
40 : Source(notify),
77 sp<AMessage> notify = new AMessage(kWhatSessionNotify, id());
80 notify,
171 sp<AMessage> notify = dupNotify();
172 notify->setInt32("what", kWhatSubtitleData);
173 notify->setBuffer("buffer", buffer);
174 notify->post();
204 // notify the current size here if we have it, otherwise report an initial size of (0,0)
253 sp<AMessage> notify = dupNotify();
254 notify->setInt32("what", kWhatQueueDecoderShutdown);
255 notify->setInt32("audio", audio);
256 notify->setInt32("video", video);
257 notify->setMessage("reply", reply);
258 notify->post();