//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PSpeechRecognitionParent_h
#define PSpeechRecognitionParent_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"
class nsIFile;
namespace mozilla {
namespace hwinference {
class SpeechRecognitionParent;
} // namespace hwinference
} // namespace mozilla
namespace mozilla {
class TimeStamp;
} // namespace mozilla
namespace mozilla {
namespace hwinference {
class PSpeechRecognitionParent :
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 std::function<void(const bool&)> IsModelAvailableResolver;
typedef std::function<void(const bool&)> IsModelInstalledResolver;
typedef std::function<void(const bool&)> InstallModelsResolver;
typedef std::function<void(const nsACString&)> InitResolver;
typedef std::function<void(const bool&)> StopResolver;
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 PSpeechRecognitionParent();
virtual ~PSpeechRecognitionParent();
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;
[[nodiscard]] bool
SendOnRecognitionResult(
const nsACString& transcript,
const bool& isFinal,
const float& confidence,
const TimeStamp& eventTime);
[[nodiscard]] bool
SendOnRecognitionError(const nsACString& error);
[[nodiscard]] bool
SendOnSpeechChange(
const bool& speechDetected,
const TimeStamp& eventTime);
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::PSpeechRecognitionParent> {
static constexpr ProtocolId kProtocolId = PSpeechRecognitionMsgStart;
static constexpr Side kSide = ParentSide;
};
} // namespace mozilla::ipc
namespace mozilla::ipc {
template <>
struct ActorTraits<::mozilla::hwinference::SpeechRecognitionParent> {
static constexpr ProtocolId kProtocolId = PSpeechRecognitionMsgStart;
static constexpr Side kSide = ParentSide;
};
} // namespace mozilla::ipc
#endif // ifndef PSpeechRecognitionParent_h