/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_distributor.h | 54 … const sptr<IRemoteObject>& token = nullptr, uint64_t id = 0, uint64_t windowNodeId = 0); 117 VsyncError AddConnection(const sptr<VSyncConnection>& connection, uint64_t windowNodeId = 0); 126 …VsyncError SetQosVSyncRate(uint64_t windowNodeId, int32_t rate, bool isSystemAnimateScene = false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_distributor.cpp | 84 uint64_t windowNodeId) in VSyncConnection() argument 88 windowNodeId_(windowNodeId), in VSyncConnection() 340 …ror VSyncDistributor::AddConnection(const sptr<VSyncConnection>& connection, uint64_t windowNodeId) in AddConnection() argument 358 if (windowNodeId != 0) { in AddConnection() 359 connectionsMap_[windowNodeId].push_back(connection); in AddConnection() 1099 VsyncError VSyncDistributor::SetQosVSyncRate(uint64_t windowNodeId, int32_t rate, bool isSystemAnim… in SetQosVSyncRate() argument 1102 VsyncError resCode = SetQosVSyncRateByPid(ExtractPid(windowNodeId), rate, isSystemAnimateScene); in SetQosVSyncRate() 1103 auto iter = connectionsMap_.find(windowNodeId); in SetQosVSyncRate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 83 uint64_t windowNodeId = GetData<uint64_t>(); in DoSomethingInterestingWithMyAPI() local 138 rsRenderServiceConnectionProxy.CreateVSyncConnection(name, token, id1, windowNodeId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 139 NodeId windowNodeId = 1; variable 140 ASSERT_EQ(proxy->CreateVSyncConnection(name, token, id, windowNodeId), nullptr); 142 ASSERT_EQ(proxy->CreateVSyncConnection(name, token, id, windowNodeId), nullptr);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.cpp | 433 NodeId windowNodeId, in CreateVSyncConnection() argument 442 [this, &windowNodeId](const std::shared_ptr<RSSurfaceRenderNode>& surfaceNode) mutable { in CreateVSyncConnection() 447 … if (surfaceNode->GetRSSurfaceHandler()->GetConsumer()->GetUniqueId() == windowNodeId) { in CreateVSyncConnection() 448 windowNodeId = surfaceNode->GetInstanceRootNodeId(); in CreateVSyncConnection() 454 …ection> conn = new VSyncConnection(appVSyncDistributor_, name, token->AsObject(), 0, windowNodeId); in CreateVSyncConnection() 468 auto ret = appVSyncDistributor_->AddConnection(conn, windowNodeId); in CreateVSyncConnection()
|
H A D | rs_render_service_connection.h | 75 NodeId windowNodeId = 0,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 446 NodeId windowNodeId, in CreateVSyncReceiver() argument 449 … return renderServiceClient_->CreateVSyncReceiver(name, looper, id, windowNodeId, fromXcomponent); in CreateVSyncReceiver()
|
H A D | rs_interfaces.h | 212 NodeId windowNodeId = 0,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 70 NodeId windowNodeId = 0,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 113 NodeId windowNodeId, in CreateVSyncReceiver() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 113 NodeId windowNodeId, in CreateVSyncReceiver() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 49 NodeId windowNodeId = 0,
|
H A D | rs_render_service_client.cpp | 178 NodeId windowNodeId, in CreateVSyncReceiver() argument 188 CreateVSyncConnection(name, token, id, windowNodeId, fromXcomponent); in CreateVSyncReceiver()
|
H A D | rs_render_service_connection_proxy.cpp | 268 NodeId windowNodeId, in CreateVSyncConnection() argument 282 data.WriteUint64(windowNodeId); in CreateVSyncConnection()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 138 NodeId windowNodeId = 0,
|