Searched refs:GetSupportedContentTypes (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display.h | 377 virtual HWC2::Error GetSupportedContentTypes(uint32_t *out_num_types, uint32_t *out_types);
|
D | hwc_session.cpp | 841 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()
|
D | hwc_display.cpp | 2601 HWC2::Error HWCDisplay::GetSupportedContentTypes(uint32_t *out_num_types, uint32_t *out_types) { in GetSupportedContentTypes() function in sdm::HWCDisplay
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display.h | 493 virtual HWC2::Error GetSupportedContentTypes(hidl_vec<HwcContentType> *types);
|
D | hwc_session.h | 341 int32_t GetSupportedContentTypes(hwc2_display_t display, hidl_vec<HwcContentType> *types);
|
D | hwc_session.cpp | 3783 int32_t HWCSession::GetSupportedContentTypes(hwc2_display_t display, in GetSupportedContentTypes() function in sdm::HWCSession 3789 return CallDisplayFunction(display, &HWCDisplay::GetSupportedContentTypes, types); in GetSupportedContentTypes()
|
D | QtiComposerClient.cpp | 1151 auto error = hwc_session_->GetSupportedContentTypes(display, &types); in getSupportedContentTypes()
|
D | hwc_display.cpp | 2854 HWC2::Error HWCDisplay::GetSupportedContentTypes(hidl_vec<HwcContentType> *types) { in GetSupportedContentTypes() function in sdm::HWCDisplay
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 949 GetSupportedContentTypes = HWC2_FUNCTION_GET_SUPPORTED_CONTENT_TYPES, enumerator
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 752 TEST_P(GraphicsComposerAidlTest, GetSupportedContentTypes) { in TEST_P() argument
|