Searched refs:ExynosDeviceDrmInterface (Results 1 – 4 of 4) sorted by relevance
68 ExynosDeviceDrmInterface::ExynosDeviceDrmInterface(ExynosDevice *exynosDevice) in ExynosDeviceDrmInterface() function in ExynosDeviceDrmInterface73 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()
26 class ExynosDeviceDrmInterface : public ExynosDeviceInterface {28 ExynosDeviceDrmInterface(ExynosDevice *exynosDevice);29 virtual ~ExynosDeviceDrmInterface();
117 libdisplayinterface/ExynosDeviceDrmInterface.cpp \
179 mDeviceInterface = std::make_unique<ExynosDeviceDrmInterface>(this); in initDeviceInterface()