os/mm/devsound/a3fcharacterisationtest/src/char_a3f_devsound_initializationtest.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
// User includes
sl@0
    17
#include "char_a3f_devsound_testbase.h"
sl@0
    18
sl@0
    19
#ifndef CHAR_A3F_DEVSOUND_INITIALIZATIONTEST_H
sl@0
    20
#define CHAR_A3F_DEVSOUND_INITIALIZATIONTEST_H
sl@0
    21
sl@0
    22
/*
sl@0
    23
 *========================================================================================================
sl@0
    24
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0001
sl@0
    25
 */
sl@0
    26
class RA3FDevSoundToneInitializationTest: public RA3FDevSoundTestBase
sl@0
    27
	{
sl@0
    28
public:
sl@0
    29
	static RA3FDevSoundToneInitializationTest* NewL(const TDesC& aTestName);
sl@0
    30
sl@0
    31
private:
sl@0
    32
	RA3FDevSoundToneInitializationTest(const TDesC& aTestName);
sl@0
    33
	void DoKickoffTestL();
sl@0
    34
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
    35
	};
sl@0
    36
sl@0
    37
/*
sl@0
    38
 *========================================================================================================
sl@0
    39
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0002
sl@0
    40
 */
sl@0
    41
class RA3FDevSoundToneCancelInitializeTest: public RA3FDevSoundTestBase
sl@0
    42
	{
sl@0
    43
public:
sl@0
    44
	static RA3FDevSoundToneCancelInitializeTest* NewL(const TDesC& aTestName);
sl@0
    45
sl@0
    46
private:
sl@0
    47
	RA3FDevSoundToneCancelInitializeTest(const TDesC& aTestName);
sl@0
    48
	void DoKickoffTestL();
sl@0
    49
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
    50
	void DoTimerCallback();
sl@0
    51
	void InitializeComplete(TInt aError);
sl@0
    52
	
sl@0
    53
private:
sl@0
    54
	TBool iInitCompleteReceived;
sl@0
    55
	TMMFSampleRate iESampleRate;
sl@0
    56
	TInt iSampleRate;
sl@0
    57
	TInt iChannels;
sl@0
    58
	};
sl@0
    59
sl@0
    60
/*
sl@0
    61
 *========================================================================================================
sl@0
    62
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0003
sl@0
    63
 */
sl@0
    64
class RA3FDevSoundToneInitializeToPlayTonesTwiceTest: public RA3FDevSoundTestBase
sl@0
    65
	{
sl@0
    66
public:
sl@0
    67
	static RA3FDevSoundToneInitializeToPlayTonesTwiceTest* NewL(const TDesC& aTestName);
sl@0
    68
private:
sl@0
    69
	RA3FDevSoundToneInitializeToPlayTonesTwiceTest(const TDesC& aTestName);
sl@0
    70
	void DoKickoffTestL();
sl@0
    71
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
    72
sl@0
    73
private:
sl@0
    74
	TBool iReinitialized;
sl@0
    75
	};
sl@0
    76
sl@0
    77
/*
sl@0
    78
 *========================================================================================================
sl@0
    79
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0004
sl@0
    80
 */
sl@0
    81
class RA3FDevSoundToneInitializeToPlayTonesThenAudioTest: public RA3FDevSoundTestBase
sl@0
    82
	{
sl@0
    83
public:
sl@0
    84
	static RA3FDevSoundToneInitializeToPlayTonesThenAudioTest* NewL(const TDesC& aTestName);
sl@0
    85
private:
sl@0
    86
	RA3FDevSoundToneInitializeToPlayTonesThenAudioTest(const TDesC& aTestName);
sl@0
    87
	void DoKickoffTestL();
sl@0
    88
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
    89
sl@0
    90
private:
sl@0
    91
	TBool iReinitialized;
sl@0
    92
	};
sl@0
    93
sl@0
    94
/*
sl@0
    95
 *========================================================================================================
sl@0
    96
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0005
sl@0
    97
 */
sl@0
    98
