|
static const std::string | alexaClientSDK::mediaPlayer::android::test::MP3_FILE_PATH ("/fox_dog.mp3") |
| MP3 test file path. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockRegisterCallbackOk (SLAndroidSimpleBufferQueueItf self, slAndroidSimpleBufferQueueCallback callback, void *pCallbackContext) |
| Mock register callback succeeds. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockRegisterCallbackFailed (SLAndroidSimpleBufferQueueItf self, slAndroidSimpleBufferQueueCallback callback, void *pCallbackContext) |
| Mock register callback fails. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockEnqueueOk (SLAndroidSimpleBufferQueueItf self, const void *pBuffer, SLuint32 size) |
| Mock enqueue call succeeds. More...
|
|
SLresult | alexaClientSDK::mediaPlayer::android::test::mockEnqueueFailed (SLAndroidSimpleBufferQueueItf self, const void *pBuffer, SLuint32 size) |
| Mock enqueue call fails. More...
|
|
SLresult | alexaClientSDK::mediaPlayer::android::test::mockGetState (SLAndroidSimpleBufferQueueItf self, SLAndroidSimpleBufferQueueState *pState) |
| Mock get state. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockClearOk (SLAndroidSimpleBufferQueueItf self) |
| Mock clear call succeeds. More...
|
|
static void | alexaClientSDK::mediaPlayer::android::test::bufferFree (AndroidSLESMediaQueue &mediaQueue) |
| Mock buffer free call. Increment index and decrement counter. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_createSucceed) |
| Test buffer queue create. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_createFailMissingSlObject) |
| Check that create fail if we are missing the OpenSL ES object. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_createFailMissingInterface) |
| Check that create fail if the SL_IID_ANDROIDSIMPLEBUFFERQUEUE is missing. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_createFailMissingDecoder) |
| Check that create fail if the decoder is missing. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_createFailMissingCallback) |
| Check that create fail if the callback function is missing. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_createFailRegisterCallback) |
| Check that create fail if the callback function cannot be registered. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_onBufferQueueSucceed) |
| Test buffer queue events when the media queue succeeds to read data from the decoder. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_enqueueTillDone) |
| Test buffer queue events when the media queue succeeds to read data from the decoder till the end of the stream. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_decoderFailure) |
| Test that the buffer queue emits an error event when the decoder fails. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESMediaQueueTest, test_enqueueFailure) |
| Test buffer queue events emits an error event when it fails to enqueue a buffer. More...
|
|