Searched refs:getDisplayId (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/ |
D | HWC2OnFbAdapter.cpp | 57 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/ |
D | ExynosDevice.cpp | 64 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/ |
D | ExynosHWCService.cpp | 187 (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/ |
D | ExynosDeviceDrmInterface.cpp | 223 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/ |
D | HWC2OnFbAdapter.h | 43 static hwc2_display_t getDisplayId();
|
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/ |
D | ExynosVirtualDisplay.cpp | 37 mDisplayId = getDisplayId(mType, mIndex); in ExynosVirtualDisplay()
|
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/ |
D | ExynosExternalDisplay.cpp | 40 mDisplayId = getDisplayId(mType, mIndex); in ExynosExternalDisplay()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 574 uint32_t getDisplayId(int32_t displayType, int32_t displayIndex = 0);
|
D | ExynosHWCHelper.cpp | 1274 uint32_t getDisplayId(int32_t displayType, int32_t displayIndex) { in getDisplayId() function
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.cpp | 83 mDisplayId = getDisplayId(mType, mIndex); in ExynosPrimaryDisplay()
|
/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWC.cpp | 243 *outDisplay = getDisplayId(HWC_DISPLAY_VIRTUAL, 0); in exynos_createVirtualDisplay() 1277 …dule *display = (ExynosExternalDisplayModule*)dev->device->getDisplay(getDisplayId(HWC_DISPLAY_EXT… in exynos_boot_finished()
|