Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/GfxMessageUtils.h"
#include "mozilla/PRemoteDecoderManagerParent.h"
#include "mozilla/PRemoteDecoderManagerChild.h"
#include "mozilla/layers/PVideoBridgeParent.h"
#include "mozilla/layers/PVideoBridgeChild.h"
#include "mozilla/ipc/PUtilityAudioDecoder.h"
#include "mozilla/ipc/PUtilityAudioDecoderParent.h"
#include "mozilla/ipc/PUtilityAudioDecoderChild.h"
#include "ipc/IPCMessageUtils.h"
#include "ipc/IPCMessageUtilsSpecializations.h"
#include "nsIFile.h"
#include "mozilla/ipc/Endpoint.h"
#include "mozilla/ipc/ProtocolMessageUtils.h"
#include "mozilla/ipc/ProtocolUtils.h"
#include "mozilla/ipc/ShmemMessageUtils.h"
#include "mozilla/ipc/TaintingIPCUtils.h"
namespace mozilla {
namespace ipc {
namespace PUtilityAudioDecoder {
nsresult
CreateEndpoints(
base::ProcessId aParentDestPid,
base::ProcessId aChildDestPid,
mozilla::ipc::Endpoint<::mozilla::ipc::PUtilityAudioDecoderParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::ipc::PUtilityAudioDecoderChild>* aChild)
{
return mozilla::ipc::CreateEndpoints(
mozilla::ipc::PrivateIPDLInterface(),
aParentDestPid, aChildDestPid, aParent, aChild);
}
nsresult
CreateEndpoints(
mozilla::ipc::Endpoint<::mozilla::ipc::PUtilityAudioDecoderParent>* aParent,
mozilla::ipc::Endpoint<::mozilla::ipc::PUtilityAudioDecoderChild>* aChild)
{
return mozilla::ipc::CreateEndpoints(
mozilla::ipc::PrivateIPDLInterface(),
aParent, aChild);
}
mozilla::UniquePtr<IPC::Message>
Msg_NewContentRemoteDecoderManager(int32_t routingId)
{
return IPC::Message::IPDLMessage(routingId, Msg_NewContentRemoteDecoderManager__ID, 0, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::EAGER_SEND, IPC::Message::NOT_CONSTRUCTOR, IPC::Message::ASYNC, IPC::Message::NOT_REPLY));
}
mozilla::UniquePtr<IPC::Message>
Msg_UpdateMediaCodecsSupported(int32_t routingId)
{
return IPC::Message::IPDLMessage(routingId, Msg_UpdateMediaCodecsSupported__ID, 0, IPC::Message::HeaderFlags(IPC::Message::NOT_NESTED, IPC::Message::NORMAL_PRIORITY, IPC::Message::COMPRESSION_NONE, IPC::Message::EAGER_SEND, IPC::Message::NOT_CONSTRUCTOR, IPC::Message::ASYNC, IPC::Message::NOT_REPLY));
}
} // namespace PUtilityAudioDecoder
} // namespace ipc
} // namespace mozilla