Home
last modified time | relevance | path

Searched refs:mVsyncDisplayId (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.cpp64 mVsyncDisplayId(getDisplayId(HWC_DISPLAY_PRIMARY, 0)), in ExynosDevice()
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()
803 mVsyncDisplayId = getDisplayId(HWC_DISPLAY_EXTERNAL, 0); in compareVsyncPeriod()
H A DExynosDevice.h197 uint32_t mVsyncDisplayId; variable
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwcService/
H A DExynosHWCService.cpp216 mHWCCtx->device->mVsyncDisplayId = index; in setExternalVsyncEnabled()