Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_type.h26 PLAYER_SERVER_SET_VOLUME, enumerator
H A Dplayer_client.cpp104 case PLAYER_SERVER_SET_VOLUME: { in Callback()
349 para.funcId = PLAYER_SERVER_SET_VOLUME; in SetVolume()
351 uint32_t ret = proxy_->Invoke(proxy_, PLAYER_SERVER_SET_VOLUME, &io, &para, Callback); in SetVolume()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp68 case PLAYER_SERVER_SET_VOLUME: in PlayerServerRequestHandle()