|
static const std::chrono::seconds | alexaClientSDK::capabilityAgents::aip::test::TEST_TIMEOUT (10) |
| General timeout for tests to fail. More...
|
|
static const std::string | alexaClientSDK::capabilityAgents::aip::test::COMPONENT_NAME ("AudioInputProcessor") |
| Component name for power resource management. More...
|
|
static rapidjson::Document | alexaClientSDK::capabilityAgents::aip::test::parseJson (const std::string &json) |
| Utility function to parse a JSON document. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::MATCHER_P (IsSamePowerResource, id, "") |
| A matcher to compare PowerResourceId. More...
|
|
static std::string | alexaClientSDK::capabilityAgents::aip::test::getJsonString (const rapidjson::Value &container, const std::string &key) |
| Utility function to look up a JSON string in a container. More...
|
|
static int64_t | alexaClientSDK::capabilityAgents::aip::test::getJsonInt64 (const rapidjson::Value &container, const std::string &key) |
| Utility function to look up a JSON 'long' in a container. More...
|
|
static bool | alexaClientSDK::capabilityAgents::aip::test::getInitiatorFromDirective (const std::string directive, std::string *initiator) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutDirectiveSequencer) |
| Function to verify that AudioInputProcessor::create() errors out with an invalid DirectiveSequencerInterface . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutMessageSender) |
| Function to verify that AudioInputProcessor::create() errors out with an invalid MessageSenderInterface . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutContextManager) |
| Function to verify that AudioInputProcessor::create() errors out with an invalid ContextManagerInterface . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutFocusManager) |
| Function to verify that AudioInputProcessor::create() errors out with an invalid FocusManagerInterface . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutStateAggregator) |
| Function to verify that AudioInputProcessor::create() errors out with an invalid DialogUXStateAggregator . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutExceptionSender) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutUserInactivityMonitor) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutCapabilityChangeNotifier) |
| Function to verify that AudioInputProcessor::create() errors out with an invalid CapabilityChangeNotifier . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutAudioProvider) |
| Function to verify that AudioInputProcessor::create() succeeds with a null AudioProvider . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutPowerResourceManager) |
| Function to verify that AudioInputProcessor::create() succeeds with a null PowerResourceManagerInterface . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_createWithoutMetricRecorder) |
| Function to verify that AudioInputProcessor::create() succeeds with a null MetricRecorderInterface . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_getConfiguration) |
| Function to verify that AudioInputProcessor::getconfiguration() returns the expected configuration data. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_addRemoveObserver) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeNullStream) |
| This function verifies that AudioInputProcessor::recognize() fails when given a null AudioProvider . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeInvalidAudioFormat) |
| This function verifies that AudioInputProcessor::recognize() fails when given invalid AudioFormats . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizePressAndHold) |
| This function verifies that AudioInputProcessor::recognize() works with Initiator::PRESS_AND_HOLD . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeTap) |
| This function verifies that AudioInputProcessor::recognize() works with Initiator::TAP . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithoutKeyword) |
| This function verifies that AudioInputProcessor::recognize() fails with Initiator::WAKEWORD and no keyword. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithBadBegin) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithKeyword) |
| This function verifies that AudioInputProcessor::recognize() works with Initiator::WAKEWORD and keyword. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithGoodBegin) |
| This function verifies that AudioInputProcessor::recognize() works with Initiator::WAKEWORD valid begin. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithGoodBeginAndEnd) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeCloseTalk) |
| This function verifies that AudioInputProcessor::recognize() works with ASRProfile::CLOSE_TALK . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeNearField) |
| This function verifies that AudioInputProcessor::recognize() works with ASRProfile::NEAR_FIELD . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeFarField) |
| This function verifies that AudioInputProcessor::recognize() works with ASRProfile::FAR_FIELD . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeFarFieldWithEncoder) |
| Test if AudioInputProcessor::recognize() works with an audio encoder. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeFarFieldWithEncoderDisabled) |
| Test if AudioInputProcessor::recognize() works with an audio encoder. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeFarFieldWithEncoderReEnabled) |
| Test if AudioInputProcessor::recognize() works with an audio encoder. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWhileExpectingSpeech) |
| This function verifies that AudioInputProcessor::recognize() works in State::EXPECTING_SPEECH . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeStopAfterRecognize) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeStopAfterContext) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeStopAfterFocus) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeStopAfterSend) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeBargeInWhileRecognizingCloseTalk) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeBargeInWhileRecognizingNearField) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeBargeInWhileRecognizingFarField) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeBargeInWhileRecognizingCantOverride) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeBargeInWhileRecognizingCantBeOverridden) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureWhenIdle) |
| This function verifies that AudioInputProcessor::stopCapture() fails in State::IDLE . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureWhenExpectingSpeech) |
| This function verifies that AudioInputProcessor::stopCapture() fails in State::EXPECTING_SPEECH . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureWhenRecognizing) |
| This function verifies that AudioInputProcessor::stopCapture() works in State::RECOGNIZING . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureWhenRecognizingFollowByStopCaptureDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_resetStateWhenIdle) |
| This function verifies that AudioInputProcessor::resetState() works in State::IDLE . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_resetStateWhenExpectingSpeech) |
| This function verifies that AudioInputProcessor::resetState() works in State::EXPECTING_SPEECH . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_resetStateWhenRecognizing) |
| This function verifies that AudioInputProcessor::resetState() works in State::RECOGNIZING . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_contextFailureStateProviderTimedout) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_contextFailureBuildContextError) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_preHandleAndHandleDirectiveStopCaptureWhenIdle) |
| This function verifies that StopCapture directives fail in State::IDLE . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_preHandleAndHandleDirectiveStopCaptureWhenRecognizing) |
| This function verifies that StopCapture directives with dialog request ID work in State::RECOGNIZING . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_preHandleAndHandleDirectiveStopCaptureWhenExpectingSpeech) |
| This function verifies that StopCapture directives fail in State::EXPECTING_SPEECH . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_handleDirectiveImmediatelyStopCaptureWhenRecognizing) |
| This function verifies that StopCapture directives without dialog request ID work in State::RECOGNIZING . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_preHandleAndHandleDirectiveExpectSpeechWhenIdle) |
| This function verifies that ExpectSpeech directives with dialog request ID work in State::IDLE . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_handleDirectiveImmediatelyExpectSpeechWhenIdle) |
| This function verifies that ExpectSpeech directives without dialog request ID work in State::IDLE . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_preHandleAndHandleDirectiveExpectSpeechWhenRecognizing) |
| This function verifies that ExpectSpeech directives fail in State::RECOGNIZING . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_preHandleAndHandleDirectiveExpectSpeechWhenExpectingSpeech) |
| This function verifies that ExpectSpeech directives fail in State::EXPECTING_SPEECH . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_expectSpeechNoDefaultNoPrevious) |
| This function verifies that ExpectSpeech directives wait with no default and no previous AudioProvider . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_expectSpeechUnreadableDefaultNoPrevious) |
| This function verifies that ExpectSpeech directives wait with unreadable default and no previous AudioProvider . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_expectSpeechUnreadableDefaultUnreadablePrevious) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_expectSpeechNoDefaultReadablePrevious) |
| This function verifies that ExpectSpeech directives work with no default and readable previous AudioProvider . More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_expectSpeechWithInitiator) |
| This function verifies that the initiator from an ExpectSpeech is passed to a subsequent Recognize. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_expectSpeechWithNoInitiator) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_expectSpeechWithInitiatorTimedOut) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, handleExpectSpeechTimeoutExternallyWithTimeout) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, handleExpectSpeechTimeoutExternallyWithoutTimeout) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, handleExpectSpeechTimeoutInternallyWithAlwaysReadableAudioProviderResultsInRecognize) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, handleExpectSpeechTimeoutExternallyWithAlwaysReadableAudioProviderResultsInRecognize) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_focusChangedBackground) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_focusChangedNone) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_resetStateOnTimeOut) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithESPWithKeyword) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithInvalidESPWithKeyword) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeOPUSWithTap) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeOPUSWithPressAndHold) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeOPUSWithWakeWord) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithKWDMetadata) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeInvalidWakeWord) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamSuccessBeforeClose) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamSuccess) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamSuccessNoContentBeforeClose) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamPendingBeforeClose) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamSuccessNoContent) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamSuccessNotConnected) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamNotSynchronized) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamInternalrror) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamProtocolError) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamServerInternalError) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamRefused) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamCanceled) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamThrottled) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamInvalidAuth) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamBadRequest) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamUnknownServerError) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamSuccess) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamSuccessNoContent) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamSuccessNotConnected) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamNotSynchronized) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamInternalrror) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamProtocolError) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamServerInternalError) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamRefused) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamCanceled) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamThrottled) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamInvalidAuth) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamBadRequest) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnDirectiveAndStreamUnknownServerError) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamSuccessAndDirectiveBeforeClose) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamSuccessAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamSuccessNoContentAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamSuccessNotConnectedAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamNotSynchronizedAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamInternalrrorAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamProtocolErrorAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamServerInternalErrorAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamRefusedAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamCanceledAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamThrottledAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamInvalidAuthAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamBadRequestAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureOnStreamUnknownServerErrorAndDirective) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_handleSetEndOfSpeechOffsetSuccess) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_handleSetEndOfSpeechOffsetFailureInvalid) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_handleSetEndOfSpeechOffsetFailureMissing) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_handleSetWakeWordConfirmation) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_setSpeechConfirmation) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_setWakeWordsDirectiveSuccess) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_publishedCapabiltiesContainsSupportedWakeWords) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_localeAssetsChanged) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_requestEncodingAudioFormatsSuccess) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_requestEncodingAudioFormatsWithFallbackAndUnsupportedFormats) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_requestEncodingAudioFormatsFails) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithKeywordForMultiStreams) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithMetadataForMultipleAudioStreams) |
| This function verifies that recognize() works with KWD metadata for multiple audio streams. More...
|
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordStopAfterSendForMultiStreams) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordStopAfterRecognizeForMultiStreams) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordStopAfterContextForMultiStreams) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordStopCaptureAfterFocusForMultiStreams) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWakewordWithGoodBeginAndEndForMultiStreams) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeBargeInWhileRecognizingCloseTalkForMultiStreams) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_stopCaptureWhenRecognizingForMultiStreams) |
|
| alexaClientSDK::capabilityAgents::aip::test::TEST_F (AudioInputProcessorTest, test_recognizeWorksWithOneFormatInRequestEncodingAudioFormats) |
|