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.cpp69 ExynosDeviceDrmInterface::ExynosDeviceDrmInterface(ExynosDevice* exynosDevice) in ExynosDeviceDrmInterface() function in ExynosDeviceDrmInterface
75 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 …]
DExynosDeviceDrmInterface.h26 class ExynosDeviceDrmInterface : public ExynosDeviceInterface {
28 ExynosDeviceDrmInterface(ExynosDevice *exynosDevice);
29 virtual ~ExynosDeviceDrmInterface();
/hardware/google/graphics/common/libhwc2.1/
DAndroid.mk147 libdisplayinterface/ExynosDeviceDrmInterface.cpp \
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp212 mDeviceInterface = std::make_unique<ExynosDeviceDrmInterface>(this); in initDeviceInterface()