Home
last modified time | relevance | path

Searched refs:ExynosDeviceDrmInterface (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp68 ExynosDeviceDrmInterface::ExynosDeviceDrmInterface(ExynosDevice *exynosDevice) in ExynosDeviceDrmInterface() function in ExynosDeviceDrmInterface
73 ExynosDeviceDrmInterface::~ExynosDeviceDrmInterface() in ~ExynosDeviceDrmInterface()
79 void ExynosDeviceDrmInterface::init(ExynosDevice *exynosDevice) in init()
99 int32_t ExynosDeviceDrmInterface::initDisplayInterface( in initDisplayInterface()
107 void ExynosDeviceDrmInterface::updateRestrictions() in updateRestrictions()
199 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::init(ExynosDevice *exynosDevice, DrmDevice *d… in init()
205 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::HandleEvent(uint64_t timestamp_us) in HandleEvent()
234 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::HandleTUIEvent() in HandleTUIEvent()
DExynosDeviceDrmInterface.h26 class ExynosDeviceDrmInterface : public ExynosDeviceInterface {
28 ExynosDeviceDrmInterface(ExynosDevice *exynosDevice);
29 virtual ~ExynosDeviceDrmInterface();
/hardware/google/graphics/common/libhwc2.1/
DAndroid.mk117 libdisplayinterface/ExynosDeviceDrmInterface.cpp \
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp179 mDeviceInterface = std::make_unique<ExynosDeviceDrmInterface>(this); in initDeviceInterface()