Searched refs:PlayerErrorType (Results 1 - 16 of 16) sorted by relevance
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | i_standard_player_listener.h | 30 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
|
H A D | player_listener_stub.h | 32 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
|
H A D | player_listener_stub.cpp | 50 OnError(static_cast<PlayerErrorType>(errorType), errorCode); in OnRemoteRequest() 77 void PlayerListenerStub::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
|
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/include/ |
H A D | audio_sink.h | 47 enum PlayerErrorType { enum
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_callback_looper.cpp | 109 void HiPlayerCallbackLooper::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() 119 auto ptr = Plugin::AnyCast<std::pair<PlayerErrorType, int32_t>>(&error); in DoReportError()
|
H A D | hiplayer_callback_looper.h | 46 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
|
H A D | hiplayer_impl.cpp | 516 auto errorType {PlayerErrorType::PLAYER_ERROR_UNKNOWN}; in HandlePluginErrorEvent() 519 errorType = PlayerErrorType::PLAYER_ERROR; in HandlePluginErrorEvent()
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/ |
H A D | player.h | 108 enum PlayerErrorType : int32_t {
126 * @param errorType Indicates the error type. For details, see {@link PlayerErrorType}.
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_callback_looper.h | 49 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
|
H A D | hiplayer_callback_looper.cpp | 233 void HiPlayerCallbackLooper::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError() 244 auto ptr = AnyCast<std::pair<PlayerErrorType, int32_t>>(&error); in DoReportError()
|
/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_player_engine.h | 36 virtual void OnError(PlayerErrorType errorType, int32_t errorCode) = 0;
|
/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | std_player.cpp | 39 void OnError(PlayerErrorType errorType, int32_t errorCode) override
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | player.h | 145 enum PlayerErrorType : int32_t {
|
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server.h | 129 void OnError(PlayerErrorType errorType, int32_t errorCode) override;
|
H A D | player_server.cpp | 1532 void PlayerServer::OnError(PlayerErrorType errorType, int32_t errorCode) in OnError()
|
/foundation/multimedia/media_foundation/engine/scene/player/lite/ |
H A D | hiplayer_impl.cpp | 591 ptr->OnError(PlayerCallback::PlayerErrorType::PLAYER_ERROR_UNKNOWN, errorCode); in HandlePluginErrorEvent()
|
Completed in 13 milliseconds