os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/SDevSound/SDSCapTestServer/src/mmddteststep0036.h
First public contribution.
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 __MMDDTESTSTEP0036_H__
17 #define __MMDDTESTSTEP0036_H__
19 #include "CapTestStep.h"
21 class CSecDevSndTS0036 : public CDevSoundTestStepBase
24 static CSecDevSndTS0036* NewL(TThreadId aClientTid);
25 virtual void StartProcessing(TRequestStatus& aStatus);
26 virtual ~CSecDevSndTS0036();
29 CSecDevSndTS0036(TThreadId aClientTid);
31 //TVerdict DoTestSetClientThread();
32 virtual void ToneFinished (TInt aError);
34 TVerdict DoPlaySimpleTone();
35 TVerdict TestPlayTone(TInt aFreq, TTimeIntervalMicroSeconds aDur);
42 #endif // __MMDDTESTSTEP0036_H__