Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterfaceModule.h32 virtual int32_t initDrmDevice(DrmDevice *drmDevice);
H A DExynosDisplayDrmInterfaceModule.cpp71 int32_t ExynosDisplayDrmInterfaceModule::initDrmDevice(DrmDevice *drmDevice) in initDrmDevice() function in ExynosDisplayDrmInterfaceModule
74 if ((ret = ExynosDisplayDrmInterface::initDrmDevice(drmDevice)) != NO_ERROR) in initDrmDevice()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDeviceDrmInterface.cpp104 return displayInterface->initDrmDevice(mDrmDevice); in initDisplayInterface()
H A DExynosDisplayDrmInterface.h272 virtual int32_t initDrmDevice(DrmDevice *drmDevice);
H A DExynosDisplayDrmInterface.cpp550 int32_t ExynosDisplayDrmInterface::initDrmDevice(DrmDevice *drmDevice) in initDrmDevice() function in ExynosDisplayDrmInterface