Home
last modified time | relevance | path

Searched refs:SLSeekItf (Results 1 – 10 of 10) sorted by relevance

/frameworks/wilhelm/src/itf/
DISeek.c22 static SLresult ISeek_SetPosition(SLSeekItf self, SLmillisecond pos, SLuint32 seekMode) in ISeek_SetPosition()
51 static SLresult ISeek_SetLoop(SLSeekItf self, SLboolean loopEnable, in ISeek_SetLoop()
108 static SLresult ISeek_GetLoop(SLSeekItf self, SLboolean *pLoopEnabled, in ISeek_GetLoop()
/frameworks/wilhelm/tests/listening/
DseekTorture.c83 SLSeekItf playerSeek; in main()
/frameworks/wilhelm/tests/mimeUri/
DslesTestLoopUri.cpp140 SLSeekItf seekItf; in TestLoopUri()
DslesTestSlowDownUri.cpp196 SLSeekItf seekItf; in TestSlowDownUri()
/frameworks/wilhelm/tests/sandbox/
Dmultiplay.c31 SLSeekItf mPlayerSeek;
Dmonkey.c43 SLSeekItf mSeek;
Dreverb.c634 SLSeekItf playerSeek; in main()
/frameworks/wilhelm/tests/examples/
DslesTestSendToPresetReverb.cpp98 SLSeekItf seekItf; in TestSendToPresetReverb()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1105 typedef const struct SLSeekItf_ * const * SLSeekItf; typedef
1109 SLSeekItf self,
1114 SLSeekItf self,
1120 SLSeekItf self,
/frameworks/ex/variablespeed/jni/
Dvariablespeed.cc635 SLSeekItf decoderSeek = NULL; in PlayFromThisSource()