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()
1293 msg->setInt32("drainGeneration", getDrainGeneration(false /* audio */)); in postDrainVideoQueue()
1420 entry->mNotifyConsumed->setInt32("render", !tooLate); in onDrainVideoQueue()
1439 notify->setInt32("what", kWhatVideoRenderingStart); in notifyVideoRenderingStart()
1451 msg->setInt32("audioEOSGeneration", mAudioEOSGeneration); in notifyEOS_l()
1452 msg->setInt32("finalResult", finalResult); in notifyEOS_l()
1457 notify->setInt32("what", kWhatEOS); in notifyEOS_l()
1458 notify->setInt32("audio", static_cast<int32_t>(audio)); in notifyEOS_l()
1459 notify->setInt32("finalResult", finalResult); in notifyEOS_l()
1485 msg->setInt32("reason", reason); in notifyAudioTearDown()
1729 notify->setInt32("what", kWhatFlushComplete); in notifyFlushComplete()
1730 notify->setInt32("audio", static_cast<int32_t>(audio)); in notifyFlushComplete()
1891 notify->setInt32("what", kWhatAudioTearDown); in onAudioTearDown()
1892 notify->setInt32("reason", reason); in onAudioTearDown()
1900 msg->setInt32("drainGeneration", mAudioOffloadPauseTimeoutGeneration); in startAudioOffloadPauseTimeout()
2139 notify->setInt32("err", err); in onChangeAudioFormat()