Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/gfx/PVRGPUParent.h"
#include "VRGPUChild.h"
#include "VRGPUParent.h"
#include "mozilla/ProfilerLabels.h"
#include "ipc/IPCMessageUtils.h"
#include "ipc/IPCMessageUtilsSpecializations.h"
#include "nsIFile.h"
#include "mozilla/ipc/Endpoint.h"
#include "mozilla/ipc/ProtocolMessageUtils.h"
#include "mozilla/ipc/ProtocolUtils.h"
#include "mozilla/ipc/ShmemMessageUtils.h"
#include "mozilla/ipc/TaintingIPCUtils.h"
namespace mozilla {
namespace gfx {
auto PVRGPUParent::ProcessingError(
Result aCode,
const char* aReason) -> void
{
}
auto PVRGPUParent::ShouldContinueFromReplyTimeout() -> bool
{
return true;
}
MOZ_IMPLICIT PVRGPUParent::PVRGPUParent() :
mozilla::ipc::IToplevelProtocol("PVRGPUParent", PVRGPUMsgStart, mozilla::ipc::ParentSide)
{
MOZ_COUNT_CTOR(PVRGPUParent);
}
PVRGPUParent::~PVRGPUParent()
{
MOZ_COUNT_DTOR(PVRGPUParent);
}
auto PVRGPUParent::ActorAlloc() -> void
{
MOZ_RELEASE_ASSERT(XRE_IsVRProcess(), "Invalid process for `PVRGPUParent'");
AddRef();
}
auto PVRGPUParent::ActorDealloc() -> void
{
Release();
}
auto PVRGPUParent::OtherPid() const -> ::base::ProcessId
{
::base::ProcessId pid =
::mozilla::ipc::IProtocol::ToplevelProtocol()->OtherPidMaybeInvalid();
MOZ_RELEASE_ASSERT(pid != ::base::kInvalidProcessId);
return pid;
}
auto PVRGPUParent::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
return total;
}
auto PVRGPUParent::SendNotifyPuppetComplete() -> bool
{
UniquePtr<IPC::Message> msg__ = PVRGPU::Msg_NotifyPuppetComplete(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PVRGPU", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PVRGPUParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PVRGPU::Msg_NotifyPuppetComplete", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PVRGPUParent::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PVRGPUParent::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PVRGPUParent::OnMessageReceived(const Message& msg__) -> PVRGPUParent::Result
{
switch (msg__.type()) {
case PVRGPU::Msg_StartVRService__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PVRGPU", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PVRGPUParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PVRGPU::Msg_StartVRService", OTHER);
mozilla::ipc::IPCResult __ok = (static_cast<VRGPUParent*>(this))->RecvStartVRService();
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PVRGPU::Msg_StopVRService__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PVRGPU", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PVRGPUParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PVRGPU::Msg_StopVRService", OTHER);
mozilla::ipc::IPCResult __ok = (static_cast<VRGPUParent*>(this))->RecvStopVRService();
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PVRGPU::Msg_PuppetSubmit__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PVRGPU", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PVRGPUParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PVRGPU::Msg_PuppetSubmit", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__aBuffer = IPC::ReadParam<nsTArray<uint64_t>>((&(reader__)));
if (!maybe__aBuffer) {
FatalError("Error deserializing 'uint64_t[]'");
return MsgValueError;
}
auto& aBuffer = *maybe__aBuffer;
// Sentinel = 'aBuffer'
if ((!(((&(reader__)))->ReadSentinel(176751292)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint64_t[]'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (static_cast<VRGPUParent*>(this))->RecvPuppetSubmit(std::move(aBuffer));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PVRGPU::Msg_PuppetReset__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PVRGPU", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PVRGPUParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PVRGPU::Msg_PuppetReset", OTHER);
mozilla::ipc::IPCResult __ok = (static_cast<VRGPUParent*>(this))->RecvPuppetReset();
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PVRGPU::Msg_PuppetCheckForCompletion__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PVRGPU", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PVRGPUParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PVRGPU::Msg_PuppetCheckForCompletion", OTHER);
mozilla::ipc::IPCResult __ok = (static_cast<VRGPUParent*>(this))->RecvPuppetCheckForCompletion();
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
default:
return MsgNotKnown;
case SHMEM_CREATED_MESSAGE_TYPE:
{
if (!ShmemCreated(msg__)) {
return MsgPayloadError;
}
return MsgProcessed;
}
case SHMEM_DESTROYED_MESSAGE_TYPE:
{
if (!ShmemDestroyed(msg__)) {
return MsgPayloadError;
}
return MsgProcessed;
}
}
}
auto PVRGPUParent::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PVRGPUParent::Result
{
MOZ_ASSERT_UNREACHABLE("message protocol not supported");
return MsgNotKnown;
}
auto PVRGPUParent::DoomSubtree() -> void
{
SetDoomed();
}
auto PVRGPUParent::PeekManagedActor() -> IProtocol*
{
return nullptr;
}
} // namespace gfx
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::gfx::PVRGPUParent*>::Write(
IPC::MessageWriter* aWriter,
const paramType& aVar) -> void
{
MOZ_RELEASE_ASSERT(
aWriter->GetActor(),
"Cannot serialize managed actors without an actor");
int32_t id;
if (!aVar) {
id = 0; // kNullActorId
} else {
id = aVar->Id();
if (id == 1) { // kFreedActorId
aVar->FatalError("Actor has been |delete|d");
}
MOZ_RELEASE_ASSERT(
aWriter->GetActor()->GetIPCChannel() == aVar->GetIPCChannel(),
"Actor must be from the same channel as the"
" actor it's being sent over");
MOZ_RELEASE_ASSERT(
aVar->CanSend(),
"Actor must still be open when sending");
}
IPC::WriteParam(aWriter, id);
}
auto ParamTraits<::mozilla::gfx::PVRGPUParent*>::Read(IPC::MessageReader* aReader) -> IPC::ReadResult<paramType>
{
MOZ_RELEASE_ASSERT(
aReader->GetActor(),
"Cannot deserialize managed actors without an actor");
mozilla::Maybe<mozilla::ipc::IProtocol*> actor = aReader->GetActor()
->ReadActor(aReader, true, "PVRGPU", PVRGPUMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::gfx::PVRGPUParent*>(actor.ref());
}
return {};
}
} // namespace IPC