class RA3FDevSoundToneInitializeToPlayTonesThenRecordAudioTest: public RA3FDevSoundTestBase
sl@0
    99
	{
sl@0
   100
public:
sl@0
   101
	static RA3FDevSoundToneInitializeToPlayTonesThenRecordAudioTest* NewL(const TDesC& aTestName);
sl@0
   102
private:
sl@0
   103
	RA3FDevSoundToneInitializeToPlayTonesThenRecordAudioTest(const TDesC& aTestName);
sl@0
   104
	void DoKickoffTestL();
sl@0
   105
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   106
sl@0
   107
private:
sl@0
   108
	TBool iReinitialized;
sl@0
   109
	};
sl@0
   110
sl@0
   111
/*
sl@0
   112
 *========================================================================================================
sl@0
   113
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0006
sl@0
   114
 */
sl@0
   115
class RA3FDevSoundToneInitializeTFourCCTest: public RA3FDevSoundTestBase
sl@0
   116
	{
sl@0
   117
public:
sl@0
   118
	static RA3FDevSoundToneInitializeTFourCCTest* NewL(const TDesC& aTestName);
sl@0
   119
sl@0
   120
private:
sl@0
   121
	RA3FDevSoundToneInitializeTFourCCTest(const TDesC& aTestName);	
sl@0
   122
	void DoKickoffTestL();
sl@0
   123
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   124
	};
sl@0
   125
sl@0
   126
/*
sl@0
   127
 *========================================================================================================
sl@0
   128
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0007
sl@0
   129
 */
sl@0
   130
class RA3FDevSoundInitializeInvalidModeTest: public RA3FDevSoundTestBase
sl@0
   131
	{
sl@0
   132
public:
sl@0
   133
	static RA3FDevSoundInitializeInvalidModeTest* NewL(const TDesC& aTestName);
sl@0
   134
sl@0
   135
private:
sl@0
   136
	RA3FDevSoundInitializeInvalidModeTest(const TDesC& aTestName);	
sl@0
   137
	void DoKickoffTestL();
sl@0
   138
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   139
	};
sl@0
   140
sl@0
   141
/*
sl@0
   142
 *========================================================================================================
sl@0
   143
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0008
sl@0
   144
 */
sl@0
   145
class RA3FDevSoundPlayInitializationTest: public RA3FDevSoundTestBase
sl@0
   146
	{
sl@0
   147
public:
sl@0
   148
	static RA3FDevSoundPlayInitializationTest* NewL(const TDesC& aTestName);
sl@0
   149
sl@0
   150
private:
sl@0
   151
	RA3FDevSoundPlayInitializationTest(const TDesC& aTestName);	
sl@0
   152
	void DoKickoffTestL();
sl@0
   153
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   154
	};
sl@0
   155
sl@0
   156
/*
sl@0
   157
 *========================================================================================================
sl@0
   158
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0009
sl@0
   159
 */
sl@0
   160
class RA3FDevSoundPlayCancelInitializeTest: public RA3FDevSoundTestBase
sl@0
   161
	{
sl@0
   162
public:
sl@0
   163
	static RA3FDevSoundPlayCancelInitializeTest* NewL(const TDesC& aTestName);
sl@0
   164
private:
sl@0
   165
	RA3FDevSoundPlayCancelInitializeTest(const TDesC& aTestName);	
sl@0
   166
	void DoKickoffTestL();
sl@0
   167
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   168
	void DoTimerCallback();
sl@0
   169
	void InitializeComplete(TInt aError);
sl@0
   170
	
sl@0
   171
private:
sl@0
   172
	TBool iInitCompleteReceived;
sl@0
   173
	TMMFSampleRate iESampleRate;
sl@0
   174
	TInt iSampleRate;
sl@0
   175
	TInt iChannels;
sl@0
   176
	};
sl@0
   177
sl@0
   178
/*
sl@0
   179
 *========================================================================================================
sl@0
   180
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0010
sl@0
   181
 */
sl@0
   182
