Home
last modified time | relevance | path

Searched refs:OnSystemOperation (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.h53 void OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) override;
H A Dhiplayer_callback_looper.cpp229 obs->OnSystemOperation(ptr->first, ptr->second); in DoReportSystemOperation()
255 void HiPlayerCallbackLooper::OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) in OnSystemOperation() function in OHOS::Media::HiPlayerCallbackLooper
H A Dhiplayer_impl.cpp2510 callbackLooper_.OnSystemOperation(OPERATION_TYPE_PAUSE, OPERATION_REASON_AUDIO_INTERRUPT); in NotifyAudioInterrupt()
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h43 virtual void OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) = 0;
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.h132 void OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) override;
H A Dplayer_server.cpp1639 void PlayerServer::OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) in OnSystemOperation() function in OHOS::Media::PlayerServer
1642 MEDIA_LOGI("PlayerServer OnSystemOperation start, type: %{public}d, reason: %{public}d", static_cast<int32_t>(type), in OnSystemOperation()
1651 MEDIA_LOGI("Can not OnSystemOperation, currentState is %{public}s", in OnSystemOperation()
1777 (void)spServer->OnSystemOperation(OPERATION_TYPE_PAUSE, OPERATION_REASON_USER_BACKGROUND); in OnCommonEventReceived()

Completed in 13 milliseconds