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

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

Completed in 54 milliseconds