Lines Matching refs:notify
56 const sp<AMessage> ¬ify, in Renderer() argument
59 mNotify(notify), in Renderer()
557 sp<AMessage> notify = mNotify->dup(); in notifyIfMediaRenderingStarted() local
558 notify->setInt32("what", kWhatMediaRenderingStart); in notifyIfMediaRenderingStarted()
559 notify->post(); in notifyIfMediaRenderingStarted()
949 sp<AMessage> notify = mNotify->dup(); in notifyVideoRenderingStart() local
950 notify->setInt32("what", kWhatVideoRenderingStart); in notifyVideoRenderingStart()
951 notify->post(); in notifyVideoRenderingStart()
955 sp<AMessage> notify = mNotify->dup(); in notifyEOS() local
956 notify->setInt32("what", kWhatEOS); in notifyEOS()
957 notify->setInt32("audio", static_cast<int32_t>(audio)); in notifyEOS()
958 notify->setInt32("finalResult", finalResult); in notifyEOS()
959 notify->post(delayUs); in notifyEOS()
1175 sp<AMessage> notify = mNotify->dup(); in notifyFlushComplete() local
1176 notify->setInt32("what", kWhatFlushComplete); in notifyFlushComplete()
1177 notify->setInt32("audio", static_cast<int32_t>(audio)); in notifyFlushComplete()
1178 notify->post(); in notifyFlushComplete()
1383 sp<AMessage> notify = mNotify->dup(); in onAudioOffloadTearDown() local
1384 notify->setInt32("what", kWhatAudioOffloadTearDown); in onAudioOffloadTearDown()
1385 notify->setInt64("positionUs", currentPositionUs); in onAudioOffloadTearDown()
1386 notify->setInt32("reason", reason); in onAudioOffloadTearDown()
1387 notify->post(); in onAudioOffloadTearDown()