Home | History | Annotate | Download | only in symbian

Lines Matching refs:CStreamPlayer

37 TInt CStreamPlayer::ClosestSupportedRate(TInt aRate)
49 CStreamPlayer::CStreamPlayer(MStreamProvider& aProvider, MStreamObs& aObs) :
54 CStreamPlayer::~CStreamPlayer()
65 void CStreamPlayer::ConstructL()
73 TInt CStreamPlayer::OpenStream(TInt aRate, TInt aChannels, TUint32 aType)
93 TInt CStreamPlayer::MaxVolume() const
98 void CStreamPlayer::SetVolume(TInt aNew)
112 TInt CStreamPlayer::Volume() const
117 void CStreamPlayer::Open()
132 void CStreamPlayer::Stop()
141 void CStreamPlayer::Start()
157 void CStreamPlayer::Close()
164 void CStreamPlayer::Request()
203 void CStreamPlayer::SetCapsL()
209 void CStreamPlayer::MaoscOpenComplete(TInt aError)
234 void CStreamPlayer::MaoscBufferCopied(TInt aError, const TDesC8& /*aBuffer*/)
248 void CStreamPlayer::MaoscPlayComplete(TInt aError)
256 TBool CStreamPlayer::Playing() const
261 TBool CStreamPlayer::Closed() const
267 void CStreamPlayer::Request()