Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp257 id = displayInterface->getCrtcId(); in handleHistogramEvent()
272 if (histogram_channel_event->crtc_id == displayInterface->getCrtcId()) { in handleHistogramChannelEvent()
298 if (context_histogram_event->crtc_id == displayInterface->getCrtcId()) { in handleContextHistogramEvent()
DExynosDisplayDrmInterface.h417 uint32_t getCrtcId() { return mDrmCrtc->id(); } in getCrtcId() function