Home
last modified time | relevance | path

Searched refs:supported_components (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.h52 uint8_t* supported_components) const;
Dhistogram_collector.cpp367 uint8_t* supported_components) const { in getAttributes()
368 if (!format || !dataspace || !supported_components) in getAttributes()
373 *supported_components = HWC2_FORMAT_COMPONENT_2; in getAttributes()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_primary.h90 uint8_t* supported_components) override;
Dhwc_display_primary.cpp871 … uint8_t* supported_components) { in GetDisplayedContentSamplingAttributes() argument
872 return histogram.getAttributes(format, dataspace, supported_components); in GetDisplayedContentSamplingAttributes()
Dhwc_display.h382 uint8_t* supported_components);
Dhwc_session.cpp551 uint8_t* supported_components) { in GetDisplayedContentSamplingAttributes() argument
554 format, dataspace, supported_components); in GetDisplayedContentSamplingAttributes()
Dhwc_display.cpp2412 uint8_t* supported_components) { in GetDisplayedContentSamplingAttributes() argument
/hardware/libhardware/include/hardware/
Dhwcomposer2.h2590 uint8_t* /* mask of android_component_t */ supported_components);