Home
last modified time | relevance | path

Searched refs:DrmHotplugHandler (Results 1 – 2 of 2) sorted by relevance

/external/drm_hwcomposer/
DDrmHwcTwo.h347 class DrmHotplugHandler : public DrmEventHandler {
349 DrmHotplugHandler(DrmHwcTwo *hwc2, DrmDevice *drm) in DrmHotplugHandler() function
DDrmHwcTwo.cpp88 device->RegisterHotplugHandler(new DrmHotplugHandler(this, device.get())); in Init()
1122 void DrmHwcTwo::DrmHotplugHandler::HandleEvent(uint64_t timestamp_us) { in HandleEvent()