Home
last modified time | relevance | path

Searched refs:exynosDevice (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp182 if (!exynosDevice) in exynos_getFunction()
192 if (!exynosDevice) in exynos_getCapabilities()
202 if (exynosDevice) in exynos_dump()
210 if (exynosDevice) { in exynos_acceptDisplayChanges()
227 if (exynosDevice) { in exynos_createLayer()
245 if (exynosDevice) { in exynos_createVirtualDisplay()
259 if (exynosDevice) { in exynos_destroyLayer()
277 if (exynosDevice) { in exynos_destroyVirtualDisplay()
293 if (exynosDevice) { in exynos_getActiveConfig()
308 if (exynosDevice) { in exynos_getChangedCompositionTypes()
[all …]
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDeviceDrmInterface.h28 ExynosDeviceDrmInterface(ExynosDevice *exynosDevice);
30 virtual void init(ExynosDevice *exynosDevice) override;
39 void init(ExynosDevice *exynosDevice, DrmDevice *drmDevice);
H A DExynosDeviceDrmInterface.cpp68 ExynosDeviceDrmInterface::ExynosDeviceDrmInterface(ExynosDevice *exynosDevice) in ExynosDeviceDrmInterface() argument
79 void ExynosDeviceDrmInterface::init(ExynosDevice *exynosDevice) in init() argument
82 mExynosDevice = exynosDevice; in init()
199 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::init(ExynosDevice *exynosDevice, DrmDevice *d… in init() argument
201 mExynosDevice = exynosDevice; in init()
H A DExynosDeviceInterface.h80 virtual void init(ExynosDevice *exynosDevice) = 0;
H A DExynosDisplayDrmInterface.cpp649 ExynosDevice *exynosDevice = mExynosDisplay->mDevice; in Callback() local
651 exynosDevice->mCallbackInfos[HWC2_CALLBACK_VSYNC_2_4]; in Callback()
661 auto vsyncCallbackInfo = exynosDevice->mCallbackInfos[HWC2_CALLBACK_VSYNC]; in Callback()
773 ExynosDevice *exynosDevice = mExynosDisplay->mDevice; in setVsyncEnabled() local
774 auto vsync_2_4CallbackInfo = exynosDevice->mCallbackInfos[HWC2_CALLBACK_VSYNC_2_4]; in setVsyncEnabled()