Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_type.h34 PLAYER_SERVER_RESET, enumerator
H A Dplayer_client.cpp152 case PLAYER_SERVER_RESET: { in Callback()
494 para.funcId = PLAYER_SERVER_RESET; in Reset()
496 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_RESET, &io, &para, Callback); in Reset()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp92 case PLAYER_SERVER_RESET: in PlayerServerRequestHandle()