Home
last modified time | relevance | path

Searched refs:OnSystemOperation (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.cpp231 obs->OnSystemOperation(ptr->first, ptr->second); in DoReportSystemOperation()
257 void HiPlayerCallbackLooper::OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationRea… in OnSystemOperation() function in OHOS::Media::HiPlayerCallbackLooper
H A Dhiplayer_callback_looper.h53 void OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) override;
H A Dhiplayer_impl.cpp2564 … callbackLooper_.OnSystemOperation(OPERATION_TYPE_PAUSE, OPERATION_REASON_AUDIO_INTERRUPT); in NotifyAudioInterrupt()
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h43 …virtual void OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) = 0;
/ohos5.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_state.cpp409 server_.OnSystemOperation( in StateEnter()
H A Dplayer_server.cpp1644 void PlayerServer::OnSystemOperation(PlayerOnSystemOperationType type, PlayerOperationReason reason) in OnSystemOperation() function in OHOS::Media::PlayerServer
1783 … (void)spServer->OnSystemOperation(OPERATION_TYPE_PAUSE, OPERATION_REASON_USER_BACKGROUND); in OnCommonEventReceived()