Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h378 virtual HWC2::Error SetContentType(int32_t content_type);
Dhwc_session.cpp855 static int32_t SetContentType(hwc2_device_t *device, hwc2_display_t display, in SetContentType() function
865 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::SetContentType, in SetContentType()
1556 case HWC2::FunctionDescriptor::SetContentType: in GetFunction()
1557 return AsFP<HWC2_PFN_SET_CONTENT_TYPE>(SetContentType); in GetFunction()
Dhwc_display.cpp2606 HWC2::Error HWCDisplay::SetContentType(int32_t content_type) { in SetContentType() function in sdm::HWCDisplay
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h950 SetContentType = HWC2_FUNCTION_SET_CONTENT_TYPE, enumerator
/hardware/qcom/sm7250/display/composer/
Dhwc_display.h494 virtual HWC2::Error SetContentType(HwcContentType type);
Dhwc_session.h342 int32_t SetContentType(hwc2_display_t display, HwcContentType type);
Dhwc_session.cpp3792 int32_t HWCSession::SetContentType(hwc2_display_t display, HwcContentType type) { in SetContentType() function in sdm::HWCSession
3797 return CallDisplayFunction(display, &HWCDisplay::SetContentType, type); in SetContentType()
DQtiComposerClient.cpp1164 auto error = hwc_session_->SetContentType(display, type); in setContentType()
Dhwc_display.cpp2860 HWC2::Error HWCDisplay::SetContentType(HwcContentType type) { in SetContentType() function in sdm::HWCDisplay
/hardware/libhardware/include/hardware/
Dhwcomposer2.h950 SetContentType = HWC2_FUNCTION_SET_CONTENT_TYPE, enumerator