Lines Matching refs:notify
42 const sp<AMessage> ¬ify, in Decoder() argument
47 : DecoderBase(notify), in Decoder()
264 sp<AMessage> notify = mNotify->dup(); in onFlush() local
265 notify->setInt32("what", kWhatFlushCompleted); in onFlush()
266 notify->post(); in onFlush()
304 sp<AMessage> notify = mNotify->dup(); in onShutdown() local
305 notify->setInt32("what", kWhatShutdownCompleted); in onShutdown()
306 notify->post(); in onShutdown()
433 sp<AMessage> notify = mNotify->dup(); in handleAnOutputBuffer() local
434 notify->setInt32("what", kWhatVideoSizeChanged); in handleAnOutputBuffer()
435 notify->setMessage("format", format); in handleAnOutputBuffer()
436 notify->post(); in handleAnOutputBuffer()
896 sp<AMessage> notify = mNotify->dup(); in notifyResumeCompleteIfNecessary() local
897 notify->setInt32("what", kWhatResumeCompleted); in notifyResumeCompleteIfNecessary()
898 notify->post(); in notifyResumeCompleteIfNecessary()