Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h390 void setCompositionType(int32_t hwcId, HWC2::Composition type, bool callIntoHwc = true);
DLayer.cpp730 void Layer::setCompositionType(int32_t hwcId, HWC2::Composition type, bool callIntoHwc) { in setCompositionType() argument
738 static_cast<int>(callIntoHwc)); in setCompositionType()
742 if (callIntoHwc) { in setCompositionType()