Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PRDDChild_h
#define PRDDChild_h
#include "mozilla/PRDD.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 "MediaCodecsSupport.h"
#include "gfxTelemetry.h"
#include "mozilla/TelemetryComms.h"
#include "mozilla/dom/NativeThreadId.h"
#include "mozilla/dom/ipc/IdType.h"
#include "mozilla/gfx/D3D11Checks.h"
#include "mozilla/gfx/Point.h"
#include "mozilla/gfx/Types.h"
namespace mozilla {
class PProfilerChild;
} // namespace mozilla
namespace mozilla {
class PProfilerParent;
} // namespace mozilla
namespace mozilla {
class PRemoteDecoderManagerChild;
} // namespace mozilla
namespace mozilla {
class PRemoteDecoderManagerParent;
} // namespace mozilla
namespace mozilla {
namespace layers {
class PVideoBridgeChild;
} // namespace layers
} // namespace mozilla
namespace mozilla {
namespace layers {
class PVideoBridgeParent;
} // namespace layers
} // namespace mozilla
namespace mozilla {
class PSandboxTestingChild;
} // namespace mozilla
namespace mozilla {
class PSandboxTestingParent;
} // namespace mozilla
struct DxgiAdapterDesc;
namespace mozilla {
struct null_t;
} // namespace mozilla
namespace mozilla {
struct void_t;
} // namespace mozilla
namespace mozilla {
struct null_t;
} // namespace mozilla
namespace mozilla {
class PRDDChild :
public mozilla::ipc::IToplevelProtocol
{
private:
public:
static constexpr ::mozilla::ipc::ProtocolId kProtocolId = PRDDMsgStart;
protected:
typedef mozilla::ipc::ActorHandle ActorHandle;
typedef ::mozilla::gfx::BackendType BackendType;
typedef ::mozilla::ipc::ByteBuf ByteBuf;
typedef ::mozilla::Telemetry::ChildEventData ChildEventData;
typedef ::mozilla::gfx::ContentDeviceData ContentDeviceData;
typedef ::mozilla::dom::ContentParentId ContentParentId;
typedef ::mozilla::gfx::D3D11DeviceStatus D3D11DeviceStatus;
typedef ::mozilla::gfx::DevicePrefs DevicePrefs;
typedef ::mozilla::Telemetry::DiscardedData DiscardedData;
typedef ::DxgiAdapterDesc DxgiAdapterDesc;
template<class FooSide> using Endpoint = mozilla::ipc::Endpoint<FooSide>;
typedef ::mozilla::gfx::FeatureFailure FeatureFailure;
typedef ::mozilla::gfx::FeatureStatus FeatureStatus;
typedef ::mozilla::ipc::FileDescriptor FileDescriptor;
typedef ::mozilla::gfx::GPUDeviceData GPUDeviceData;
typedef ::mozilla::gfx::GfxInfoFeatureStatus GfxInfoFeatureStatus;
typedef ::mozilla::gfx::GfxVarUpdate GfxVarUpdate;
typedef ::mozilla::gfx::GfxVarValue GfxVarValue;
typedef ::mozilla::Telemetry::HistogramAccumulation HistogramAccumulation;
typedef ::mozilla::gfx::IntSize IntSize;
typedef ::mozilla::Telemetry::KeyedHistogramAccumulation KeyedHistogramAccumulation;
typedef ::mozilla::Telemetry::KeyedScalarAction KeyedScalarAction;
template<class FooSide> using ManagedEndpoint = mozilla::ipc::ManagedEndpoint<FooSide>;
typedef ::mozilla::media::MediaCodecsSupported MediaCodecsSupported;
typedef ::mozilla::dom::MemoryReport MemoryReport;
typedef ::mozilla::dom::NativeThreadId NativeThreadId;
typedef ::mozilla::PProfilerChild PProfilerChild;
typedef ::mozilla::PProfilerParent PProfilerParent;
typedef ::mozilla::PRemoteDecoderManagerChild PRemoteDecoderManagerChild;
typedef ::mozilla::PRemoteDecoderManagerParent PRemoteDecoderManagerParent;
typedef ::mozilla::PSandboxTestingChild PSandboxTestingChild;
typedef ::mozilla::PSandboxTestingParent PSandboxTestingParent;
typedef ::mozilla::layers::PVideoBridgeChild PVideoBridgeChild;
typedef ::mozilla::layers::PVideoBridgeParent PVideoBridgeParent;
typedef ::mozilla::dom::Pref Pref;
typedef ::mozilla::dom::PrefValue PrefValue;
typedef base::ProcessId ProcessId;
typedef mozilla::ipc::ProtocolId ProtocolId;
typedef mozilla::ipc::ResponseRejectReason ResponseRejectReason;
typedef ::mozilla::Telemetry::ScalarAction ScalarAction;
typedef ::mozilla::ipc::Shmem Shmem;
template<class T> using UniquePtr = mozilla::UniquePtr<T>;
typedef ::mozilla::gfx::D3D11Checks::VideoFormatOption VideoFormatOption;
typedef ::mozilla::gfx::D3D11Checks::VideoFormatOptionSet VideoFormatOptionSet;
typedef ::gfxImageFormat gfxImageFormat;
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 ::mozilla::null_t null_t;
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;
typedef ::mozilla::void_t void_t;
public:
typedef MozPromise<uint32_t, ResponseRejectReason, true> RequestMemoryReportPromise;
typedef MozPromise<ByteBuf, ResponseRejectReason, true> FlushFOGDataPromise;
typedef MozPromise<bool, ResponseRejectReason, true> TestTriggerMetricsPromise;
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 PRDDChild();
virtual ~PRDDChild();
protected:
void
ActorAlloc() final;
void
ActorDealloc() final;
public:
::base::ProcessId
OtherPid() const;
::GeckoChildID
OtherChildID() const;
::mozilla::ipc::EndpointProcInfo
OtherEndpointProcInfo() const;
mozilla::Span<mozilla::ipc::ProtocolId const>
ManagedProtocolIds() const final;
UntypedManagedContainer*
GetManagedActors(mozilla::ipc::ProtocolId aProtocol) final;
bool
SendInit(
mozilla::Span<GfxVarUpdate const> vars,
const mozilla::Maybe<FileDescriptor>& sandboxBroker,
const bool& canRecordReleaseTelemetry,
const bool& aIsReadyForBackgroundProcessing);
bool
SendInitProfiler(Endpoint<::mozilla::PProfilerChild>&& endpoint);
bool
SendNewContentRemoteDecoderManager(
Endpoint<::mozilla::PRemoteDecoderManagerParent>&& endpoint,
const ContentParentId& childId);
void
SendRequestMemoryReport(
const uint32_t& generation,
const bool& anonymize,
const bool& minimizeMemoryUsage,
const mozilla::Maybe<FileDescriptor>& DMDFile,
mozilla::ipc::ResolveCallback<uint32_t>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<RequestMemoryReportPromise>
SendRequestMemoryReport(
const uint32_t& generation,
const bool& anonymize,
const bool& minimizeMemoryUsage,
const mozilla::Maybe<FileDescriptor>& DMDFile);
bool
SendPreferenceUpdate(const Pref& pref);
bool
SendUpdateVar(const GfxVarUpdate& var);
bool
SendInitVideoBridge(
Endpoint<::mozilla::layers::PVideoBridgeChild>&& endpoint,
const bool& createHardwareDevice,
const ContentDeviceData& contentDeviceData);
bool
SendInitSandboxTesting(Endpoint<::mozilla::PSandboxTestingChild>&& aEndpoint);
void
SendFlushFOGData(
mozilla::ipc::ResolveCallback<ByteBuf>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<FlushFOGDataPromise>
SendFlushFOGData();
void
SendTestTriggerMetrics(
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<TestTriggerMetricsPromise>
SendTestTriggerMetrics();
bool
SendTestTelemetryProbes();
void
DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) override;
Result
OnMessageReceived(const Message& msg__) override;
Result
OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) override;
private:
};
} // namespace mozilla
namespace IPC {
template<>
struct ParamTraits <::mozilla::PRDDChild*>
{
typedef ::mozilla::PRDDChild* paramType;
static void
Write(
IPC::MessageWriter* aWriter,
const paramType& aVar);
static IPC::ReadResult<paramType>
Read(IPC::MessageReader* aReader);
};
} // namespace IPC
#endif // ifndef PRDDChild_h