Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DHistogramDevice.h75 using HistogramChannelIoctl_t = ExynosDisplayDrmInterface::HistogramChannelIoctl_t; variable
DHistogramDevice.cpp889 if ((ret = moduleDisplayInterface->sendHistogramChannelIoctl(HistogramChannelIoctl_t::REQUEST, in requestBlobIdData()
924 if ((ret = moduleDisplayInterface->sendHistogramChannelIoctl(HistogramChannelIoctl_t::CANCEL, in receiveBlobIdData()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h391 enum class HistogramChannelIoctl_t { enum
398 int32_t sendHistogramChannelIoctl(HistogramChannelIoctl_t control, uint32_t blobId) const;
DExynosDisplayDrmInterface.cpp2961 int32_t ExynosDisplayDrmInterface::sendHistogramChannelIoctl(HistogramChannelIoctl_t control, in sendHistogramChannelIoctl()
2968 if (control == HistogramChannelIoctl_t::REQUEST) { in sendHistogramChannelIoctl()
2972 } else if (control == HistogramChannelIoctl_t::CANCEL) { in sendHistogramChannelIoctl()
2982 int32_t ExynosDisplayDrmInterface::sendHistogramChannelIoctl(HistogramChannelIoctl_t control, in sendHistogramChannelIoctl()