Searched refs:HistogramChannelIoctl_t (Results 1 – 4 of 4) sorted by relevance
75 using HistogramChannelIoctl_t = ExynosDisplayDrmInterface::HistogramChannelIoctl_t; variable
889 if ((ret = moduleDisplayInterface->sendHistogramChannelIoctl(HistogramChannelIoctl_t::REQUEST, in requestBlobIdData()924 if ((ret = moduleDisplayInterface->sendHistogramChannelIoctl(HistogramChannelIoctl_t::CANCEL, in receiveBlobIdData()
391 enum class HistogramChannelIoctl_t { enum398 int32_t sendHistogramChannelIoctl(HistogramChannelIoctl_t control, uint32_t blobId) const;
2961 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()