Searched refs:appNodeId (Results 1 – 2 of 2) sorted by relevance
467 bool CheckSubThreadNodeStatusIsDoing(NodeId appNodeId) const;475 bool IsLastFrameUIFirstEnabled(NodeId appNodeId) const;
1459 bool RSMainThread::CheckSubThreadNodeStatusIsDoing(NodeId appNodeId) const in CheckSubThreadNodeStatusIsDoing()1468 if (node->GetId() == appNodeId) { in CheckSubThreadNodeStatusIsDoing()1473 if (surfaceNode && surfaceNode->GetId() == appNodeId) { in CheckSubThreadNodeStatusIsDoing()1531 auto appNodeId = surfaceNode->GetInstanceRootNodeId(); in CollectInfoForHardwareComposer() local1533 context_->AddActiveNode(nodeMap.GetRenderNode(appNodeId)); in CollectInfoForHardwareComposer()1581 bool RSMainThread::IsLastFrameUIFirstEnabled(NodeId appNodeId) const in IsLastFrameUIFirstEnabled()1588 if (node->GetId() == appNodeId) { in IsLastFrameUIFirstEnabled()1594 … if (surfaceNode && surfaceNode->IsAppWindow() && surfaceNode->GetId() == appNodeId) { in IsLastFrameUIFirstEnabled()