Searched refs:iPlayer (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp192 CStreamPlayer* iPlayer; local
274 if(iPlayer != NULL)
275 iPlayer->Stop();
280 if(iPlayer != NULL)
281 iPlayer->Start();
296 iPlayer = new (ELeave) CStreamPlayer(*this, *this);
297 iPlayer->ConstructL();
298 iPlayer->OpenStream(iRate, iChannels, iType);
310 // iStart = iPlayer->Position();
320 if(iPlayer !
[all...]

Completed in 46 milliseconds