Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp800 static std::string GetJSState(PlayerStates currentState) in GetJSState() function
804 MEDIA_LOGD("GetJSState()! is called!, %{public}d", currentState); in GetJSState()
851 curState = GetJSState(cb->GetCurrentState()); in GetState()
H A Dvideo_player_napi.cpp45 static std::string GetJSState(PlayerStates currentState) in GetJSState() function
48 MEDIA_LOGD("GetJSState()! is called!, %{public}d", currentState); in GetJSState()
768 if (GetJSState(cb->GetCurrentState()) == VideoPlayState::STATE_STOPPED) { in Seek()
1273 curState = GetJSState(cb->GetCurrentState()); in GetState()

Completed in 5 milliseconds