Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PCanvasManagerParent_h
#define PCanvasManagerParent_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"
class nsIFile;
// Headers for things that cannot be forward declared
#include "mozilla/dom/WebGLIpdl.h"
#include "mozilla/layers/LayersTypes.h"
namespace mozilla {
namespace layers {
class PCanvasParent;
} // namespace layers
} // namespace mozilla
namespace mozilla {
namespace layers {
class PCanvasChild;
} // namespace layers
} // namespace mozilla
namespace mozilla {
namespace dom {
class PWebGLParent;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
class PWebGLChild;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace webgpu {
class PWebGPUParent;
} // namespace webgpu
} // namespace mozilla
namespace mozilla {
namespace webgpu {
class PWebGPUChild;
} // namespace webgpu
} // namespace mozilla
namespace mozilla {
namespace dom {
class PWebGLParent;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace layers {
class PCanvasParent;
} // namespace layers
} // namespace mozilla
namespace mozilla {
namespace webgpu {
class PWebGPUParent;
} // namespace webgpu
} // namespace mozilla
namespace mozilla {
namespace gfx {
class PCanvasManagerParent :
public mozilla::ipc::IToplevelProtocol
{
private:
friend class ::mozilla::dom::PWebGLParent;
friend class ::mozilla::layers::PCanvasParent;
friend class ::mozilla::webgpu::PWebGPUParent;
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:
virtual mozilla::ipc::IPCResult
RecvPCanvasConstructor(PCanvasParent* actor);
virtual mozilla::ipc::IPCResult
RecvPWebGLConstructor(PWebGLParent* actor);
virtual mozilla::ipc::IPCResult
RecvPWebGPUConstructor(PWebGPUParent* actor);
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 PCanvasManagerParent();
virtual ~PCanvasManagerParent();
protected:
void
ActorAlloc() final;
void
ActorDealloc() final;
public:
::base::ProcessId
OtherPid() const;
::GeckoChildID
OtherChildID() const;
::mozilla::ipc::EndpointProcInfo
OtherEndpointProcInfo() const;
void
ManagedPCanvasParent(nsTArray<PCanvasParent*>& aArr) const;
const ManagedContainer<PCanvasParent>&
ManagedPCanvasParent() const;
void
ManagedPWebGLParent(nsTArray<PWebGLParent*>& aArr) const;
const ManagedContainer<PWebGLParent>&
ManagedPWebGLParent() const;
void
ManagedPWebGPUParent(nsTArray<PWebGPUParent*>& aArr) const;
const ManagedContainer<PWebGPUParent>&
ManagedPWebGPUParent() const;
mozilla::Span<mozilla::ipc::ProtocolId const>
ManagedProtocolIds() const final;
UntypedManagedContainer*
GetManagedActors(mozilla::ipc::ProtocolId aProtocol) final;
ManagedEndpoint<PCanvasChild>
OpenPCanvasEndpoint(PCanvasParent* aActor);
bool
BindPCanvasEndpoint(
ManagedEndpoint<PCanvasParent> aEndpoint,
PCanvasParent* aActor);
ManagedEndpoint<PWebGLChild>
OpenPWebGLEndpoint(PWebGLParent* aActor);
bool
BindPWebGLEndpoint(
ManagedEndpoint<PWebGLParent> aEndpoint,
PWebGLParent* aActor);
ManagedEndpoint<PWebGPUChild>
OpenPWebGPUEndpoint(PWebGPUParent* aActor);
bool
BindPWebGPUEndpoint(
ManagedEndpoint<PWebGPUParent> aEndpoint,
PWebGPUParent* aActor);
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<PCanvasParent> mManagedPCanvasParent;
ManagedContainer<PWebGLParent> mManagedPWebGLParent;
ManagedContainer<PWebGPUParent> mManagedPWebGPUParent;
};
} // namespace gfx
} // namespace mozilla
namespace IPC {
template<>
struct ParamTraits <::mozilla::gfx::PCanvasManagerParent*>
{
typedef ::mozilla::gfx::PCanvasManagerParent* paramType;
static void
Write(
IPC::MessageWriter* aWriter,
const paramType& aVar);
static IPC::ReadResult<paramType>
Read(IPC::MessageReader* aReader);
};
} // namespace IPC
#endif // ifndef PCanvasManagerParent_h