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

/frameworks/native/services/surfaceflinger/
H A DLayer.h388 // callIntoHwc exists so we can update our local state and call
390 void setCompositionType(int32_t hwcId, HWC2::Composition type, bool callIntoHwc = true);
H A DLayer.cpp730 void Layer::setCompositionType(int32_t hwcId, HWC2::Composition type, bool callIntoHwc) { argument
738 static_cast<int>(callIntoHwc));
742 if (callIntoHwc) {

Completed in 37 milliseconds