Searched defs:getCompositionType (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h552 HWC2::Composition getCompositionType() const { function in class:android::HWC2On1Adapter::Layer
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp967 mIsGlesComposition = (layer.getCompositionType() == HWC_FRAMEBUFFER);
983 getCompositionType(hwcId) != HWC2::Composition::Cursor) {
1021 if (layer.getCompositionType() == HWC_OVERLAY || layer.getCompositionType() == HWC_CURSOR_OVERLAY) {
1288 HWC2::Composition Layer::getCompositionType(int32_t hwcId) const { function in class:android::Layer
1295 ALOGE("getCompositionType called with an invalid HWC layer");
2523 to_string(getCompositionType(hwcId)).c_str());

Completed in 2041 milliseconds