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: // User includes sl@0: #include "char_a3f_devsound_testbase.h" sl@0: sl@0: #ifndef CHAR_A3F_DEVSOUND_INITIALIZATIONTEST_H sl@0: #define CHAR_A3F_DEVSOUND_INITIALIZATIONTEST_H sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0001 sl@0: */ sl@0: class RA3FDevSoundToneInitializationTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundToneInitializationTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundToneInitializationTest(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-INIT-0002 sl@0: */ sl@0: class RA3FDevSoundToneCancelInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundToneCancelInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundToneCancelInitializeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: void InitializeComplete(TInt aError); sl@0: sl@0: private: sl@0: TBool iInitCompleteReceived; 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-INIT-0003 sl@0: */ sl@0: class RA3FDevSoundToneInitializeToPlayTonesTwiceTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundToneInitializeToPlayTonesTwiceTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundToneInitializeToPlayTonesTwiceTest(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: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0004 sl@0: */ sl@0: class RA3FDevSoundToneInitializeToPlayTonesThenAudioTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundToneInitializeToPlayTonesThenAudioTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundToneInitializeToPlayTonesThenAudioTest(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: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0005 sl@0: */ sl@0: class RA3FDevSoundToneInitializeToPlayTonesThenRecordAudioTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundToneInitializeToPlayTonesThenRecordAudioTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundToneInitializeToPlayTonesThenRecordAudioTest(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: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0006 sl@0: */ sl@0: class RA3FDevSoundToneInitializeTFourCCTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundToneInitializeTFourCCTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundToneInitializeTFourCCTest(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-INIT-0007 sl@0: */ sl@0: class RA3FDevSoundInitializeInvalidModeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundInitializeInvalidModeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundInitializeInvalidModeTest(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-INIT-0008 sl@0: */ sl@0: class RA3FDevSoundPlayInitializationTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayInitializationTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayInitializationTest(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-INIT-0009 sl@0: */ sl@0: class RA3FDevSoundPlayCancelInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayCancelInitializeTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundPlayCancelInitializeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: void InitializeComplete(TInt aError); sl@0: sl@0: private: sl@0: TBool iInitCompleteReceived; 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-INIT-0010 sl@0: */ sl@0: class RA3FDevSoundPlayInitializeToPlayAudioThenTonesTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayInitializeToPlayAudioThenTonesTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundPlayInitializeToPlayAudioThenTonesTest(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: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0011 sl@0: */ sl@0: class RA3FDevSoundPlayInitializeToPlayAudioTwiceTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayInitializeToPlayAudioTwiceTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundPlayInitializeToPlayAudioTwiceTest(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: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0012 sl@0: */ sl@0: class RA3FDevSoundPlayInitializeToPlayAudioThenRecordTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayInitializeToPlayAudioThenRecordTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundPlayInitializeToPlayAudioThenRecordTest(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: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0013 sl@0: */ sl@0: class RA3FDevSoundPlayInitializeInvalidTFourCCTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayInitializeInvalidTFourCCTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayInitializeInvalidTFourCCTest(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-INIT-0014 sl@0: */ sl@0: class RA3FDevSoundRecordInitializationTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordInitializationTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundRecordInitializationTest(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-INIT-0015 sl@0: */ sl@0: class RA3FDevSoundRecordCancelInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordCancelInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundRecordCancelInitializeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: void InitializeComplete(TInt aError); sl@0: sl@0: private: sl@0: TBool iInitCompleteReceived; 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-INIT-0016 sl@0: */ sl@0: class RA3FDevSoundRecordInitializeThenPlayToneInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordInitializeThenPlayToneInitializeTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundRecordInitializeThenPlayToneInitializeTest(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: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0017 sl@0: */ sl@0: class RA3FDevSoundRecordInitializeThenPlayAudioInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordInitializeThenPlayAudioInitializeTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundRecordInitializeThenPlayAudioInitializeTest(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: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0018 sl@0: */ sl@0: class RA3FDevSoundRecordInitializeToRecordAudioTwiceTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordInitializeToRecordAudioTwiceTest* NewL(const TDesC& aTestName); sl@0: private: sl@0: RA3FDevSoundRecordInitializeToRecordAudioTwiceTest(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: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0019 sl@0: */ sl@0: class RA3FDevSoundRecordInitializeNoFormatSpecificationPresentedTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordInitializeNoFormatSpecificationPresentedTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundRecordInitializeNoFormatSpecificationPresentedTest(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-INIT-0020 sl@0: */ sl@0: class RA3FDevSoundPlayDataWithoutInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayDataWithoutInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayDataWithoutInitializeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0021 sl@0: */ sl@0: class RA3FDevSoundPlayDTMFStringWithoutInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayDTMFStringWithoutInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayDTMFStringWithoutInitializeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TBuf16 iDTMFString; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0022 sl@0: */ sl@0: class RA3FDevSoundPlayDualToneWithoutInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayDualToneWithoutInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayDualToneWithoutInitializeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iDuration; sl@0: TInt iFrequencyTone1; sl@0: TInt iFrequencyTone2; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0023 sl@0: */ sl@0: class RA3FDevSoundPlayFixedSequenceWithoutInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayFixedSequenceWithoutInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayFixedSequenceWithoutInitializeTest(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-INIT-0024 sl@0: */ sl@0: class RA3FDevSoundPlayInitWithoutInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayInitWithoutInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayInitWithoutInitializeTest(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-INIT-0025 sl@0: */ sl@0: class RA3FDevSoundPlayToneWithoutInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayToneWithoutInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayToneWithoutInitializeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: sl@0: private: sl@0: TInt iDuration; sl@0: TInt iFrequencyTone1; sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0026 sl@0: */ sl@0: class RA3FDevSoundPlayToneSequenceWithoutInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayToneSequenceWithoutInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayToneSequenceWithoutInitializeTest(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-INIT-0027 sl@0: */ sl@0: class RA3FDevSoundRecordDataWithoutInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordDataWithoutInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundRecordDataWithoutInitializeTest(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: void DoTimerCallback(); sl@0: }; sl@0: sl@0: /* sl@0: *======================================================================================================== sl@0: * MM-A3F-DEVSOUND-CHRTZ-INIT-0028 sl@0: */ sl@0: class RA3FDevSoundRecordInitWithoutInitializeTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordInitWithoutInitializeTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundRecordInitWithoutInitializeTest(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-INIT-0029 sl@0: */ sl@0: class RA3FDevSoundToneInitializationMoreThanOnceBeforeInitCompleteTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundToneInitializationMoreThanOnceBeforeInitCompleteTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundToneInitializationMoreThanOnceBeforeInitCompleteTest(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-INIT-0030 sl@0: */ sl@0: class RA3FDevSoundPlayInitializationMoreThanOnceBeforeInitCompleteTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayInitializationMoreThanOnceBeforeInitCompleteTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayInitializationMoreThanOnceBeforeInitCompleteTest(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-INIT-0031 sl@0: */ sl@0: class RA3FDevSoundRecordInitializationMoreThanOnceBeforeInitCompleteTest: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordInitializationMoreThanOnceBeforeInitCompleteTest* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundRecordInitializationMoreThanOnceBeforeInitCompleteTest(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-INIT-0032 sl@0: */ sl@0: class RA3FDevSoundToneFirstInitializationLeavesThenSecondSucceeds: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundToneFirstInitializationLeavesThenSecondSucceeds* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundToneFirstInitializationLeavesThenSecondSucceeds(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-INIT-0033 sl@0: */ sl@0: class RA3FDevSoundPlayFirstInitializationLeavesThenSecondSucceeds: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundPlayFirstInitializationLeavesThenSecondSucceeds* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundPlayFirstInitializationLeavesThenSecondSucceeds(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-INIT-0034 sl@0: */ sl@0: class RA3FDevSoundRecordFirstInitializationLeavesThenSecondSucceeds: public RA3FDevSoundTestBase sl@0: { sl@0: public: sl@0: static RA3FDevSoundRecordFirstInitializationLeavesThenSecondSucceeds* NewL(const TDesC& aTestName); sl@0: sl@0: private: sl@0: RA3FDevSoundRecordFirstInitializationLeavesThenSecondSucceeds(const TDesC& aTestName); sl@0: void DoKickoffTestL(); sl@0: void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError); sl@0: }; sl@0: #endif //CHAR_A3F_DEVSOUND_INITIALIZATIONTEST_H sl@0: