Lines Matching refs:notify
36 const sp<AMessage> ¬ify, in RTPSource() argument
38 : Source(notify), in RTPSource()
120 sp<AMessage> notify = new AMessage('accu', this); in prepareAsync() local
123 notify->setSize("trackIndex", i); in prepareAsync()
125 mRTPConn->addStream(sockRtp, sockRtcp, desc, i + 1, notify, false); in prepareAsync()
311 sp<AMessage> notify = dupNotify(); in dequeueAccessUnit() local
312 notify->setInt32("what", kWhatIMSRxNotice); in dequeueAccessUnit()
313 notify->setMessage("message", msg); in dequeueAccessUnit()
314 notify->post(); in dequeueAccessUnit()
406 sp<AMessage> notify = dupNotify(); in onMessageReceived() local
407 notify->setInt32("what", kWhatIMSRxNotice); in onMessageReceived()
408 notify->setMessage("message", msg); in onMessageReceived()
409 notify->post(); in onMessageReceived()