class RA3FDevSoundPlayInitializeToPlayAudioThenTonesTest: public RA3FDevSoundTestBase
sl@0
   183
	{
sl@0
   184
public:
sl@0
   185
	static RA3FDevSoundPlayInitializeToPlayAudioThenTonesTest* NewL(const TDesC& aTestName);
sl@0
   186
private:
sl@0
   187
	RA3FDevSoundPlayInitializeToPlayAudioThenTonesTest(const TDesC& aTestName);
sl@0
   188
	void DoKickoffTestL();
sl@0
   189
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   190
sl@0
   191
private:
sl@0
   192
	TBool iReinitialized;
sl@0
   193
	};
sl@0
   194
sl@0
   195
/*
sl@0
   196
 *========================================================================================================
sl@0
   197
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0011
sl@0
   198
 */
sl@0
   199
class RA3FDevSoundPlayInitializeToPlayAudioTwiceTest: public RA3FDevSoundTestBase
sl@0
   200
	{
sl@0
   201
public:
sl@0
   202
	static RA3FDevSoundPlayInitializeToPlayAudioTwiceTest* NewL(const TDesC& aTestName);
sl@0
   203
private:
sl@0
   204
	RA3FDevSoundPlayInitializeToPlayAudioTwiceTest(const TDesC& aTestName);
sl@0
   205
	void DoKickoffTestL();
sl@0
   206
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   207
sl@0
   208
private:
sl@0
   209
	TBool iReinitialized;
sl@0
   210
	};
sl@0
   211
sl@0
   212
/*
sl@0
   213
 *========================================================================================================
sl@0
   214
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0012
sl@0
   215
 */
sl@0
   216
class RA3FDevSoundPlayInitializeToPlayAudioThenRecordTest: public RA3FDevSoundTestBase
sl@0
   217
	{
sl@0
   218
public:
sl@0
   219
	static RA3FDevSoundPlayInitializeToPlayAudioThenRecordTest* NewL(const TDesC& aTestName);
sl@0
   220
private:
sl@0
   221
	RA3FDevSoundPlayInitializeToPlayAudioThenRecordTest(const TDesC& aTestName);
sl@0
   222
	void DoKickoffTestL();
sl@0
   223
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   224
sl@0
   225
private:
sl@0
   226
	TBool iReinitialized;
sl@0
   227
	};
sl@0
   228
sl@0
   229
/*
sl@0
   230
 *========================================================================================================
sl@0
   231
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0013
sl@0
   232
 */	
sl@0
   233
class RA3FDevSoundPlayInitializeInvalidTFourCCTest: public RA3FDevSoundTestBase
sl@0
   234
	{
sl@0
   235
public:
sl@0
   236
	static RA3FDevSoundPlayInitializeInvalidTFourCCTest* NewL(const TDesC& aTestName);
sl@0
   237
	
sl@0
   238
private:
sl@0
   239
	RA3FDevSoundPlayInitializeInvalidTFourCCTest(const TDesC& aTestName);	
sl@0
   240
	void DoKickoffTestL();
sl@0
   241
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   242
	};
sl@0
   243
sl@0
   244
/*
sl@0
   245
 *========================================================================================================
sl@0
   246
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0014
sl@0
   247
 */
sl@0
   248
class RA3FDevSoundRecordInitializationTest: public RA3FDevSoundTestBase
sl@0
   249
	{
sl@0
   250
public:
sl@0
   251
	static RA3FDevSoundRecordInitializationTest* NewL(const TDesC& aTestName);
sl@0
   252
private:
sl@0
   253
	RA3FDevSoundRecordInitializationTest(const TDesC& aTestName);
sl@0
   254
	void DoKickoffTestL();
sl@0
   255
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   256
	};
sl@0
   257
sl@0
   258
/*
sl@0
   259
 *========================================================================================================
sl@0
   260
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0015
sl@0
   261
 */
sl@0
   262
