Lines Matching refs:notify
43 const sp<AMessage> ¬ify, in DecoderPassThrough() argument
46 : DecoderBase(notify), in DecoderPassThrough()
367 sp<AMessage> notify = mNotify->dup(); in onResume() local
368 notify->setInt32("what", kWhatResumeCompleted); in onResume()
369 notify->post(); in onResume()
394 sp<AMessage> notify = mNotify->dup(); in onFlush() local
395 notify->setInt32("what", kWhatFlushCompleted); in onFlush()
396 notify->post(); in onFlush()
405 sp<AMessage> notify = mNotify->dup(); in onShutdown() local
406 notify->setInt32("what", kWhatShutdownCompleted); in onShutdown()
407 notify->post(); in onShutdown()