Searched refs:hidl_histogram_control_t (Results 1 – 5 of 5) sorted by relevance
20 enum class hidl_histogram_control_t { enum
42 hidl_histogram_control_t::HISTOGRAM_CONTROL_REQUEST) != NO_ERROR) { in requestHist()55 hidl_histogram_control_t::HISTOGRAM_CONTROL_CANCEL) != NO_ERROR) { in cancelHistRequest()
586 int32_t ExynosDisplayDrmInterfaceModule::setHistogramControl(hidl_histogram_control_t control) { in setHistogramControl()592 if (control == hidl_histogram_control_t::HISTOGRAM_CONTROL_REQUEST) { in setHistogramControl()594 } else if (control == hidl_histogram_control_t::HISTOGRAM_CONTROL_CANCEL) { in setHistogramControl()
60 int32_t setHistogramControl(hidl_histogram_control_t enabled);
410 virtual int32_t setHistogramControl(hidl_histogram_control_t enabled) { return NO_ERROR; } in setHistogramControl()