class RA3FDevSoundRecordCancelInitializeTest: public RA3FDevSoundTestBase
sl@0
   263
	{
sl@0
   264
public:
sl@0
   265
	static RA3FDevSoundRecordCancelInitializeTest* NewL(const TDesC& aTestName);
sl@0
   266
sl@0
   267
private:
sl@0
   268
	RA3FDevSoundRecordCancelInitializeTest(const TDesC& aTestName);
sl@0
   269
	void DoKickoffTestL();
sl@0
   270
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   271
	void DoTimerCallback();
sl@0
   272
	void InitializeComplete(TInt aError);
sl@0
   273
	
sl@0
   274
private:
sl@0
   275
	TBool iInitCompleteReceived;
sl@0
   276
	TMMFSampleRate iESampleRate;
sl@0
   277
	TInt iSampleRate;
sl@0
   278
	TInt iChannels;
sl@0
   279
	};
sl@0
   280
sl@0
   281
/*
sl@0
   282
 *========================================================================================================
sl@0
   283
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0016
sl@0
   284
 */
sl@0
   285
class RA3FDevSoundRecordInitializeThenPlayToneInitializeTest: public RA3FDevSoundTestBase
sl@0
   286
	{
sl@0
   287
public:
sl@0
   288
	static RA3FDevSoundRecordInitializeThenPlayToneInitializeTest* NewL(const TDesC& aTestName);
sl@0
   289
private:
sl@0
   290
	RA3FDevSoundRecordInitializeThenPlayToneInitializeTest(const TDesC& aTestName);
sl@0
   291
	void DoKickoffTestL();
sl@0
   292
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   293
sl@0
   294
private:
sl@0
   295
	TBool iReinitialized;
sl@0
   296
	};
sl@0
   297
sl@0
   298
/*
sl@0
   299
 *========================================================================================================
sl@0
   300
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0017
sl@0
   301
 */
sl@0
   302
class RA3FDevSoundRecordInitializeThenPlayAudioInitializeTest: public RA3FDevSoundTestBase
sl@0
   303
	{
sl@0
   304
public:
sl@0
   305
	static RA3FDevSoundRecordInitializeThenPlayAudioInitializeTest* NewL(const TDesC& aTestName);
sl@0
   306
private:
sl@0
   307
	RA3FDevSoundRecordInitializeThenPlayAudioInitializeTest(const TDesC& aTestName);
sl@0
   308
	void DoKickoffTestL();
sl@0
   309
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   310
sl@0
   311
private:
sl@0
   312
	TBool iReinitialized;
sl@0
   313
	};
sl@0
   314
sl@0
   315
/*
sl@0
   316
 *========================================================================================================
sl@0
   317
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0018
sl@0
   318
 */
sl@0
   319
class RA3FDevSoundRecordInitializeToRecordAudioTwiceTest: public RA3FDevSoundTestBase
sl@0
   320
	{
sl@0
   321
public:
sl@0
   322
	static RA3FDevSoundRecordInitializeToRecordAudioTwiceTest* NewL(const TDesC& aTestName);
sl@0
   323
private:
sl@0
   324
	RA3FDevSoundRecordInitializeToRecordAudioTwiceTest(const TDesC& aTestName);
sl@0
   325
	void DoKickoffTestL();
sl@0
   326
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   327
sl@0
   328
private:
sl@0
   329
	TBool iReinitialized;
sl@0
   330
	};
sl@0
   331
sl@0
   332
/*
sl@0
   333
 *========================================================================================================
sl@0
   334
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0019
sl@0
   335
 */
sl@0
   336
class RA3FDevSoundRecordInitializeNoFormatSpecificationPresentedTest: public RA3FDevSoundTestBase
sl@0
   337
	{
sl@0
   338
public:
sl@0
   339
	static RA3FDevSoundRecordInitializeNoFormatSpecificationPresentedTest* NewL(const TDesC& aTestName);
sl@0
   340
sl@0
   341
private:
sl@0
   342
	RA3FDevSoundRecordInitializeNoFormatSpecificationPresentedTest(const TDesC& aTestName);	
sl@0
   343
	void DoKickoffTestL();
sl@0
   344
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   345
	};
sl@0
   346
sl@0
   347
/*
sl@0
   348
 *========================================================================================================
sl@0
   349
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0020
sl@0
   350
 */
