OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:seekitf
(Results
1 - 3
of
3
) sorted by null
/frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp
140
SLSeekItf
seekItf
;
200
res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&
seekItf
);
232
res = (*
seekItf
)->SetLoop(
seekItf
, SL_BOOLEAN_TRUE, 0, SL_TIME_UNKNOWN);
268
res = (*
seekItf
)->SetLoop(
seekItf
, SL_BOOLEAN_FALSE, 0, SL_TIME_UNKNOWN);
slesTestSlowDownUri.cpp
196
SLSeekItf
seekItf
;
257
res = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&
seekItf
); CheckErr(res);
282
res = (*
seekItf
)->SetLoop(
seekItf
, SL_BOOLEAN_TRUE, 0, SL_TIME_UNKNOWN); CheckErr(res);
377
res = (*
seekItf
)->SetLoop(
seekItf
, SL_BOOLEAN_FALSE, 0, SL_TIME_UNKNOWN); CheckErr(res);
/frameworks/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp
98
SLSeekItf
seekItf
;
224
result = (*player)->GetInterface(player, SL_IID_SEEK, (void*)&
seekItf
);
274
result = (*
seekItf
)->SetLoop(
seekItf
, SL_BOOLEAN_TRUE, (SLmillisecond) 0, SL_TIME_UNKNOWN);
Completed in 381 milliseconds