Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp292 struct exynos_drm_context_histogram_event* context_histogram_event = in handleContextHistogramEvent() local
298 if (context_histogram_event->crtc_id == displayInterface->getCrtcId()) { in handleContextHistogramEvent()
300 display->mHistogramController->handleContextDrmEvent(context_histogram_event); in handleContextHistogramEvent()
303 context_histogram_event->crtc_id); in handleContextHistogramEvent()
310 ALOGE("%s: no display with crtc_id (%u)", __func__, context_histogram_event->crtc_id); in handleContextHistogramEvent()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.cpp1022 const struct exynos_drm_context_histogram_event* const context_histogram_event = in parseContextDrmEvent() local
1024 blobId = context_histogram_event->user_handle; in parseContextDrmEvent()
1025 buffer = (char16_t*)&context_histogram_event->bins; in parseContextDrmEvent()