Searched refs:ExynosDeviceDrmInterface (Results 1 – 4 of 4) sorted by relevance
69 ExynosDeviceDrmInterface::ExynosDeviceDrmInterface(ExynosDevice* exynosDevice) in ExynosDeviceDrmInterface() function in ExynosDeviceDrmInterface75 ExynosDeviceDrmInterface::~ExynosDeviceDrmInterface() { in ~ExynosDeviceDrmInterface()92 void ExynosDeviceDrmInterface::init(ExynosDevice *exynosDevice) { in init()127 void ExynosDeviceDrmInterface::postInit() { in postInit()131 int32_t ExynosDeviceDrmInterface::initDisplayInterface( in initDisplayInterface()138 void ExynosDeviceDrmInterface::updateRestrictions() { in updateRestrictions()238 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::init(ExynosDevice *exynosDevice, in init()244 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::handleEvent(uint64_t timestamp_us) { in handleEvent()248 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::handleHistogramEvent(uint32_t crtc_id, in handleHistogramEvent()265 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::handleHistogramChannelEvent(void *event) { in handleHistogramChannelEvent()[all …]
26 class ExynosDeviceDrmInterface : public ExynosDeviceInterface {28 ExynosDeviceDrmInterface(ExynosDevice *exynosDevice);29 virtual ~ExynosDeviceDrmInterface();
147 libdisplayinterface/ExynosDeviceDrmInterface.cpp \
212 mDeviceInterface = std::make_unique<ExynosDeviceDrmInterface>(this); in initDeviceInterface()