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