Home
last modified time | relevance | path

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

/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.h117 int32_t EnablePauseAfterPlay(bool isPauseAfterPlay);
H A Dplayer_impl.cpp1230 int32_t PlayerImpl::EnablePauseAfterPlay(bool isPauseAfterPlay) in EnablePauseAfterPlay() argument
1236 if (pauseAfterPlay_ == isPauseAfterPlay) { in EnablePauseAfterPlay()
1240 pauseAfterPlay_ = isPauseAfterPlay; in EnablePauseAfterPlay()
1244 MEDIA_INFO_LOG("isPauseAfterPlay:%d", isPauseAfterPlay); in EnablePauseAfterPlay()

Completed in 3 milliseconds