sl@0
   351
class RA3FDevSoundPlayDataWithoutInitializeTest: public RA3FDevSoundTestBase
sl@0
   352
	{
sl@0
   353
public:
sl@0
   354
	static RA3FDevSoundPlayDataWithoutInitializeTest* NewL(const TDesC& aTestName);
sl@0
   355
sl@0
   356
private:
sl@0
   357
	RA3FDevSoundPlayDataWithoutInitializeTest(const TDesC& aTestName);	
sl@0
   358
	void DoKickoffTestL();
sl@0
   359
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   360
	void DoTimerCallback();
sl@0
   361
	};
sl@0
   362
sl@0
   363
/*
sl@0
   364
 *========================================================================================================
sl@0
   365
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0021
sl@0
   366
 */
sl@0
   367
class RA3FDevSoundPlayDTMFStringWithoutInitializeTest: public RA3FDevSoundTestBase
sl@0
   368
	{
sl@0
   369
public:
sl@0
   370
	static RA3FDevSoundPlayDTMFStringWithoutInitializeTest* NewL(const TDesC& aTestName);
sl@0
   371
sl@0
   372
private:
sl@0
   373
	RA3FDevSoundPlayDTMFStringWithoutInitializeTest(const TDesC& aTestName);	
sl@0
   374
	void DoKickoffTestL();
sl@0
   375
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   376
sl@0
   377
private:
sl@0
   378
	TBuf16<KMaxStringLength> iDTMFString;
sl@0
   379
	};
sl@0
   380
sl@0
   381
/*
sl@0
   382
 *========================================================================================================
sl@0
   383
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0022
sl@0
   384
 */
sl@0
   385
class RA3FDevSoundPlayDualToneWithoutInitializeTest: public RA3FDevSoundTestBase
sl@0
   386
	{
sl@0
   387
public:
sl@0
   388
	static RA3FDevSoundPlayDualToneWithoutInitializeTest* NewL(const TDesC& aTestName);
sl@0
   389
sl@0
   390
private:
sl@0
   391
	RA3FDevSoundPlayDualToneWithoutInitializeTest(const TDesC& aTestName);	
sl@0
   392
	void DoKickoffTestL();
sl@0
   393
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   394
sl@0
   395
private:
sl@0
   396
	TInt iDuration;
sl@0
   397
	TInt iFrequencyTone1;
sl@0
   398
	TInt iFrequencyTone2;
sl@0
   399
	};
sl@0
   400
sl@0
   401
/*
sl@0
   402
 *========================================================================================================
sl@0
   403
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0023
sl@0
   404
 */
sl@0
   405
class RA3FDevSoundPlayFixedSequenceWithoutInitializeTest: public RA3FDevSoundTestBase
sl@0
   406
	{
sl@0
   407
public:
sl@0
   408
	static RA3FDevSoundPlayFixedSequenceWithoutInitializeTest* NewL(const TDesC& aTestName);
sl@0
   409
sl@0
   410
private:
sl@0
   411
	RA3FDevSoundPlayFixedSequenceWithoutInitializeTest(const TDesC& aTestName);	
sl@0
   412
	void DoKickoffTestL();
sl@0
   413
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   414
	};	
sl@0
   415
sl@0
   416
/*
sl@0
   417
 *========================================================================================================
sl@0
   418
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0024
sl@0
   419
 */
sl@0
   420
class RA3FDevSoundPlayInitWithoutInitializeTest: public RA3FDevSoundTestBase
sl@0
   421
	{
sl@0
   422
public:
sl@0
   423
	static RA3FDevSoundPlayInitWithoutInitializeTest* NewL(const TDesC& aTestName);
sl@0
   424
sl@0
   425
private:
sl@0
   426
	RA3FDevSoundPlayInitWithoutInitializeTest(const TDesC& aTestName);	
sl@0
   427
	void DoKickoffTestL();
sl@0
   428
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   429
	};	
sl@0
   430
sl@0
   431
