Searched refs:hasDeviceComposition (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h120 bool hasDeviceComposition(int32_t displayId) const;
192 bool hasDeviceComposition; member in struct:android::HWComposer::DisplayData
H A DHWComposer.cpp517 displayData.hasDeviceComposition = false;
537 displayData.hasDeviceComposition = true;
565 bool HWComposer::hasDeviceComposition(int32_t displayId) const { function in class:android::HWComposer
572 ALOGE("hasDeviceComposition: Invalid display %d", displayId);
575 return mDisplayData[displayId].hasDeviceComposition;
886 hasDeviceComposition(false),
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp278 bool hasDevice = hwc.hasDeviceComposition(mHwcDisplayId);
H A DSurfaceFlinger.cpp2503 const bool applyColorMatrix = !mHwc->hasDeviceComposition(hwcId) &&
2531 const bool hasDeviceComposition = mHwc->hasDeviceComposition(hwcId); local
2532 if (hasDeviceComposition) {

Completed in 154 milliseconds