Home
last modified time | relevance | path

Searched refs:ON_INFO (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Di_standard_transcoder_listener.h37 ON_INFO = 1, enumerator
H A Dtranscoder_listener_stub.cpp50 case TransCoderListenerMsg::ON_INFO: { in OnRemoteRequest()
H A Dtranscoder_listener_proxy.cpp63 int error = Remote()->SendRequest(TransCoderListenerMsg::ON_INFO, data, reply, option); in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Di_standard_recorder_listener.h39 ON_INFO = 1, enumerator
H A Drecorder_listener_stub.cpp52 case RecorderListenerMsg::ON_INFO: { in OnRemoteRequest()
H A Drecorder_listener_proxy.cpp63 int error = Remote()->SendRequest(RecorderListenerMsg::ON_INFO, data, reply, option); in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Di_standard_helper_listener.h42 ON_INFO, enumerator
H A Dhelper_listener_stub.cpp47 case HelperListenerMsg::ON_INFO: { in OnRemoteRequest()
H A Dhelper_listener_proxy.cpp67 int error = SendRequest(HelperListenerMsg::ON_INFO, data, reply, option); in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_listener.h43 ON_INFO, enumerator
H A Dplayer_listener_proxy.cpp74 int error = SendRequest(PlayerListenerMsg::ON_INFO, data, reply, option); in OnInfo()
H A Dplayer_listener_stub.cpp53 case PlayerListenerMsg::ON_INFO: { in OnRemoteRequest()
/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_type.h48 ON_INFO, enumerator
H A Dplayer_client.cpp544 case ON_INFO: { in PlayerCommonCallback()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp747 int32_t ret = SendRequest(sid_, ON_INFO, &io, nullptr, option, nullptr); in OnInfo()
763 int32_t ret = SendRequest(sid_, ON_INFO, &io, nullptr, option, nullptr); in OnVideoSizeChanged()