/*
sl@0
   432
 *========================================================================================================
sl@0
   433
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0025
sl@0
   434
 */
sl@0
   435
class RA3FDevSoundPlayToneWithoutInitializeTest: public RA3FDevSoundTestBase
sl@0
   436
	{
sl@0
   437
public:
sl@0
   438
	static RA3FDevSoundPlayToneWithoutInitializeTest* NewL(const TDesC& aTestName);
sl@0
   439
sl@0
   440
private:
sl@0
   441
	RA3FDevSoundPlayToneWithoutInitializeTest(const TDesC& aTestName);	
sl@0
   442
	void DoKickoffTestL();
sl@0
   443
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   444
sl@0
   445
private:
sl@0
   446
	TInt iDuration;
sl@0
   447
	TInt iFrequencyTone1;
sl@0
   448
	};
sl@0
   449
sl@0
   450
/*
sl@0
   451
 *========================================================================================================
sl@0
   452
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0026
sl@0
   453
 */
sl@0
   454
class RA3FDevSoundPlayToneSequenceWithoutInitializeTest: public RA3FDevSoundTestBase
sl@0
   455
	{
sl@0
   456
public:
sl@0
   457
	static RA3FDevSoundPlayToneSequenceWithoutInitializeTest* NewL(const TDesC& aTestName);
sl@0
   458
sl@0
   459
private:
sl@0
   460
	RA3FDevSoundPlayToneSequenceWithoutInitializeTest(const TDesC& aTestName);	
sl@0
   461
	void DoKickoffTestL();
sl@0
   462
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   463
	};
sl@0
   464
sl@0
   465
/*
sl@0
   466
 *========================================================================================================
sl@0
   467
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0027
sl@0
   468
 */
sl@0
   469
class RA3FDevSoundRecordDataWithoutInitializeTest: public RA3FDevSoundTestBase
sl@0
   470
	{
sl@0
   471
public:
sl@0
   472
	static RA3FDevSoundRecordDataWithoutInitializeTest* NewL(const TDesC& aTestName);
sl@0
   473
sl@0
   474
private:
sl@0
   475
	RA3FDevSoundRecordDataWithoutInitializeTest(const TDesC& aTestName);	
sl@0
   476
	void DoKickoffTestL();
sl@0
   477
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   478
	void DoTimerCallback();
sl@0
   479
	};
sl@0
   480
sl@0
   481
/*
sl@0
   482
 *========================================================================================================
sl@0
   483
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0028
sl@0
   484
 */
sl@0
   485
class RA3FDevSoundRecordInitWithoutInitializeTest: public RA3FDevSoundTestBase
sl@0
   486
	{
sl@0
   487
public:
sl@0
   488
	static RA3FDevSoundRecordInitWithoutInitializeTest* NewL(const TDesC& aTestName);
sl@0
   489
sl@0
   490
private:
sl@0
   491
	RA3FDevSoundRecordInitWithoutInitializeTest(const TDesC& aTestName);	
sl@0
   492
	void DoKickoffTestL();
sl@0
   493
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   494
	};
sl@0
   495
sl@0
   496
/*
sl@0
   497
 *========================================================================================================
sl@0
   498
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0029
sl@0
   499
 */
sl@0
   500
class RA3FDevSoundToneInitializationMoreThanOnceBeforeInitCompleteTest: public RA3FDevSoundTestBase
sl@0
   501
	{
sl@0
   502
public:
sl@0
   503
	static RA3FDevSoundToneInitializationMoreThanOnceBeforeInitCompleteTest* NewL(const TDesC& aTestName);
sl@0
   504
sl@0
   505
private:
sl@0
   506
	RA3FDevSoundToneInitializationMoreThanOnceBeforeInitCompleteTest(const TDesC& aTestName);	
sl@0
   507
	void DoKickoffTestL();
sl@0
   508
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   509
	};
sl@0
   510
sl@0
   511
/*
sl@0
   512
 *========================================================================================================
sl@0
   513
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0030
sl@0
   514
 */
sl@0
   515
