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

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

Completed in 46 milliseconds