Home
last modified time | relevance | path

Searched refs:GetSupportedContentTypes (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h377 virtual HWC2::Error GetSupportedContentTypes(uint32_t *out_num_types, uint32_t *out_types);
Dhwc_session.cpp841 static int32_t GetSupportedContentTypes(hwc2_device_t *device, hwc2_display_t display, in GetSupportedContentTypes() function
851 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetSupportedContentTypes, in GetSupportedContentTypes()
1554 case HWC2::FunctionDescriptor::GetSupportedContentTypes: in GetFunction()
1555 return AsFP<HWC2_PFN_GET_SUPPORTED_CONTENT_TYPES>(GetSupportedContentTypes); in GetFunction()
Dhwc_display.cpp2601 HWC2::Error HWCDisplay::GetSupportedContentTypes(uint32_t *out_num_types, uint32_t *out_types) { in GetSupportedContentTypes() function in sdm::HWCDisplay
/hardware/qcom/sm7250/display/composer/
Dhwc_display.h493 virtual HWC2::Error GetSupportedContentTypes(hidl_vec<HwcContentType> *types);
Dhwc_session.h341 int32_t GetSupportedContentTypes(hwc2_display_t display, hidl_vec<HwcContentType> *types);
Dhwc_session.cpp3783 int32_t HWCSession::GetSupportedContentTypes(hwc2_display_t display, in GetSupportedContentTypes() function in sdm::HWCSession
3789 return CallDisplayFunction(display, &HWCDisplay::GetSupportedContentTypes, types); in GetSupportedContentTypes()
DQtiComposerClient.cpp1151 auto error = hwc_session_->GetSupportedContentTypes(display, &types); in getSupportedContentTypes()
Dhwc_display.cpp2854 HWC2::Error HWCDisplay::GetSupportedContentTypes(hidl_vec<HwcContentType> *types) { in GetSupportedContentTypes() function in sdm::HWCDisplay
/hardware/libhardware/include/hardware/
Dhwcomposer2.h949 GetSupportedContentTypes = HWC2_FUNCTION_GET_SUPPORTED_CONTENT_TYPES, enumerator
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp752 TEST_P(GraphicsComposerAidlTest, GetSupportedContentTypes) { in TEST_P() argument