Home
last modified time | relevance | path

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

/hardware/google/graphics/gs201/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.h36 virtual int32_t initDrmDevice(DrmDevice *drmDevice);
DExynosDisplayDrmInterfaceModule.cpp40 int32_t ExynosDisplayDrmInterfaceModule::initDrmDevice(DrmDevice *drmDevice) in initDrmDevice() function in ExynosDisplayDrmInterfaceModule
42 int ret = gs101::ExynosDisplayDrmInterfaceModule::initDrmDevice(drmDevice); in initDrmDevice()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.h33 virtual int32_t initDrmDevice(DrmDevice *drmDevice);
DExynosDisplayDrmInterfaceModule.cpp51 int32_t ExynosDisplayDrmInterfaceModule::initDrmDevice(DrmDevice *drmDevice) in initDrmDevice() function in ExynosDisplayDrmInterfaceModule
54 if ((ret = ExynosDisplayDrmInterface::initDrmDevice(drmDevice)) != NO_ERROR) in initDrmDevice()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp135 return displayInterface->initDrmDevice(mDrmDevice); in initDisplayInterface()
DExynosDisplayDrmInterface.h337 virtual int32_t initDrmDevice(DrmDevice *drmDevice);
DExynosDisplayDrmInterface.cpp719 int32_t ExynosDisplayDrmInterface::initDrmDevice(DrmDevice *drmDevice) in initDrmDevice() function in ExynosDisplayDrmInterface