Searched refs:ContextHistogramIoctl_t (Results 1 – 4 of 4) sorted by relevance
74 using ContextHistogramIoctl_t = ExynosDisplayDrmInterface::ContextHistogramIoctl_t; variable
877 if ((ret = moduleDisplayInterface->sendContextHistogramIoctl(ContextHistogramIoctl_t::REQUEST, in requestBlobIdData()918 if ((ret = moduleDisplayInterface->sendContextHistogramIoctl(ContextHistogramIoctl_t::CANCEL, in receiveBlobIdData()
400 enum class ContextHistogramIoctl_t { enum406 int32_t sendContextHistogramIoctl(ContextHistogramIoctl_t control, uint32_t blobId) const;
2990 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()