Lines Matching refs:setInt32
187 msg->setInt32("queueGeneration", getQueueGeneration(audio)); in queueBuffer()
188 msg->setInt32("audio", static_cast<int32_t>(audio)); in queueBuffer()
198 msg->setInt32("queueGeneration", getQueueGeneration(audio)); in queueEOS()
199 msg->setInt32("audio", static_cast<int32_t>(audio)); in queueEOS()
200 msg->setInt32("finalResult", finalResult); in queueEOS()
340 msg->setInt32("audio", static_cast<int32_t>(audio)); in flush()
451 msg->setInt32("offload-only", offloadOnly); in openAudioSink()
452 msg->setInt32("has-video", hasVideo); in openAudioSink()
453 msg->setInt32("flags", flags); in openAudioSink()
454 msg->setInt32("isStreaming", isStreaming); in openAudioSink()
486 meta->setInt32("offload-only", offloadOnly); in changeAudioFormat()
487 meta->setInt32("has-video", hasVideo); in changeAudioFormat()
488 meta->setInt32("flags", flags); in changeAudioFormat()
489 meta->setInt32("isStreaming", isStreaming); in changeAudioFormat()
492 msg->setInt32("queueGeneration", getQueueGeneration(true /* audio */)); in changeAudioFormat()
520 response->setInt32("err", err); in onMessageReceived()
521 response->setInt32("offload", offloadingAudio()); in onMessageReceived()
558 notify->setInt32("err", INVALID_OPERATION); in onMessageReceived()
688 response->setInt32("err", err); in onMessageReceived()
703 response->setInt32("err", err); in onMessageReceived()
717 response->setInt32("err", err); in onMessageReceived()
735 response->setInt32("err", err); in onMessageReceived()
830 msg->setInt32("drainGeneration", mAudioDrainGeneration); in postDrainAudioQueue_l()
851 notify->setInt32("what", kWhatMediaRenderingStart); in notifyIfMediaRenderingStarted_l()
1298 msg->setInt32("drainGeneration", getDrainGeneration(false /* audio */)); in postDrainVideoQueue()
1425 entry->mNotifyConsumed->setInt32("render", !tooLate); in onDrainVideoQueue()
1444 notify->setInt32("what", kWhatVideoRenderingStart); in notifyVideoRenderingStart()
1456 msg->setInt32("audioEOSGeneration", mAudioEOSGeneration); in notifyEOS_l()
1457 msg->setInt32("finalResult", finalResult); in notifyEOS_l()
1462 notify->setInt32("what", kWhatEOS); in notifyEOS_l()
1463 notify->setInt32("audio", static_cast<int32_t>(audio)); in notifyEOS_l()
1464 notify->setInt32("finalResult", finalResult); in notifyEOS_l()
1490 msg->setInt32("reason", reason); in notifyAudioTearDown()
1734 notify->setInt32("what", kWhatFlushComplete); in notifyFlushComplete()
1735 notify->setInt32("audio", static_cast<int32_t>(audio)); in notifyFlushComplete()
1896 notify->setInt32("what", kWhatAudioTearDown); in onAudioTearDown()
1897 notify->setInt32("reason", reason); in onAudioTearDown()
1905 msg->setInt32("drainGeneration", mAudioOffloadPauseTimeoutGeneration); in startAudioOffloadPauseTimeout()
2145 notify->setInt32("err", err); in onChangeAudioFormat()