Lines Matching refs:setInt32

185     msg->setInt32("queueGeneration", getQueueGeneration(audio));  in queueBuffer()
186 msg->setInt32("audio", static_cast<int32_t>(audio)); in queueBuffer()
196 msg->setInt32("queueGeneration", getQueueGeneration(audio)); in queueEOS()
197 msg->setInt32("audio", static_cast<int32_t>(audio)); in queueEOS()
198 msg->setInt32("finalResult", finalResult); in queueEOS()
330 msg->setInt32("audio", static_cast<int32_t>(audio)); in flush()
431 msg->setInt32("offload-only", offloadOnly); in openAudioSink()
432 msg->setInt32("has-video", hasVideo); in openAudioSink()
433 msg->setInt32("flags", flags); in openAudioSink()
434 msg->setInt32("isStreaming", isStreaming); in openAudioSink()
466 meta->setInt32("offload-only", offloadOnly); in changeAudioFormat()
467 meta->setInt32("has-video", hasVideo); in changeAudioFormat()
468 meta->setInt32("flags", flags); in changeAudioFormat()
469 meta->setInt32("isStreaming", isStreaming); in changeAudioFormat()
472 msg->setInt32("queueGeneration", getQueueGeneration(true /* audio */)); in changeAudioFormat()
500 response->setInt32("err", err); in onMessageReceived()
501 response->setInt32("offload", offloadingAudio()); in onMessageReceived()
538 notify->setInt32("err", INVALID_OPERATION); in onMessageReceived()
668 response->setInt32("err", err); in onMessageReceived()
683 response->setInt32("err", err); in onMessageReceived()
697 response->setInt32("err", err); in onMessageReceived()
715 response->setInt32("err", err); in onMessageReceived()
805 msg->setInt32("drainGeneration", mAudioDrainGeneration); in postDrainAudioQueue_l()
826 notify->setInt32("what", kWhatMediaRenderingStart); in notifyIfMediaRenderingStarted_l()
1268 msg->setInt32("drainGeneration", getDrainGeneration(false /* audio */)); in postDrainVideoQueue()
1395 entry->mNotifyConsumed->setInt32("render", !tooLate); in onDrainVideoQueue()
1414 notify->setInt32("what", kWhatVideoRenderingStart); in notifyVideoRenderingStart()
1426 msg->setInt32("audioEOSGeneration", mAudioEOSGeneration); in notifyEOS_l()
1427 msg->setInt32("finalResult", finalResult); in notifyEOS_l()
1432 notify->setInt32("what", kWhatEOS); in notifyEOS_l()
1433 notify->setInt32("audio", static_cast<int32_t>(audio)); in notifyEOS_l()
1434 notify->setInt32("finalResult", finalResult); in notifyEOS_l()
1460 msg->setInt32("reason", reason); in notifyAudioTearDown()
1704 notify->setInt32("what", kWhatFlushComplete); in notifyFlushComplete()
1705 notify->setInt32("audio", static_cast<int32_t>(audio)); in notifyFlushComplete()
1866 notify->setInt32("what", kWhatAudioTearDown); in onAudioTearDown()
1867 notify->setInt32("reason", reason); in onAudioTearDown()
1875 msg->setInt32("drainGeneration", mAudioOffloadPauseTimeoutGeneration); in startAudioOffloadPauseTimeout()
2114 notify->setInt32("err", err); in onChangeAudioFormat()