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

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp414 * post-condition: play state of AudioPlayer is SL_PLAYSTATE_PAUSED if setPlayStateToPaused is true
416 * note: a conditional flag, setPlayStateToPaused, is used here to specify whether the play state
426 void audioPlayer_dispatch_headAtEnd_lockPlay(CAudioPlayer *ap, bool setPlayStateToPaused, argument
428 //SL_LOGV("ap=%p, setPlayStateToPaused=%d, needToLock=%d", ap, setPlayStateToPaused,
440 if (setPlayStateToPaused) {

Completed in 8 milliseconds