Lines Matching defs:notify
93 const sp<AMessage> ¬ify,
97 mNotify(notify),
439 const sp<AMessage> ¬ify) {
449 msg->setMessage("notify", notify);
509 sp<AMessage> notify;
510 CHECK(msg->findMessage("notify", ¬ify));
514 notify->setInt32("err", INVALID_OPERATION);
515 notify->post();
524 onChangeAudioFormat(meta, notify);
529 entry.mNotifyConsumed = notify;
801 sp<AMessage> notify = mNotify->dup();
802 notify->setInt32("what", kWhatMediaRenderingStart);
803 notify->post();
1019 // Do not notify EOS when paused.
1021 ALOGV("onDrainAudioQueue(): Do not notify EOS when paused");
1389 sp<AMessage> notify = mNotify->dup();
1390 notify->setInt32("what", kWhatVideoRenderingStart);
1391 notify->post();
1407 sp<AMessage> notify = mNotify->dup();
1408 notify->setInt32("what", kWhatEOS);
1409 notify->setInt32("audio", static_cast<int32_t>(audio));
1410 notify->setInt32("finalResult", finalResult);
1411 notify->post(delayUs);
1664 sp<AMessage> notify = mNotify->dup();
1665 notify->setInt32("what", kWhatFlushComplete);
1666 notify->setInt32("audio", static_cast<int32_t>(audio));
1667 notify->post();
1819 sp<AMessage> notify = mNotify->dup();
1821 notify->setInt64("positionUs", currentPositionUs);
1827 notify->setInt32("what", kWhatAudioTearDown);
1828 notify->setInt32("reason", reason);
1829 notify->post();
2051 const sp<AMessage> &meta, const sp<AMessage> ¬ify) {
2070 notify->setInt32("err", err);
2072 notify->post();