Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_type.h24 PLAYER_SERVER_STOP, enumerator
H A Dplayer_client.cpp94 case PLAYER_SERVER_STOP: { in Callback()
314 para.funcId = PLAYER_SERVER_STOP; in Stop()
316 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_STOP, &io, &para, Callback); in Stop()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp62 case PLAYER_SERVER_STOP: in PlayerServerRequestHandle()