Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PGMPContent_h
#define PGMPContent_h
#include "mozilla/Attributes.h"
#include "IPCMessageStart.h"
#include "mozilla/RefPtr.h"
#include "nsString.h"
#include "nsTArray.h"
#include "nsTHashtable.h"
#include "mozilla/MozPromise.h"
#include "mozilla/OperatorNewExtensions.h"
#include "mozilla/UniquePtr.h"
#include "mozilla/ipc/ByteBuf.h"
#include "mozilla/ipc/FileDescriptor.h"
#include "mozilla/ipc/IPCForwards.h"
#include "mozilla/ipc/Shmem.h"
namespace mozilla {
namespace gmp {
class PGMPContentParent;
} // namespace gmp
} // namespace mozilla
namespace mozilla {
namespace gmp {
class PGMPContentChild;
} // namespace gmp
} // namespace mozilla
//-----------------------------------------------------------------------------
// Code common to PGMPContentChild and PGMPContentParent
//
namespace mozilla {
namespace gmp {
namespace PGMPContent {
nsresult
CreateEndpoints(
mozilla::ipc::EndpointProcInfo aParentDestInfo,
mozilla::ipc::EndpointProcInfo aChildDestInfo,
mozilla::ipc::Endpoint<::mozilla::gmp::PGMPContentParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::gmp::PGMPContentChild>* aChild);
enum MessageType {
PGMPContentStart = PGMPContentMsgStart << 16,
Msg_PGMPVideoDecoderConstructor__ID,
Reply_PGMPVideoDecoderConstructor__ID,
Msg_PGMPVideoEncoderConstructor__ID,
Reply_PGMPVideoEncoderConstructor__ID,
Msg_PChromiumCDMConstructor__ID,
Reply_PChromiumCDMConstructor__ID,
Msg_InitSandboxTesting__ID,
PGMPContentEnd
};
mozilla::UniquePtr<IPC::Message>
Msg_PGMPVideoDecoderConstructor(IPC::Message::routeid_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_PGMPVideoDecoderConstructor(IPC::Message::routeid_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_PGMPVideoEncoderConstructor(IPC::Message::routeid_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_PGMPVideoEncoderConstructor(IPC::Message::routeid_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_PChromiumCDMConstructor(IPC::Message::routeid_t routingId);
mozilla::UniquePtr<IPC::Message>
Reply_PChromiumCDMConstructor(IPC::Message::routeid_t routingId);
mozilla::UniquePtr<IPC::Message>
Msg_InitSandboxTesting(IPC::Message::routeid_t routingId);
} // namespace PGMPContent
} // namespace gmp
} // namespace mozilla
#endif // ifndef PGMPContent_h