Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PChromiumCDMParent_h
#define PChromiumCDMParent_h
#include "mozilla/gmp/PChromiumCDM.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 "GMPSanitizedExports.h"
#include "gmp-video-codec.h"
namespace mozilla {
namespace gmp {
class PGMPContentParent;
} // namespace gmp
} // namespace mozilla
namespace mozilla {
namespace gmp {
class PGMPContentChild;
} // namespace gmp
} // namespace mozilla
namespace mozilla {
namespace gmp {
class PGMPContentParent;
} // namespace gmp
} // namespace mozilla
namespace mozilla {
namespace gmp {
class PChromiumCDMParent :
public mozilla::ipc::IRefCountedProtocol
{
private:
friend class ::mozilla::gmp::PGMPContentParent;
protected:
typedef mozilla::ipc::ActorHandle ActorHandle;
typedef ::mozilla::ipc::ByteBuf ByteBuf;
typedef ::mozilla::gmp::CDMInputBuffer CDMInputBuffer;
typedef ::mozilla::gmp::CDMKeyInformation CDMKeyInformation;
typedef ::mozilla::gmp::CDMVideoDecoderConfig CDMVideoDecoderConfig;
typedef ::mozilla::gmp::CDMVideoFrame CDMVideoFrame;
typedef ::mozilla::gmp::CDMVideoPlane CDMVideoPlane;
typedef ::cdm::EncryptionScheme EncryptionScheme;
template<class FooSide> using Endpoint = mozilla::ipc::Endpoint<FooSide>;
typedef ::mozilla::ipc::FileDescriptor FileDescriptor;
typedef ::GMPBufferType GMPBufferType;
typedef ::mozilla::gmp::GMPPlaneData GMPPlaneData;
typedef ::mozilla::gmp::GMPVideoEncodedFrameData GMPVideoEncodedFrameData;
typedef ::mozilla::gmp::GMPVideoi420FrameData GMPVideoi420FrameData;
typedef ::cdm::HdcpVersion HdcpVersion;
template<class FooSide> using ManagedEndpoint = mozilla::ipc::ManagedEndpoint<FooSide>;
typedef ::mozilla::gmp::NodeIdParts NodeIdParts;
typedef ::mozilla::gmp::NodeIdVariant NodeIdVariant;
typedef ::mozilla::gmp::PGMPContentChild PGMPContentChild;
typedef ::mozilla::gmp::PGMPContentParent PGMPContentParent;
typedef base::ProcessId ProcessId;
typedef mozilla::ipc::ProtocolId ProtocolId;
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;
public:
typedef MozPromise<bool, ResponseRejectReason, true> InitPromise;
protected:
virtual mozilla::ipc::IPCResult
Recv__delete__();
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 PChromiumCDMParent();
virtual ~PChromiumCDMParent();
protected:
void
ActorAlloc() final;
void
ActorDealloc() final;
public:
::base::ProcessId
OtherPid() const;
PGMPContentParent*
Manager() const;
uint32_t
AllManagedActorsCount() const override;
void
SendInit(
const bool& aAllowDistinctiveIdentifier,
const bool& aAllowPersistentState,
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
[[nodiscard]] RefPtr<InitPromise>
SendInit(
const bool& aAllowDistinctiveIdentifier,
const bool& aAllowPersistentState);
[[nodiscard]] bool
SendGetStatusForPolicy(
const uint32_t& aPromiseId,
const HdcpVersion& aMinHdcpVersion);
[[nodiscard]] bool
SendSetServerCertificate(
const uint32_t& aPromiseId,
mozilla::Span<uint8_t const> aServerCert);
[[nodiscard]] bool
SendCreateSessionAndGenerateRequest(
const uint32_t& aPromiseId,
const uint32_t& aSessionType,
const uint32_t& aInitDataType,
mozilla::Span<uint8_t const> aInitData);
[[nodiscard]] bool
SendLoadSession(
const uint32_t& aPromiseId,
const uint32_t& aSessionType,
const nsACString& aSessionId);
[[nodiscard]] bool
SendUpdateSession(
const uint32_t& aPromiseId,
const nsACString& aSessionId,
mozilla::Span<uint8_t const> aResponse);
[[nodiscard]] bool
SendCloseSession(
const uint32_t& aPromiseId,
const nsACString& aSessionId);
[[nodiscard]] bool
SendRemoveSession(
const uint32_t& aPromiseId,
const nsACString& aSessionId);
[[nodiscard]] bool
SendCompleteQueryOutputProtectionStatus(
const bool& aSuccess,
const uint32_t& aLinkMask,
const uint32_t& aProtectionMask);
[[nodiscard]] bool
SendDecrypt(
const uint32_t& aId,
const CDMInputBuffer& aBuffer);
[[nodiscard]] bool
SendInitializeVideoDecoder(const CDMVideoDecoderConfig& aConfig);
[[nodiscard]] bool
SendDeinitializeVideoDecoder();
[[nodiscard]] bool
SendResetVideoDecoder();
[[nodiscard]] bool
SendDecryptAndDecodeFrame(const CDMInputBuffer& aBuffer);
[[nodiscard]] bool
SendDrain();
[[nodiscard]] bool
SendDestroy();
[[nodiscard]] bool
SendGiveBuffer(Shmem&& aShmem);
[[nodiscard]] bool
SendPurgeShmems();
void
RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) override;
void
DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) override;
Result
OnMessageReceived(const Message& msg__) override;
Result
OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) override;
void
DoomSubtree() override;
IProtocol*
PeekManagedActor() override;
private:
bool mAwaitingManagedEndpointBind = false;
};
} // namespace gmp
} // namespace mozilla
namespace IPC {
template<>
struct ParamTraits <::mozilla::gmp::PChromiumCDMParent*>
{
typedef ::mozilla::gmp::PChromiumCDMParent* paramType;
static void
Write(
IPC::MessageWriter* aWriter,
const paramType& aVar);
static IPC::ReadResult<paramType>
Read(IPC::MessageReader* aReader);
};
} // namespace IPC
#endif // ifndef PChromiumCDMParent_h