Home
last modified time | relevance | path

Searched refs:getDisplayId (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp57 reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer)(callbackData, adapter.getDisplayId(), in registerCallbackHook()
94 if (adapter.getDisplayId() != display) { in getDisplayNameHook()
110 if (adapter.getDisplayId() != display) { in getDisplayTypeHook()
120 if (adapter.getDisplayId() != display) { in getDozeSupportHook()
132 if (adapter.getDisplayId() != display) { in getHdrCapabilitiesHook()
142 if (adapter.getDisplayId() != display) { in setPowerModeHook()
152 if (adapter.getDisplayId() != display) { in setVsyncEnabledHook()
163 if (adapter.getDisplayId() != display) { in getColorModesHook()
181 if (adapter.getDisplayId() != display) { in setColorModeHook()
194 if (adapter.getDisplayId() != display) { in setColorTransformHook()
[all …]
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp64 mVsyncDisplayId(getDisplayId(HWC_DISPLAY_PRIMARY, 0)), in ExynosDevice()
167 ExynosDisplay *primary_display = getDisplay(getDisplayId(HWC_DISPLAY_PRIMARY, 0)); in ExynosDevice()
204 ExynosDisplay *primary_display = getDisplay(getDisplayId(HWC_DISPLAY_PRIMARY,0)); in ~ExynosDevice()
441 callbackFunc(callbackData, getDisplayId(it->mType, it->mIndex), in registerCallback()
464 getDisplayId(HWC_DISPLAY_PRIMARY, 0)); in invalidate()
786 ExynosDisplay *primary_display = getDisplay(getDisplayId(HWC_DISPLAY_PRIMARY, 0)); in compareVsyncPeriod()
787 ExynosDisplay *external_display = getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in compareVsyncPeriod()
789 mVsyncDisplayId = getDisplayId(HWC_DISPLAY_PRIMARY, 0); in compareVsyncPeriod()
795 mVsyncDisplayId = getDisplayId(HWC_DISPLAY_EXTERNAL, 0); in compareVsyncPeriod()
800 mVsyncDisplayId = getDisplayId(HWC_DISPLAY_EXTERNAL, 0); in compareVsyncPeriod()
[all …]
/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp187 (ExynosExternalDisplay *)mHWCCtx->device->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in getExternalDisplayConfigs()
202 (ExynosExternalDisplay *)mHWCCtx->device->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in setExternalDisplayConfig()
218 (ExynosExternalDisplay *)mHWCCtx->device->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in setExternalVsyncEnabled()
230 (ExynosExternalDisplay *)mHWCCtx->device->getDisplay(getDisplayId(HWC_DISPLAY_EXTERNAL, 0)); in getExternalHdrCapabilities()
343 …ExynosDisplay *display = (ExynosDisplay*)mHWCCtx->device->getDisplay(getDisplayId(HWC_DISPLAY_PRIM… in setDDIScaler()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp223 callbackFunc(callbackData, getDisplayId(it->mType, it->mIndex), in HandleEvent()
229 …static_cast<ExynosExternalDisplayModule*>(mExynosDevice->getDisplay(getDisplayId(HWC_DISPLAY_EXTER… in HandleEvent()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h43 static hwc2_display_t getDisplayId();
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp37 mDisplayId = getDisplayId(mType, mIndex); in ExynosVirtualDisplay()
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
DExynosExternalDisplay.cpp40 mDisplayId = getDisplayId(mType, mIndex); in ExynosExternalDisplay()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h574 uint32_t getDisplayId(int32_t displayType, int32_t displayIndex = 0);
DExynosHWCHelper.cpp1274 uint32_t getDisplayId(int32_t displayType, int32_t displayIndex) { in getDisplayId() function
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp83 mDisplayId = getDisplayId(mType, mIndex); in ExynosPrimaryDisplay()
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp243 *outDisplay = getDisplayId(HWC_DISPLAY_VIRTUAL, 0); in exynos_createVirtualDisplay()
1277 …dule *display = (ExynosExternalDisplayModule*)dev->device->getDisplay(getDisplayId(HWC_DISPLAY_EXT… in exynos_boot_finished()