Home
last modified time | relevance | path

Searched refs:hidl_histogram_control_t (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/
Dhistogram_mediator.cpp42 hidl_histogram_control_t::HISTOGRAM_CONTROL_REQUEST) != NO_ERROR) { in requestHist()
55 hidl_histogram_control_t::HISTOGRAM_CONTROL_CANCEL) != NO_ERROR) { in cancelHistRequest()
/aosp_15_r20/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp587 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()
DExynosDisplayDrmInterfaceModule.h60 int32_t setHistogramControl(hidl_histogram_control_t enabled);
/aosp_15_r20/hardware/google/graphics/gs101/include/histogram/
Dhistogram_control.h20 enum class hidl_histogram_control_t { enum
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h429 virtual int32_t setHistogramControl(hidl_histogram_control_t enabled) { return NO_ERROR; } in setHistogramControl()