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.cpp567 void ExynosExternalDisplay::initDisplayInterface(uint32_t interfaceType) in initDisplayInterface() argument
569 if (interfaceType == INTERFACE_TYPE_DRM) in initDisplayInterface()
573 __func__, interfaceType); in initDisplayInterface()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.h49 virtual void initDisplayInterface(uint32_t interfaceType);
DExynosPrimaryDisplay.cpp468 void ExynosPrimaryDisplay::initDisplayInterface(uint32_t interfaceType) in initDisplayInterface() argument
470 if (interfaceType == INTERFACE_TYPE_DRM) in initDisplayInterface()
474 __func__, interfaceType); in initDisplayInterface()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h350 void initDeviceInterface(uint32_t interfaceType);
DExynosDevice.cpp210 void ExynosDevice::initDeviceInterface(uint32_t interfaceType) in initDeviceInterface() argument
212 if (interfaceType == INTERFACE_TYPE_DRM) { in initDeviceInterface()
216 __func__, interfaceType); in initDeviceInterface()
224 display->initDisplayInterface(interfaceType); in initDeviceInterface()
DExynosDisplay.h1217 virtual void initDisplayInterface(uint32_t interfaceType);
DExynosDisplay.cpp5935 void ExynosDisplay::initDisplayInterface(uint32_t __unused interfaceType) in initDisplayInterface() argument