Home
last modified time | relevance | path

Searched refs:headCount (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DRenderer.cpp322 void Renderer::setNumHeads(int headCount) { in setNumHeads() argument
323 if (headCount > heads_.size()) { in setNumHeads()
324 int to_add = headCount - heads_.size(); in setNumHeads()
328 } else if (headCount < heads_.size()) { in setNumHeads()
329 heads_.erase(heads_.begin() + headCount, heads_.end()); in setNumHeads()
DRenderer.h84 void setNumHeads(int headCount);