|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockGetVolume (SLVolumeItf self, SLmillibel *volume) |
| Mock GetVolume succeeds. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockGetVolumeFailed (SLVolumeItf self, SLmillibel *volume) |
| Mock GetVolume fails. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockSetVolume (SLVolumeItf self, SLmillibel volume) |
| Mock SetVolume succeeds. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockSetVolumeFailed (SLVolumeItf self, SLmillibel volume) |
| Mock SetVolume fails. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockGetMute (SLVolumeItf self, SLboolean *mute) |
| Mock GetMute succeeds. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockGetMuteFailed (SLVolumeItf self, SLboolean *mute) |
| Mock GetMute fails. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockSetMute (SLVolumeItf self, SLboolean mute) |
| Mock SetMute succeeds. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockSetMuteFailed (SLVolumeItf self, SLboolean mute) |
| Mock SetMute fails. More...
|
|
static SLresult | alexaClientSDK::mediaPlayer::android::test::mockGetMaxVolume (SLVolumeItf self, SLmillibel *volume) |
| Mock GetMaxVolume succeeds. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_createNullEngine) |
| Test speaker create with null engine. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_createNullSpeaker) |
| Test speaker create with null output mix. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_createInterfaceUnavailable) |
| Test speaker create with null engine. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_createInvalidMaxVolume) |
| Test speaker create with invalid device configuration. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_setVolumeSucceed) |
| Test set and get volume succeed. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_setVolumeFailed) |
| Test set volume failed. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_getVolumeFailed) |
| Test get volume failed. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_setMuteSucceed) |
| Test set and get mute succeed. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_setMuteFailed) |
| Test set mute failed. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_getMuteFailed) |
| Test get mute failed. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_setVolumeAccuracy) |
| Test set and get volume on values in different ranges to guarantee accuracy. More...
|
|
| alexaClientSDK::mediaPlayer::android::test::TEST_F (AndroidSLESSpeakerTest, test_setDeviceVolume) |
| Test that the conversion from avs volume to device volume. More...
|
|