Home
last modified time | relevance | path

Searched refs:renderServiceClient_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp59 return renderServiceClient_->GetDefaultScreenId(); in GetDefaultScreenId()
64 return renderServiceClient_->GetActiveScreenId(); in GetActiveScreenId()
69 return renderServiceClient_->GetAllScreenIds(); in GetAllScreenIds()
120 renderServiceClient_->RemoveVirtualScreen(id); in RemoveVirtualScreen()
213 return renderServiceClient_->GetRefreshInfo(pid); in GetRefreshInfo()
386 return renderServiceClient_->GetScreenData(id); in GetScreenData()
575 renderServiceClient_->SetAppWindowNum(num); in SetAppWindowNum()
606 renderServiceClient_->ReportJankStats(); in ReportJankStats()
611 renderServiceClient_->ReportEventResponse(info); in ReportEventResponse()
695 renderServiceClient_->SetVmaCacheStatus(flag); in SetVmaCacheStatus()
[all …]
H A Drs_interfaces.h310 std::unique_ptr<RSRenderServiceClient> renderServiceClient_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/
H A Drs_interfaces_test.cpp157 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
171 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
186 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
201 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
216 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
231 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
246 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
260 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
274 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
288 EXPECT_TRUE(instance.renderServiceClient_ != nullptr);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp62 renderServiceClient_ = renderServiceClient; in SetRenderServiceClient()
95 if (renderServiceClient_ == nullptr || command == nullptr) { in AddCommandFromRT()
112 if (renderServiceClient_ && isRenderServiceTask) { in ExecuteSynchronousTask()
113 renderServiceClient_->ExecuteSynchronousTask(task); in ExecuteSynchronousTask()
145 if (renderServiceClient_ != nullptr && !implicitRemoteTransactionData_->IsEmpty()) { in FlushImplicitTransaction()
147 renderServiceClient_->CommitTransaction(implicitRemoteTransactionData_); in FlushImplicitTransaction()
153 renderServiceClient_ != nullptr, implicitRemoteTransactionData_->IsEmpty()); in FlushImplicitTransaction()
180 if (renderServiceClient_ != nullptr && !implicitTransactionDataFromRT_->IsEmpty()) { in FlushImplicitTransactionFromRT()
182 renderServiceClient_->CommitTransaction(implicitTransactionDataFromRT_); in FlushImplicitTransactionFromRT()
254 renderServiceClient_->CommitTransaction(implicitRemoteTransactionDataStack_.top()); in Commit()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_proxy.h104 …std::shared_ptr<RSIRenderClient> renderServiceClient_ = RSIRenderClient::CreateRenderServiceClient…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_transaction_proxy_test.cpp839 instance->renderServiceClient_ = renderServiceClient;