Lines Matching refs:notify
60 const sp<AMessage> ¬ify, in Decoder() argument
67 : DecoderBase(notify), in Decoder()
522 sp<AMessage> notify = mNotify->dup(); in onFlush() local
523 notify->setInt32("what", kWhatFlushCompleted); in onFlush()
524 notify->post(); in onFlush()
557 sp<AMessage> notify = mNotify->dup(); in onShutdown() local
558 notify->setInt32("what", kWhatShutdownCompleted); in onShutdown()
559 notify->post(); in onShutdown()
601 sp<AMessage> notify = mNotify->dup(); in handleError() local
602 notify->setInt32("what", kWhatError); in handleError()
603 notify->setInt32("err", err); in handleError()
604 notify->post(); in handleError()
817 sp<AMessage> notify = mNotify->dup(); in handleOutputFormatChange() local
818 notify->setInt32("what", kWhatVideoSizeChanged); in handleOutputFormatChange()
819 notify->setMessage("format", format); in handleOutputFormatChange()
820 notify->post(); in handleOutputFormatChange()
1326 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary() local
1327 notify->setInt32("what", kWhatResumeCompleted); in notifyResumeCompleteIfNecessary()
1328 notify->post(); in notifyResumeCompleteIfNecessary()