sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef CHAR_A3F_DEVSOUND_PLAYTEST_H sl@0: #define CHAR_A3F_DEVSOUND_PLAYTEST_H sl@0: sl@0: // User includes sl@0: #include "char_a3f_devsound_testbase.h" sl@0: #include "char_a3f_devsound_playrecordclients.h" sl@0: #include "char_a3f_devsound_toneclient.h" sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0001 sl@0: */ sl@0: class RA3FDevSoundPlaySetConfigTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetConfigTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetConfigTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TMMFSampleRate iESampleRate; sl@0: TInt iSampleRate; sl@0: TInt iChannels; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0002 sl@0: */ sl@0: class RA3FDevSoundPlaySetVolumeWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetVolumeWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetVolumeWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: private: sl@0: TInt iVolume; sl@0: TFileName iFilename; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0003 sl@0: */ sl@0: class RA3FDevSoundPlaySetVolumeTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetVolumeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetVolumeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iVolume; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0004 sl@0: */ sl@0: class RA3FDevSoundPlaySetVolumeWhilePausedPlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetVolumeWhilePausedPlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetVolumeWhilePausedPlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iVolume; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0005 sl@0: */ sl@0: class RA3FDevSoundPlaySetVolumeInitializeToPlayAudioThenTonesTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetVolumeInitializeToPlayAudioThenTonesTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetVolumeInitializeToPlayAudioThenTonesTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TBool iReinitialized; sl@0: TInt iVolume; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0006 sl@0: */ sl@0: class RA3FDevSoundPlaySetVolumeRampWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetVolumeRampWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetVolumeRampWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: void PlayError(TInt aError); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iVolumeRamp; sl@0: TBool iPlayInitTwice; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0007 sl@0: */ sl@0: class RA3FDevSoundPlaySetVolumeBeyondMaxVolumeTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetVolumeBeyondMaxVolumeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetVolumeBeyondMaxVolumeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0008 sl@0: */ sl@0: class RA3FDevSoundPlaySetVolumeToNegativeTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetVolumeToNegativeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetVolumeToNegativeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iVolume; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0009 sl@0: */ sl@0: class RA3FDevSoundPlaySetPlayBalanceBeyondOneHundredTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetPlayBalanceBeyondOneHundredTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetPlayBalanceBeyondOneHundredTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iLSpeakerBalance; sl@0: TInt iRSpeakerBalance; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0010 sl@0: */ sl@0: class RA3FDevSoundPlaySetPlayBalanceToNegativeTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetPlayBalanceToNegativeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetPlayBalanceToNegativeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iLSpeakerBalance; sl@0: TInt iRSpeakerBalance; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0011 sl@0: */ sl@0: class RA3FDevSoundPlaySetPrioritySettingsTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySetPrioritySettingsTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySetPrioritySettingsTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iPriority; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0012 sl@0: */ sl@0: class RA3FDevSoundPlayCapabilitiesTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayCapabilitiesTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayCapabilitiesTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iExCapChannels; sl@0: TInt iExCapRate; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0013 sl@0: */ sl@0: class RA3FDevSoundPlayConfigTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayConfigTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayConfigTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TMMFSampleRate iESampleRate; sl@0: TMMFSampleRate iExSampleRate; sl@0: TInt iExCapRate; sl@0: TInt iExCapChannels; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0014 sl@0: */ sl@0: class RA3FDevSoundPlayGetPlayBalanceTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayGetPlayBalanceTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayGetPlayBalanceTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iExLSpeakerBalance; sl@0: TInt iExRSpeakerBalance; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0015 sl@0: */ sl@0: class RA3FDevSoundPlayGetSupportedInputDataTypesLTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayGetSupportedInputDataTypesLTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayGetSupportedInputDataTypesLTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: RArray iSupportedDataTypes; sl@0: TInt iCurrentTypeInTest; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0016 sl@0: */ sl@0: class RA3FDevSoundPlayMaxVolumeTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayMaxVolumeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayMaxVolumeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iExVolume; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0017 sl@0: */ sl@0: class RA3FDevSoundPlaySamplesPlayedTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySamplesPlayedTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySamplesPlayedTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iExSamplesPlayed; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0018 sl@0: */ sl@0: class RA3FDevSoundPlayVolumeTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayVolumeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayVolumeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iExVolume; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0019 sl@0: */ sl@0: class RA3FDevSoundPlayCapabilitiesWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayCapabilitiesWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayCapabilitiesWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iExCapChannels; sl@0: TInt iExCapRate; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0020 sl@0: */ sl@0: class RA3FDevSoundPlayConfigWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayConfigWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayConfigWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TMMFSampleRate iExSampleRate; sl@0: TInt iExCapRate; sl@0: TInt iExCapChannels; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0021 sl@0: */ sl@0: class RA3FDevSoundPlayGetPlayBalanceWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayGetPlayBalanceWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayGetPlayBalanceWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iExLSpeakerBalance; sl@0: TInt iExRSpeakerBalance; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0022 sl@0: */ sl@0: class RA3FDevSoundPlayGetSupportedInputDataTypesWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayGetSupportedInputDataTypesWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayGetSupportedInputDataTypesWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: private: sl@0: TFileName iFilename; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0023 sl@0: */ sl@0: class RA3FDevSoundPlayMaxVolumeWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayMaxVolumeWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayMaxVolumeWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iExVolume; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0024 sl@0: */ sl@0: class RA3FDevSoundPlaySamplesPlayedWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlaySamplesPlayedWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlaySamplesPlayedWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iExSamplesPlayed; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0025 sl@0: */ sl@0: class RA3FDevSoundPlayVolumeWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayVolumeWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayVolumeWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iExVolume; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0026 sl@0: */ sl@0: class RA3FDevSoundPlayTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0027 sl@0: */ sl@0: class RA3FDevSoundPlayEmptyBufferWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayEmptyBufferWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayEmptyBufferWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0028 sl@0: */ sl@0: class RA3FDevSoundPlayEmptyBufferBeforePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayEmptyBufferBeforePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayEmptyBufferBeforePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0029 sl@0: */ sl@0: class RA3FDevSoundPlayPauseTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayPauseTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayPauseTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TBool iPaused; sl@0: TInt iSamplesPlayedPaused; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0030 sl@0: */ sl@0: class RA3FDevSoundPlayStopTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayStopTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayStopTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TBool iStopped; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0031 sl@0: */ sl@0: class RA3FDevSoundPlayPreemptionTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayPreemptionTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayPreemptionTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void PlayError(TInt aError); sl@0: void DoTimerCallback(); sl@0: void ClientInitializeCompleteCallback(TInt aError); sl@0: void ClientBufferToBeFilledCallback(TInt aError); sl@0: void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer); sl@0: void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TFileName iOtherFilename; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * 3F-DEVSOUND-CHRTZ-PLAY-RAW-0032 sl@0: */ sl@0: class RA3FDevSoundPlayPreemptedByToneTest : public RA3FDevSoundTestBase, public MA3FDevsoundToneClientObserver sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayPreemptedByToneTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundPlayPreemptedByToneTest(const TDesC& aTestName); sl@0: void PlayError(TInt aError); sl@0: void ClientInitializeCompleteCallback(TInt aError); sl@0: void ClientToneFinishedCallback(TInt aError); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoKickoffTestL(); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iFrequencyTone1; sl@0: TInt iDuration; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0033 sl@0: */ sl@0: class RA3FDevSoundPlayPreemptedByRecordTest : public RA3FDevSoundTestBase, public MA3FDevsoundRecordAudioClientObserver sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayPreemptedByRecordTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundPlayPreemptedByRecordTest(const TDesC& aTestName); sl@0: void PlayError(TInt aError); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: void ClientInitializeCompleteCallback(TInt aError); sl@0: void ClientBufferToBeEmptiedCallback(TInt aError); sl@0: void ClientRecordErrorCallback(TInt aError); sl@0: void ClientRecordHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError); sl@0: sl@0: private: sl@0: TInt iDuration; sl@0: TBool iOtherClientStarted; sl@0: TFileName iFilename; sl@0: TFileName iOtherFilename; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0034 sl@0: */ sl@0: class RA3FDevSoundPlayRejectionTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayRejectionTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayRejectionTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: void ClientInitializeCompleteCallback(TInt aError); sl@0: void ClientBufferToBeFilledCallback(TInt aError); sl@0: void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer); sl@0: void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TFileName iOtherFilename; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0035 sl@0: */ sl@0: class RA3FDevSoundPlayRejectedByToneTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayRejectedByToneTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundPlayRejectedByToneTest(const TDesC& aTestName); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoKickoffTestL(); sl@0: void DoTimerCallback(); sl@0: void ClientInitializeCompleteCallback(TInt aError); sl@0: void ClientBufferToBeFilledCallback(TInt aError); sl@0: void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer); sl@0: void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iFrequencyTone1; sl@0: TInt iDuration; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0036 sl@0: */ sl@0: class RA3FDevSoundPlayRejectedByRecordTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayRejectedByRecordTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayRejectedByRecordTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: void ClientInitializeCompleteCallback(TInt aError); sl@0: void ClientBufferToBeFilledCallback(TInt aError); sl@0: void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer); sl@0: void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TFileName iOtherFilename; sl@0: TBool iOtherClientStarted; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0037 sl@0: */ sl@0: class RA3FDevSoundPlayDataBeforePlayInitTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayDataBeforePlayInitTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayDataBeforePlayInitTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0038 sl@0: */ sl@0: class RA3FDevSoundPlayInitTwiceTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayInitTwiceTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayInitTwiceTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void BufferToBeFilled(CMMFBuffer* /*aBuffer*/); sl@0: sl@0: private: sl@0: TInt iFirstPlayInitErr; sl@0: TInt iErr; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0039 sl@0: */ sl@0: class RA3FDevSoundPlayARNTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayARNTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayARNTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void PlayError(TInt aError); sl@0: void DoTimerCallback(); sl@0: void ClientInitializeCompleteCallback(TInt aError); sl@0: void ClientBufferToBeFilledCallback(TInt aError); sl@0: void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer); sl@0: void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TFileName iOtherFilename; sl@0: TBool iRepeat; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0040 sl@0: */ sl@0: class RA3FDevSoundImmediatePauseAfterCreation : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundImmediatePauseAfterCreation* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundImmediatePauseAfterCreation(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: private: sl@0: TFileName iFilename; sl@0: TFileName iOtherFilename; sl@0: TBool iRepeat; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0041 sl@0: */ sl@0: class RA3FDevSoundPlayEmptyBuffersWhilePlayingTest : public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayEmptyBuffersWhilePlayingTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayEmptyBuffersWhilePlayingTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: private: sl@0: TInt iVolume; sl@0: TInt iBtbfCount; sl@0: TFileName iFilename; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * 3F-DEVSOUND-CHRTZ-PLAY-RAW-0042 sl@0: */ sl@0: class RA3FDevSoundPlayPreemptedByToneAfterSetVolumeTest : public RA3FDevSoundTestBase, public MA3FDevsoundToneClientObserver sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayPreemptedByToneAfterSetVolumeTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundPlayPreemptedByToneAfterSetVolumeTest(const TDesC& aTestName); sl@0: void PlayError(TInt aError); sl@0: void ClientInitializeCompleteCallback(TInt aError); sl@0: void ClientToneFinishedCallback(TInt aError); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoKickoffTestL(); sl@0: void DoTimerCallback(); sl@0: sl@0: private: sl@0: TFileName iFilename; sl@0: TInt iExVolume; sl@0: TInt iFrequencyTone1; sl@0: TInt iDuration; sl@0: TBool iSetVolume; sl@0: TBool iResume; sl@0: }; sl@0: sl@0: #endif // CHAR_A3F_DEVSOUND_PLAYTEST_H sl@0: