Searched defs:iPosition (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp197 TInt iPosition; local
248 CEpocAudio::CEpocAudio(TInt aBufferSize) : iBufferSize(aBufferSize), iPosition(-1)
271 if(aPause && iPosition >= 0)
273 iPosition = -1;
277 if(!aPause && iPosition < 0)
279 iPosition = 0;
283 return iPosition < 0;
357 if(iPosition < 0)
360 TPtrC8 data(iAudioPtr + iPosition, KClip);
366 iPosition
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c122474 int nToken, iStart, iEnd, iPosition; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c122505 int nToken, iStart, iEnd, iPosition; local
[all...]

Completed in 313 milliseconds