Update contrib.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef CHAR_A3F_DEVSOUND_PLAYTEST_H
17 #define CHAR_A3F_DEVSOUND_PLAYTEST_H
20 #include "char_a3f_devsound_testbase.h"
21 #include "char_a3f_devsound_playrecordclients.h"
22 #include "char_a3f_devsound_toneclient.h"
25 *========================================================================================================
26 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0001
28 class RA3FDevSoundPlaySetConfigTest : public RA3FDevSoundTestBase
31 static RA3FDevSoundPlaySetConfigTest* NewL(const TDesC& aTestName);
34 RA3FDevSoundPlaySetConfigTest(const TDesC& aTestName);
35 void DoKickoffTestL();
36 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
39 TMMFSampleRate iESampleRate;
45 *========================================================================================================
46 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0002
48 class RA3FDevSoundPlaySetVolumeWhilePlayingTest : public RA3FDevSoundTestBase
51 static RA3FDevSoundPlaySetVolumeWhilePlayingTest* NewL(const TDesC& aTestName);
54 RA3FDevSoundPlaySetVolumeWhilePlayingTest(const TDesC& aTestName);
55 void DoKickoffTestL();
56 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
57 void DoTimerCallback();
64 *========================================================================================================
65 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0003
67 class RA3FDevSoundPlaySetVolumeTest : public RA3FDevSoundTestBase
70 static RA3FDevSoundPlaySetVolumeTest* NewL(const TDesC& aTestName);
73 RA3FDevSoundPlaySetVolumeTest(const TDesC& aTestName);
74 void DoKickoffTestL();
75 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
82 *========================================================================================================
83 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0004
85 class RA3FDevSoundPlaySetVolumeWhilePausedPlayingTest : public RA3FDevSoundTestBase
88 static RA3FDevSoundPlaySetVolumeWhilePausedPlayingTest* NewL(const TDesC& aTestName);
91 RA3FDevSoundPlaySetVolumeWhilePausedPlayingTest(const TDesC& aTestName);
92 void DoKickoffTestL();
93 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
94 void DoTimerCallback();
102 *========================================================================================================
103 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0005
105 class RA3FDevSoundPlaySetVolumeInitializeToPlayAudioThenTonesTest: public RA3FDevSoundTestBase
108 static RA3FDevSoundPlaySetVolumeInitializeToPlayAudioThenTonesTest* NewL(const TDesC& aTestName);
111 RA3FDevSoundPlaySetVolumeInitializeToPlayAudioThenTonesTest(const TDesC& aTestName);
112 void DoKickoffTestL();
113 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
116 TBool iReinitialized;
121 *========================================================================================================
122 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0006
124 class RA3FDevSoundPlaySetVolumeRampWhilePlayingTest : public RA3FDevSoundTestBase
127 static RA3FDevSoundPlaySetVolumeRampWhilePlayingTest* NewL(const TDesC& aTestName);
130 RA3FDevSoundPlaySetVolumeRampWhilePlayingTest(const TDesC& aTestName);
131 void DoKickoffTestL();
132 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
133 void DoTimerCallback();
134 void PlayError(TInt aError);
139 TBool iPlayInitTwice;
143 *========================================================================================================
144 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0007
146 class RA3FDevSoundPlaySetVolumeBeyondMaxVolumeTest : public RA3FDevSoundTestBase
149 static RA3FDevSoundPlaySetVolumeBeyondMaxVolumeTest* NewL(const TDesC& aTestName);
152 RA3FDevSoundPlaySetVolumeBeyondMaxVolumeTest(const TDesC& aTestName);
153 void DoKickoffTestL();
154 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
158 *========================================================================================================
159 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0008
161 class RA3FDevSoundPlaySetVolumeToNegativeTest : public RA3FDevSoundTestBase
164 static RA3FDevSoundPlaySetVolumeToNegativeTest* NewL(const TDesC& aTestName);
167 RA3FDevSoundPlaySetVolumeToNegativeTest(const TDesC& aTestName);
168 void DoKickoffTestL();
169 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
176 *========================================================================================================
177 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0009
179 class RA3FDevSoundPlaySetPlayBalanceBeyondOneHundredTest : public RA3FDevSoundTestBase
182 static RA3FDevSoundPlaySetPlayBalanceBeyondOneHundredTest* NewL(const TDesC& aTestName);
185 RA3FDevSoundPlaySetPlayBalanceBeyondOneHundredTest(const TDesC& aTestName);
186 void DoKickoffTestL();
187 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
190 TInt iLSpeakerBalance;
191 TInt iRSpeakerBalance;
195 *========================================================================================================
196 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0010
198 class RA3FDevSoundPlaySetPlayBalanceToNegativeTest : public RA3FDevSoundTestBase
201 static RA3FDevSoundPlaySetPlayBalanceToNegativeTest* NewL(const TDesC& aTestName);
204 RA3FDevSoundPlaySetPlayBalanceToNegativeTest(const TDesC& aTestName);
205 void DoKickoffTestL();
206 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
209 TInt iLSpeakerBalance;
210 TInt iRSpeakerBalance;
214 *========================================================================================================
215 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0011
217 class RA3FDevSoundPlaySetPrioritySettingsTest : public RA3FDevSoundTestBase
220 static RA3FDevSoundPlaySetPrioritySettingsTest* NewL(const TDesC& aTestName);
223 RA3FDevSoundPlaySetPrioritySettingsTest(const TDesC& aTestName);
224 void DoKickoffTestL();
225 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
232 *========================================================================================================
233 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0012
235 class RA3FDevSoundPlayCapabilitiesTest : public RA3FDevSoundTestBase
238 static RA3FDevSoundPlayCapabilitiesTest* NewL(const TDesC& aTestName);
241 RA3FDevSoundPlayCapabilitiesTest(const TDesC& aTestName);
242 void DoKickoffTestL();
243 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
251 *========================================================================================================
252 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0013
254 class RA3FDevSoundPlayConfigTest : public RA3FDevSoundTestBase
257 static RA3FDevSoundPlayConfigTest* NewL(const TDesC& aTestName);
260 RA3FDevSoundPlayConfigTest(const TDesC& aTestName);
261 void DoKickoffTestL();
262 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
265 TMMFSampleRate iESampleRate;
266 TMMFSampleRate iExSampleRate;
272 *========================================================================================================
273 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0014
275 class RA3FDevSoundPlayGetPlayBalanceTest : public RA3FDevSoundTestBase
278 static RA3FDevSoundPlayGetPlayBalanceTest* NewL(const TDesC& aTestName);
281 RA3FDevSoundPlayGetPlayBalanceTest(const TDesC& aTestName);
282 void DoKickoffTestL();
283 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
286 TInt iExLSpeakerBalance;
287 TInt iExRSpeakerBalance;
291 *========================================================================================================
292 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0015
294 class RA3FDevSoundPlayGetSupportedInputDataTypesLTest : public RA3FDevSoundTestBase
297 static RA3FDevSoundPlayGetSupportedInputDataTypesLTest* NewL(const TDesC& aTestName);
300 RA3FDevSoundPlayGetSupportedInputDataTypesLTest(const TDesC& aTestName);
301 void DoKickoffTestL();
302 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
305 RArray<TFourCC> iSupportedDataTypes;
306 TInt iCurrentTypeInTest;
310 *========================================================================================================
311 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0016
313 class RA3FDevSoundPlayMaxVolumeTest : public RA3FDevSoundTestBase
316 static RA3FDevSoundPlayMaxVolumeTest* NewL(const TDesC& aTestName);
319 RA3FDevSoundPlayMaxVolumeTest(const TDesC& aTestName);
320 void DoKickoffTestL();
321 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
328 *========================================================================================================
329 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0017
331 class RA3FDevSoundPlaySamplesPlayedTest : public RA3FDevSoundTestBase
334 static RA3FDevSoundPlaySamplesPlayedTest* NewL(const TDesC& aTestName);
337 RA3FDevSoundPlaySamplesPlayedTest(const TDesC& aTestName);
338 void DoKickoffTestL();
339 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
342 TInt iExSamplesPlayed;
346 *========================================================================================================
347 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0018
349 class RA3FDevSoundPlayVolumeTest : public RA3FDevSoundTestBase
352 static RA3FDevSoundPlayVolumeTest* NewL(const TDesC& aTestName);
355 RA3FDevSoundPlayVolumeTest(const TDesC& aTestName);
356 void DoKickoffTestL();
357 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
364 *========================================================================================================
365 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0019
367 class RA3FDevSoundPlayCapabilitiesWhilePlayingTest : public RA3FDevSoundTestBase
370 static RA3FDevSoundPlayCapabilitiesWhilePlayingTest* NewL(const TDesC& aTestName);
373 RA3FDevSoundPlayCapabilitiesWhilePlayingTest(const TDesC& aTestName);
374 void DoKickoffTestL();
375 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
376 void DoTimerCallback();
385 *========================================================================================================
386 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0020
388 class RA3FDevSoundPlayConfigWhilePlayingTest : public RA3FDevSoundTestBase
391 static RA3FDevSoundPlayConfigWhilePlayingTest* NewL(const TDesC& aTestName);
394 RA3FDevSoundPlayConfigWhilePlayingTest(const TDesC& aTestName);
395 void DoKickoffTestL();
396 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
397 void DoTimerCallback();
401 TMMFSampleRate iExSampleRate;
407 *========================================================================================================
408 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0021
410 class RA3FDevSoundPlayGetPlayBalanceWhilePlayingTest : public RA3FDevSoundTestBase
413 static RA3FDevSoundPlayGetPlayBalanceWhilePlayingTest* NewL(const TDesC& aTestName);
416 RA3FDevSoundPlayGetPlayBalanceWhilePlayingTest(const TDesC& aTestName);
417 void DoKickoffTestL();
418 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
419 void DoTimerCallback();
423 TInt iExLSpeakerBalance;
424 TInt iExRSpeakerBalance;
428 *========================================================================================================
429 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0022
431 class RA3FDevSoundPlayGetSupportedInputDataTypesWhilePlayingTest : public RA3FDevSoundTestBase
434 static RA3FDevSoundPlayGetSupportedInputDataTypesWhilePlayingTest* NewL(const TDesC& aTestName);
437 RA3FDevSoundPlayGetSupportedInputDataTypesWhilePlayingTest(const TDesC& aTestName);
438 void DoKickoffTestL();
439 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
440 void DoTimerCallback();
446 *========================================================================================================
447 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0023
449 class RA3FDevSoundPlayMaxVolumeWhilePlayingTest : public RA3FDevSoundTestBase
452 static RA3FDevSoundPlayMaxVolumeWhilePlayingTest* NewL(const TDesC& aTestName);
455 RA3FDevSoundPlayMaxVolumeWhilePlayingTest(const TDesC& aTestName);
456 void DoKickoffTestL();
457 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
458 void DoTimerCallback();
466 *========================================================================================================
467 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0024
469 class RA3FDevSoundPlaySamplesPlayedWhilePlayingTest : public RA3FDevSoundTestBase
472 static RA3FDevSoundPlaySamplesPlayedWhilePlayingTest* NewL(const TDesC& aTestName);
475 RA3FDevSoundPlaySamplesPlayedWhilePlayingTest(const TDesC& aTestName);
476 void DoKickoffTestL();
477 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
478 void DoTimerCallback();
482 TInt iExSamplesPlayed;
486 *========================================================================================================
487 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0025
489 class RA3FDevSoundPlayVolumeWhilePlayingTest : public RA3FDevSoundTestBase
492 static RA3FDevSoundPlayVolumeWhilePlayingTest* NewL(const TDesC& aTestName);
495 RA3FDevSoundPlayVolumeWhilePlayingTest(const TDesC& aTestName);
496 void DoKickoffTestL();
497 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
498 void DoTimerCallback();
506 *========================================================================================================
507 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0026
509 class RA3FDevSoundPlayTest : public RA3FDevSoundTestBase
512 static RA3FDevSoundPlayTest* NewL(const TDesC& aTestName);
515 RA3FDevSoundPlayTest(const TDesC& aTestName);
516 void DoKickoffTestL();
517 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
524 *========================================================================================================
525 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0027
527 class RA3FDevSoundPlayEmptyBufferWhilePlayingTest : public RA3FDevSoundTestBase
530 static RA3FDevSoundPlayEmptyBufferWhilePlayingTest* NewL(const TDesC& aTestName);
533 RA3FDevSoundPlayEmptyBufferWhilePlayingTest(const TDesC& aTestName);
534 void DoKickoffTestL();
535 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
536 void DoTimerCallback();
543 *========================================================================================================
544 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0028
546 class RA3FDevSoundPlayEmptyBufferBeforePlayingTest : public RA3FDevSoundTestBase
549 static RA3FDevSoundPlayEmptyBufferBeforePlayingTest* NewL(const TDesC& aTestName);
552 RA3FDevSoundPlayEmptyBufferBeforePlayingTest(const TDesC& aTestName);
553 void DoKickoffTestL();
554 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
558 *========================================================================================================
559 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0029
561 class RA3FDevSoundPlayPauseTest : public RA3FDevSoundTestBase
564 static RA3FDevSoundPlayPauseTest* NewL(const TDesC& aTestName);
567 RA3FDevSoundPlayPauseTest(const TDesC& aTestName);
568 void DoKickoffTestL();
569 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
570 void DoTimerCallback();
575 TInt iSamplesPlayedPaused;
579 *========================================================================================================
580 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0030
582 class RA3FDevSoundPlayStopTest : public RA3FDevSoundTestBase
585 static RA3FDevSoundPlayStopTest* NewL(const TDesC& aTestName);
588 RA3FDevSoundPlayStopTest(const TDesC& aTestName);
589 void DoKickoffTestL();
590 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
591 void DoTimerCallback();
599 *========================================================================================================
600 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0031
602 class RA3FDevSoundPlayPreemptionTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver
605 static RA3FDevSoundPlayPreemptionTest* NewL(const TDesC& aTestName);
608 RA3FDevSoundPlayPreemptionTest(const TDesC& aTestName);
609 void DoKickoffTestL();
610 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
611 void PlayError(TInt aError);
612 void DoTimerCallback();
613 void ClientInitializeCompleteCallback(TInt aError);
614 void ClientBufferToBeFilledCallback(TInt aError);
615 void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer);
616 void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError);
620 TFileName iOtherFilename;
624 *========================================================================================================
625 * 3F-DEVSOUND-CHRTZ-PLAY-RAW-0032
627 class RA3FDevSoundPlayPreemptedByToneTest : public RA3FDevSoundTestBase, public MA3FDevsoundToneClientObserver
630 static RA3FDevSoundPlayPreemptedByToneTest* NewL(const TDesC& aTestName);
632 RA3FDevSoundPlayPreemptedByToneTest(const TDesC& aTestName);
633 void PlayError(TInt aError);
634 void ClientInitializeCompleteCallback(TInt aError);
635 void ClientToneFinishedCallback(TInt aError);
636 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
637 void DoKickoffTestL();
638 void DoTimerCallback();
642 TInt iFrequencyTone1;
647 *========================================================================================================
648 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0033
650 class RA3FDevSoundPlayPreemptedByRecordTest : public RA3FDevSoundTestBase, public MA3FDevsoundRecordAudioClientObserver
653 static RA3FDevSoundPlayPreemptedByRecordTest* NewL(const TDesC& aTestName);
655 RA3FDevSoundPlayPreemptedByRecordTest(const TDesC& aTestName);
656 void PlayError(TInt aError);
657 void DoKickoffTestL();
658 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
659 void DoTimerCallback();
660 void ClientInitializeCompleteCallback(TInt aError);
661 void ClientBufferToBeEmptiedCallback(TInt aError);
662 void ClientRecordErrorCallback(TInt aError);
663 void ClientRecordHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError);
667 TBool iOtherClientStarted;
669 TFileName iOtherFilename;
673 *========================================================================================================
674 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0034
676 class RA3FDevSoundPlayRejectionTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver
679 static RA3FDevSoundPlayRejectionTest* NewL(const TDesC& aTestName);
682 RA3FDevSoundPlayRejectionTest(const TDesC& aTestName);
683 void DoKickoffTestL();
684 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
685 void DoTimerCallback();
686 void ClientInitializeCompleteCallback(TInt aError);
687 void ClientBufferToBeFilledCallback(TInt aError);
688 void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer);
689 void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError);
693 TFileName iOtherFilename;
697 *========================================================================================================
698 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0035
700 class RA3FDevSoundPlayRejectedByToneTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver
703 static RA3FDevSoundPlayRejectedByToneTest* NewL(const TDesC& aTestName);
705 RA3FDevSoundPlayRejectedByToneTest(const TDesC& aTestName);
706 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
707 void DoKickoffTestL();
708 void DoTimerCallback();
709 void ClientInitializeCompleteCallback(TInt aError);
710 void ClientBufferToBeFilledCallback(TInt aError);
711 void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer);
712 void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError);
716 TInt iFrequencyTone1;
721 *========================================================================================================
722 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0036
724 class RA3FDevSoundPlayRejectedByRecordTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver
727 static RA3FDevSoundPlayRejectedByRecordTest* NewL(const TDesC& aTestName);
730 RA3FDevSoundPlayRejectedByRecordTest(const TDesC& aTestName);
731 void DoKickoffTestL();
732 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
733 void DoTimerCallback();
734 void ClientInitializeCompleteCallback(TInt aError);
735 void ClientBufferToBeFilledCallback(TInt aError);
736 void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer);
737 void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError);
741 TFileName iOtherFilename;
742 TBool iOtherClientStarted;
746 *========================================================================================================
747 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0037
749 class RA3FDevSoundPlayDataBeforePlayInitTest : public RA3FDevSoundTestBase
752 static RA3FDevSoundPlayDataBeforePlayInitTest* NewL(const TDesC& aTestName);
755 RA3FDevSoundPlayDataBeforePlayInitTest(const TDesC& aTestName);
756 void DoKickoffTestL();
757 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
761 *========================================================================================================
762 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0038
764 class RA3FDevSoundPlayInitTwiceTest : public RA3FDevSoundTestBase
767 static RA3FDevSoundPlayInitTwiceTest* NewL(const TDesC& aTestName);
770 RA3FDevSoundPlayInitTwiceTest(const TDesC& aTestName);
771 void DoKickoffTestL();
772 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
773 void BufferToBeFilled(CMMFBuffer* /*aBuffer*/);
776 TInt iFirstPlayInitErr;
781 *========================================================================================================
782 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0039
784 class RA3FDevSoundPlayARNTest : public RA3FDevSoundTestBase, public MA3FDevsoundPlayAudioClientObserver
787 static RA3FDevSoundPlayARNTest* NewL(const TDesC& aTestName);
790 RA3FDevSoundPlayARNTest(const TDesC& aTestName);
791 void DoKickoffTestL();
792 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
793 void PlayError(TInt aError);
794 void DoTimerCallback();
795 void ClientInitializeCompleteCallback(TInt aError);
796 void ClientBufferToBeFilledCallback(TInt aError);
797 void ClientPlayErrorCallback(TInt aError, TBool aLastBuffer);
798 void ClientPlayHandleOpenFileErrorInValidEventOrStateCallBack(TMmfDevSoundClientErrorCodes aError);
802 TFileName iOtherFilename;
807 *========================================================================================================
808 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0040
810 class RA3FDevSoundImmediatePauseAfterCreation : public RA3FDevSoundTestBase
813 static RA3FDevSoundImmediatePauseAfterCreation* NewL(const TDesC& aTestName);
816 RA3FDevSoundImmediatePauseAfterCreation(const TDesC& aTestName);
817 void DoKickoffTestL();
818 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
819 void DoTimerCallback();
822 TFileName iOtherFilename;
827 *========================================================================================================
828 * MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0041
830 class RA3FDevSoundPlayEmptyBuffersWhilePlayingTest : public RA3FDevSoundTestBase
833 static RA3FDevSoundPlayEmptyBuffersWhilePlayingTest* NewL(const TDesC& aTestName);
836 RA3FDevSoundPlayEmptyBuffersWhilePlayingTest(const TDesC& aTestName);
837 void DoKickoffTestL();
838 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
846 *========================================================================================================
847 * 3F-DEVSOUND-CHRTZ-PLAY-RAW-0042
849 class RA3FDevSoundPlayPreemptedByToneAfterSetVolumeTest : public RA3FDevSoundTestBase, public MA3FDevsoundToneClientObserver
852 static RA3FDevSoundPlayPreemptedByToneAfterSetVolumeTest* NewL(const TDesC& aTestName);
854 RA3FDevSoundPlayPreemptedByToneAfterSetVolumeTest(const TDesC& aTestName);
855 void PlayError(TInt aError);
856 void ClientInitializeCompleteCallback(TInt aError);
857 void ClientToneFinishedCallback(TInt aError);
858 void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
859 void DoKickoffTestL();
860 void DoTimerCallback();
865 TInt iFrequencyTone1;
871 #endif // CHAR_A3F_DEVSOUND_PLAYTEST_H