class RA3FDevSoundPlayInitializationMoreThanOnceBeforeInitCompleteTest: public RA3FDevSoundTestBase
sl@0
   516
	{
sl@0
   517
public:
sl@0
   518
	static RA3FDevSoundPlayInitializationMoreThanOnceBeforeInitCompleteTest* NewL(const TDesC& aTestName);
sl@0
   519
sl@0
   520
private:
sl@0
   521
	RA3FDevSoundPlayInitializationMoreThanOnceBeforeInitCompleteTest(const TDesC& aTestName);	
sl@0
   522
	void DoKickoffTestL();
sl@0
   523
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   524
	};
sl@0
   525
sl@0
   526
/*
sl@0
   527
 *========================================================================================================
sl@0
   528
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0031
sl@0
   529
 */
sl@0
   530
class RA3FDevSoundRecordInitializationMoreThanOnceBeforeInitCompleteTest: public RA3FDevSoundTestBase
sl@0
   531
	{
sl@0
   532
public:
sl@0
   533
	static RA3FDevSoundRecordInitializationMoreThanOnceBeforeInitCompleteTest* NewL(const TDesC& aTestName);
sl@0
   534
sl@0
   535
private:
sl@0
   536
	RA3FDevSoundRecordInitializationMoreThanOnceBeforeInitCompleteTest(const TDesC& aTestName);	
sl@0
   537
	void DoKickoffTestL();
sl@0
   538
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   539
	};	
sl@0
   540
sl@0
   541
/*
sl@0
   542
 *========================================================================================================
sl@0
   543
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0032
sl@0
   544
 */
sl@0
   545
class RA3FDevSoundToneFirstInitializationLeavesThenSecondSucceeds: public RA3FDevSoundTestBase
sl@0
   546
	{
sl@0
   547
public:
sl@0
   548
	static RA3FDevSoundToneFirstInitializationLeavesThenSecondSucceeds* NewL(const TDesC& aTestName);
sl@0
   549
sl@0
   550
private:
sl@0
   551
	RA3FDevSoundToneFirstInitializationLeavesThenSecondSucceeds(const TDesC& aTestName);	
sl@0
   552
	void DoKickoffTestL();
sl@0
   553
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   554
	};	
sl@0
   555
sl@0
   556
/*
sl@0
   557
 *========================================================================================================
sl@0
   558
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0033
sl@0
   559
 */
sl@0
   560
class RA3FDevSoundPlayFirstInitializationLeavesThenSecondSucceeds: public RA3FDevSoundTestBase
sl@0
   561
	{
sl@0
   562
public:
sl@0
   563
	static RA3FDevSoundPlayFirstInitializationLeavesThenSecondSucceeds* NewL(const TDesC& aTestName);
sl@0
   564
sl@0
   565
private:
sl@0
   566
	RA3FDevSoundPlayFirstInitializationLeavesThenSecondSucceeds(const TDesC& aTestName);	
sl@0
   567
	void DoKickoffTestL();
sl@0
   568
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   569
	};
sl@0
   570
sl@0
   571
/*
sl@0
   572
 *========================================================================================================
sl@0
   573
 * MM-A3F-DEVSOUND-CHRTZ-INIT-0034
sl@0
   574
 */
sl@0
   575
class RA3FDevSoundRecordFirstInitializationLeavesThenSecondSucceeds: public RA3FDevSoundTestBase
sl@0
   576
	{
sl@0
   577
public:
sl@0
   578
	static RA3FDevSoundRecordFirstInitializationLeavesThenSecondSucceeds* NewL(const TDesC& aTestName);
sl@0
   579
sl@0
   580
private:
sl@0
   581
	RA3FDevSoundRecordFirstInitializationLeavesThenSecondSucceeds(const TDesC& aTestName);	
sl@0
   582
	void DoKickoffTestL();
sl@0
   583
	void Fsm(TMmfDevSoundEvent aDevSoundEvent, TInt aError);
sl@0
   584
	};	
sl@0
   585
#endif //CHAR_A3F_DEVSOUND_INITIALIZATIONTEST_H
sl@0
   586