OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:playerPlay
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp
402
SLPlayItf
playerPlay
;
404
&
playerPlay
);
436
result = (*
playerPlay
)->SetPlayState(
playerPlay
, SL_PLAYSTATE_PLAYING);
611
SLPlayItf
playerPlay
;
613
SL_IID_PLAY, &
playerPlay
);
618
result = (*
playerPlay
)->SetPlayState(
playerPlay
, SL_PLAYSTATE_STOPPED);
/external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.cpp
689
SLPlayItf
playerPlay
;
691
&
playerPlay
);
723
result = (*
playerPlay
)->SetPlayState(
playerPlay
, SL_PLAYSTATE_PLAYING);
[
all
...]
Completed in 70 milliseconds