Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp55 ExynosDevice *g_exynosDevice = NULL; variable
145 if ((g_exynosDevice == NULL) || (exynosDevice != g_exynosDevice)) { in checkDevice()
146 ALOGE("device pointer is not valid (%p, %p)", exynosDevice, g_exynosDevice); in checkDevice()
1322 g_exynosDevice = dev->device; in exynos_open()