Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
DExynosExternalDisplay.h57 virtual void initDisplayInterface(uint32_t interfaceType);
DExynosExternalDisplay.cpp590 void ExynosExternalDisplay::initDisplayInterface(uint32_t interfaceType) in initDisplayInterface() argument
592 if (interfaceType == INTERFACE_TYPE_DRM) in initDisplayInterface()
596 __func__, interfaceType); in initDisplayInterface()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp209 void ExynosDevice::initDeviceInterface(uint32_t interfaceType) in initDeviceInterface() argument
211 if (interfaceType == INTERFACE_TYPE_DRM) { in initDeviceInterface()
215 __func__, interfaceType); in initDeviceInterface()
223 display->initDisplayInterface(interfaceType); in initDeviceInterface()
DExynosDevice.h367 void initDeviceInterface(uint32_t interfaceType);
DExynosDisplay.h1293 virtual void initDisplayInterface(uint32_t interfaceType);
DExynosDisplay.cpp6273 void ExynosDisplay::initDisplayInterface(uint32_t __unused interfaceType) in initDisplayInterface() argument
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.h54 virtual void initDisplayInterface(uint32_t interfaceType);
DExynosPrimaryDisplay.cpp686 void ExynosPrimaryDisplay::initDisplayInterface(uint32_t interfaceType) in initDisplayInterface() argument
688 if (interfaceType == INTERFACE_TYPE_DRM) in initDisplayInterface()
692 __func__, interfaceType); in initDisplayInterface()