Generated file

Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PSpeechRecognitionChild_h
#define PSpeechRecognitionChild_h
#include "mozilla/hwinference/PSpeechRecognition.h"
#ifdef DEBUG
#include "prenv.h"
#endif // DEBUG
#include "mozilla/Tainting.h"
#include "mozilla/ipc/MessageChannel.h"
#include "mozilla/ipc/ProtocolUtils.h"
namespace mozilla {
namespace hwinference {
class SpeechRecognitionChild;
} // namespace hwinference
} // namespace mozilla
namespace mozilla {
class TimeStamp;
} // namespace mozilla
namespace mozilla {
namespace hwinference {
class PSpeechRecognitionChild :
public mozilla::ipc::IToplevelProtocol
{
private:
public:
static constexpr ::mozilla::ipc::ProtocolId kProtocolId = PSpeechRecognitionMsgStart;
protected:
typedef mozilla::ipc::ActorId ActorId;
typedef ::mozilla::ipc::ByteBuf ByteBuf;
template<class FooSide> using Endpoint = mozilla::ipc::Endpoint<FooSide>;
typedef ::mozilla::ipc::FileDescriptor FileDescriptor;
template<class FooSide> using ManagedEndpoint = mozilla::ipc::ManagedEndpoint<FooSide>;
typedef base::ProcessId ProcessId;
typedef mozilla::ipc::ProtocolId ProtocolId;
typedef mozilla::ipc::ResponseRejectReason ResponseRejectReason;
typedef ::mozilla::ipc::Shmem Shmem;
typedef ::mozilla::TimeStamp TimeStamp;
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> IsModelAvailablePromise;
typedef MozPromise<bool, ResponseRejectReason, true> IsModelInstalledPromise;
typedef MozPromise<bool, ResponseRejectReason, true> InstallModelsPromise;
typedef MozPromise<nsCString, ResponseRejectReason, true> InitPromise;
typedef MozPromise<bool, ResponseRejectReason, true> StopPromise;
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;
public:
MOZ_IMPLICIT PSpeechRecognitionChild();
virtual ~PSpeechRecognitionChild();
protected:
void
ActorAlloc() final;
void
ActorDealloc() final;
public:
mozilla::Span<mozilla::ipc::ProtocolId const>
ManagedProtocolIds() const final;
UntypedManagedContainer*
GetManagedActors(mozilla::ipc::ProtocolId aProtocol) final;
void
RejectPendingResponses(ResponseRejectReason aReason) final;
void
SendIsModelAvailable(
mozilla::Span<nsCString const> languages,
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<IsModelAvailablePromise>
SendIsModelAvailable(mozilla::Span<nsCString const> languages);
void
SendIsModelInstalled(
mozilla::Span<nsCString const> languages,
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<IsModelInstalledPromise>
SendIsModelInstalled(mozilla::Span<nsCString const> languages);
void
SendInstallModels(
mozilla::Span<nsCString const> languages,
const uint64_t& innerWindowId,
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<InstallModelsPromise>
SendInstallModels(
mozilla::Span<nsCString const> languages,
const uint64_t& innerWindowId);
void
SendInit(
const nsACString& engineId,
const nsACString& language,
mozilla::Span<nsString const> phrases,
mozilla::ipc::ResolveCallback<nsCString>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<InitPromise>
SendInit(
const nsACString& engineId,
const nsACString& language,
mozilla::Span<nsString const> phrases);
bool
SendProcessAudioData(
mozilla::Span<float const> audioData,
const TimeStamp& captureEndTime);
void
SendStop(
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<StopPromise>
SendStop();
void
DeallocManagee(
mozilla::ipc::ProtocolId aProtocolId,
IProtocol* aListener) override;
Result
OnMessageReceived(const Message& msg__) override;
Result
OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) override;
private:
mozilla::ipc::IPDLAsyncReturnsCallbacks mAsyncCallbacks;
};
} // namespace hwinference
} // namespace mozilla
namespace mozilla::ipc {
template <>
struct ActorTraits<::mozilla::hwinference::PSpeechRecognitionChild> {
static constexpr ProtocolId kProtocolId = PSpeechRecognitionMsgStart;
static constexpr Side kSide = ChildSide;
};
} // namespace mozilla::ipc
namespace mozilla::ipc {
template <>
struct ActorTraits<::mozilla::hwinference::SpeechRecognitionChild> {
static constexpr ProtocolId kProtocolId = PSpeechRecognitionMsgStart;
static constexpr Side kSide = ChildSide;
};
} // namespace mozilla::ipc
#endif // ifndef PSpeechRecognitionChild_h