Searched refs:interfaceType (Results 1 – 8 of 8) sorted by relevance
57 virtual void initDisplayInterface(uint32_t interfaceType);
567 void ExynosExternalDisplay::initDisplayInterface(uint32_t interfaceType) in initDisplayInterface() argument569 if (interfaceType == INTERFACE_TYPE_DRM) in initDisplayInterface()573 __func__, interfaceType); in initDisplayInterface()
49 virtual void initDisplayInterface(uint32_t interfaceType);
468 void ExynosPrimaryDisplay::initDisplayInterface(uint32_t interfaceType) in initDisplayInterface() argument470 if (interfaceType == INTERFACE_TYPE_DRM) in initDisplayInterface()474 __func__, interfaceType); in initDisplayInterface()
350 void initDeviceInterface(uint32_t interfaceType);
210 void ExynosDevice::initDeviceInterface(uint32_t interfaceType) in initDeviceInterface() argument212 if (interfaceType == INTERFACE_TYPE_DRM) { in initDeviceInterface()216 __func__, interfaceType); in initDeviceInterface()224 display->initDisplayInterface(interfaceType); in initDeviceInterface()
1217 virtual void initDisplayInterface(uint32_t interfaceType);
5935 void ExynosDisplay::initDisplayInterface(uint32_t __unused interfaceType) in initDisplayInterface() argument