Home
last modified time | relevance | path

Searched refs:PLAYER_SERVER_GET_CURRENT_TIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_type.h30 PLAYER_SERVER_GET_CURRENT_TIME, enumerator
H A Dplayer_client.cpp124 case PLAYER_SERVER_GET_CURRENT_TIME: { in Callback()
427 para.funcId = PLAYER_SERVER_GET_CURRENT_TIME; in GetCurrentPosition()
430 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_GET_CURRENT_TIME, &io, &para, Callback); in GetCurrentPosition()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp80 case PLAYER_SERVER_GET_CURRENT_TIME: in PlayerServerRequestHandle()