Home
last modified time | relevance | path

Searched refs:ContextHistogramIoctl_t (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.h74 using ContextHistogramIoctl_t = ExynosDisplayDrmInterface::ContextHistogramIoctl_t; variable
DHistogramDevice.cpp877 if ((ret = moduleDisplayInterface->sendContextHistogramIoctl(ContextHistogramIoctl_t::REQUEST, in requestBlobIdData()
918 if ((ret = moduleDisplayInterface->sendContextHistogramIoctl(ContextHistogramIoctl_t::CANCEL, in receiveBlobIdData()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h400 enum class ContextHistogramIoctl_t { enum
406 int32_t sendContextHistogramIoctl(ContextHistogramIoctl_t control, uint32_t blobId) const;
DExynosDisplayDrmInterface.cpp2990 int32_t ExynosDisplayDrmInterface::sendContextHistogramIoctl(ContextHistogramIoctl_t control, in sendContextHistogramIoctl()
2998 if (control == ContextHistogramIoctl_t::REQUEST) { in sendContextHistogramIoctl()
3002 } else if (control == ContextHistogramIoctl_t::CANCEL) { in sendContextHistogramIoctl()
3012 int32_t ExynosDisplayDrmInterface::sendContextHistogramIoctl(ContextHistogramIoctl_t control, in sendContextHistogramIoctl()