Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PCanvasManagerChild_h
#define PCanvasManagerChild_h
#include "mozilla/gfx/PCanvasManager.h"
#ifdef DEBUG
#include "prenv.h"
#endif // DEBUG
#include "mozilla/Tainting.h"
#include "mozilla/ipc/MessageChannel.h"
#include "mozilla/ipc/ProtocolUtils.h"
// Headers for things that cannot be forward declared
#include "mozilla/dom/WebGLIpdl.h"
#include "mozilla/layers/LayersTypes.h"
namespace mozilla {
namespace layers {
class PCanvasChild;
} // namespace layers
} // namespace mozilla
namespace mozilla {
namespace layers {
class PCanvasParent;
} // namespace layers
} // namespace mozilla
namespace mozilla {
namespace dom {
class PWebGLChild;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
class PWebGLParent;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace webgpu {
class PWebGPUChild;
} // namespace webgpu
} // namespace mozilla
namespace mozilla {
namespace webgpu {
class PWebGPUParent;
} // namespace webgpu
} // namespace mozilla
namespace mozilla {
namespace dom {
class PWebGLChild;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace layers {
class PCanvasChild;
} // namespace layers
} // namespace mozilla
namespace mozilla {
namespace webgpu {
class PWebGPUChild;
} // namespace webgpu
} // namespace mozilla
namespace mozilla {
namespace gfx {
class PCanvasManagerChild :
public mozilla::ipc::IToplevelProtocol
{
private:
friend class ::mozilla::dom::PWebGLChild;
friend class ::mozilla::layers::PCanvasChild;
friend class ::mozilla::webgpu::PWebGPUChild;
public:
static constexpr ::mozilla::ipc::ProtocolId kProtocolId = PCanvasManagerMsgStart;
protected:
typedef mozilla::ipc::ActorHandle ActorHandle;
typedef ::mozilla::ipc::ByteBuf ByteBuf;
template<class FooSide> using Endpoint = mozilla::ipc::Endpoint<FooSide>;
typedef ::mozilla::ipc::FileDescriptor FileDescriptor;
typedef ::mozilla::webgl::FrontBufferSnapshotIpc FrontBufferSnapshotIpc;
template<class FooSide> using ManagedEndpoint = mozilla::ipc::ManagedEndpoint<FooSide>;
typedef ::mozilla::layers::PCanvasChild PCanvasChild;
typedef ::mozilla::layers::PCanvasParent PCanvasParent;
typedef ::mozilla::dom::PWebGLChild PWebGLChild;
typedef ::mozilla::dom::PWebGLParent PWebGLParent;
typedef ::mozilla::webgpu::PWebGPUChild PWebGPUChild;
typedef ::mozilla::webgpu::PWebGPUParent PWebGPUParent;
typedef base::ProcessId ProcessId;
typedef mozilla::ipc::ProtocolId ProtocolId;
typedef ::mozilla::layers::RemoteTextureOwnerId RemoteTextureOwnerId;
typedef mozilla::ipc::ResponseRejectReason ResponseRejectReason;
typedef ::mozilla::ipc::Shmem Shmem;
template<class T> using UniquePtr = mozilla::UniquePtr<T>;
typedef ::int16_t int16_t;
typedef ::int32_t int32_t;
typedef ::int64_t int64_t;
typedef ::int8_t int8_t;
typedef ::intptr_t intptr_t;
typedef ::nsCString nsCString;
typedef ::nsString nsString;
typedef ::nsresult nsresult;
typedef ::uint16_t uint16_t;
typedef ::uint32_t uint32_t;
typedef ::uint64_t uint64_t;
typedef ::uint8_t uint8_t;
typedef ::uintptr_t uintptr_t;
protected:
void
ProcessingError(
Result aCode,
const char* aReason) override;
bool
ShouldContinueFromReplyTimeout() override;
public:
typedef mozilla::ipc::IProtocol IProtocol;
typedef IPC::Message Message;
typedef base::ProcessHandle ProcessHandle;
typedef mozilla::ipc::MessageChannel MessageChannel;
typedef mozilla::ipc::SharedMemory SharedMemory;
public:
MOZ_IMPLICIT PCanvasManagerChild();
virtual ~PCanvasManagerChild();
protected:
void
ActorAlloc() final;
void
ActorDealloc() final;
public:
::base::ProcessId
OtherPid() const;
::GeckoChildID
OtherChildID() const;
::mozilla::ipc::EndpointProcInfo
OtherEndpointProcInfo() const;
void
ManagedPCanvasChild(nsTArray<PCanvasChild*>& aArr) const;
const ManagedContainer<PCanvasChild>&
ManagedPCanvasChild() const;
void
ManagedPWebGLChild(nsTArray<PWebGLChild*>& aArr) const;
const ManagedContainer<PWebGLChild>&
ManagedPWebGLChild() const;
void
ManagedPWebGPUChild(nsTArray<PWebGPUChild*>& aArr) const;
const ManagedContainer<PWebGPUChild>&
ManagedPWebGPUChild() const;
mozilla::Span<mozilla::ipc::ProtocolId const>
ManagedProtocolIds() const final;
UntypedManagedContainer*
GetManagedActors(mozilla::ipc::ProtocolId aProtocol) final;
ManagedEndpoint<PCanvasParent>
OpenPCanvasEndpoint(PCanvasChild* aActor);
bool
BindPCanvasEndpoint(
ManagedEndpoint<PCanvasChild> aEndpoint,
PCanvasChild* aActor);
ManagedEndpoint<PWebGLParent>
OpenPWebGLEndpoint(PWebGLChild* aActor);
bool
BindPWebGLEndpoint(
ManagedEndpoint<PWebGLChild> aEndpoint,
PWebGLChild* aActor);
ManagedEndpoint<PWebGPUParent>
OpenPWebGPUEndpoint(PWebGPUChild* aActor);
bool
BindPWebGPUEndpoint(
ManagedEndpoint<PWebGPUChild> aEndpoint,
PWebGPUChild* aActor);
PCanvasChild*
SendPCanvasConstructor(PCanvasChild* actor);
PWebGLChild*
SendPWebGLConstructor(PWebGLChild* actor);
PWebGPUChild*
SendPWebGPUConstructor(PWebGPUChild* actor);
bool
SendInitialize(const uint32_t& aManagerId);
bool
SendGetSnapshot(
const uint32_t& aManagerId,
const int32_t& aProtocolId,
const mozilla::Maybe<RemoteTextureOwnerId>& ownerId,
FrontBufferSnapshotIpc* ret);
void
DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) override;
Result
OnMessageReceived(const Message& msg__) override;
Result
OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) override;
private:
ManagedContainer<PCanvasChild> mManagedPCanvasChild;
ManagedContainer<PWebGLChild> mManagedPWebGLChild;
ManagedContainer<PWebGPUChild> mManagedPWebGPUChild;
};
} // namespace gfx
} // namespace mozilla
namespace IPC {
template<>
struct ParamTraits <::mozilla::gfx::PCanvasManagerChild*>
{
typedef ::mozilla::gfx::PCanvasManagerChild* paramType;
static void
Write(
IPC::MessageWriter* aWriter,
const paramType& aVar);
static IPC::ReadResult<paramType>
Read(IPC::MessageReader* aReader);
};
} // namespace IPC
#endif // ifndef PCanvasManagerChild_h