Home
last modified time | relevance | path

Searched refs:RSRenderServiceConnection (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp74 RSRenderServiceConnection::RSRenderServiceConnection( in RSRenderServiceConnection() function in OHOS::Rosen::RSRenderServiceConnection
96 RSRenderServiceConnection::~RSRenderServiceConnection() noexcept in ~RSRenderServiceConnection()
119 void RSRenderServiceConnection::CleanRenderNodes() noexcept in CleanRenderNodes()
227 wptr<RSRenderServiceConnection> conn) : conn_(conn) in RSConnectionDeathRecipient()
254 wptr<RSRenderServiceConnection> conn) : conn_(conn) in RSApplicationRenderThreadDeathRecipient()
319 bool RSRenderServiceConnection::GetUniRenderEnabled() in GetUniRenderEnabled()
491 int32_t RSRenderServiceConnection::SetFocusAppInfo( in SetFocusAppInfo()
506 ScreenId RSRenderServiceConnection::GetDefaultScreenId() in GetDefaultScreenId()
515 ScreenId RSRenderServiceConnection::GetActiveScreenId() in GetActiveScreenId()
534 ScreenId RSRenderServiceConnection::CreateVirtualScreen( in CreateVirtualScreen()
[all …]
H A Drs_render_service_connection.h35 class RSRenderServiceConnection : public RSRenderServiceConnectionStub {
37 RSRenderServiceConnection(
44 ~RSRenderServiceConnection() noexcept;
45 RSRenderServiceConnection(const RSRenderServiceConnection&) = delete;
46 RSRenderServiceConnection& operator=(const RSRenderServiceConnection&) = delete;
318 explicit RSConnectionDeathRecipient(wptr<RSRenderServiceConnection> conn);
324 wptr<RSRenderServiceConnection> conn_;
331 explicit RSApplicationRenderThreadDeathRecipient(wptr<RSRenderServiceConnection> conn);
337 wptr<RSRenderServiceConnection> conn_;
H A Drs_render_service.h29 class RSRenderServiceConnection; variable
73 friend class RSRenderServiceConnection; variable
H A Drs_render_service.cpp213 …new RSRenderServiceConnection(remotePid, this, mainThread_, screenManager_, tokenObj, appVSyncDist… in CreateConnection()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnectionstub_fuzzer/
H A Drsrenderserviceconnectionstub_fuzzer.cpp86 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoOnRemoteRequest()
118 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoSetScreenGamutMap()
152 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoGetScreenGamutMap()
186 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoGetScreenHDRCapability()
220 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoGetScreenType()
254 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoGetBitmap()
288 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoSetAppWindowNum()
322 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoShowWatermark()
359 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoSetScreenPowerStatus()
394 … new RSRenderServiceConnection(newPid, nullptr, nullptr, nullptr, token_->AsObject(), nullptr); in DoSetScreenActiveMode()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp275 …sptr<RSIRenderServiceConnection> newConn(new RSRenderServiceConnection(pid, g_renderService, g_mai… in CreateMockConnection()
290 RSRenderServiceConnection* RSProfiler::GetConnection(pid_t pid) in GetConnection()
297 auto connection = static_cast<RSRenderServiceConnection*>(pair.second.GetRefPtr()); in GetConnection()
313 … auto renderServiceConnection = static_cast<RSRenderServiceConnection*>(pair.second.GetRefPtr()); in GetConnectionPid()
331 … pids.push_back(static_cast<RSRenderServiceConnection*>(pair.second.GetRefPtr())->remotePid_); in GetConnectionsPids()
1438 RSRenderServiceConnection* connection = GetConnection(Utils::GetMockPid(pid)); in PlaybackUpdate()
H A Drs_profiler.h102 class RSRenderServiceConnection; variable
302 static RSRenderServiceConnection* GetConnection(pid_t pid);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/transaction/
H A Drs_render_service_connection_stub_test.cpp43 …new RSRenderServiceConnection(0, nullptr, RSMainThread::Instance(), nullptr, token_->AsObject(), n…