Searched refs:getCompositionType (Results 1 – 5 of 5) sorted by relevance
164 virtual int32_t getCompositionType() const = 0;
483 validateChange(layer->getCompositionType(displayId), in prepare()488 switch (layer->getCompositionType(displayId)) { in prepare()
391 HWC2::Composition getCompositionType(int32_t hwcId) const;
670 getCompositionType(hwcId) != HWC2::Composition::Cursor) { in updateCursorPosition()753 HWC2::Composition Layer::getCompositionType(int32_t hwcId) const { in getCompositionType() function in android::Layer1481 result.appendFormat("%10s | ", to_string(getCompositionType(hwcId)).c_str()); in miniDump()
2130 if (layer->getCompositionType(hwcId) == HWC2::Composition::Client) { in postFramebuffer()2995 to_string(layer->getCompositionType(hwcId)).c_str()); in doComposeSurfaces()2997 switch (layer->getCompositionType(hwcId)) { in doComposeSurfaces()