Searched refs:SetContentType (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display.h | 378 virtual HWC2::Error SetContentType(int32_t content_type);
|
D | hwc_session.cpp | 855 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()
|
D | hwc_display.cpp | 2606 HWC2::Error HWCDisplay::SetContentType(int32_t content_type) { in SetContentType() function in sdm::HWCDisplay
|
/hardware/libhardware/include_all/hardware/ |
D | hwcomposer2.h | 950 SetContentType = HWC2_FUNCTION_SET_CONTENT_TYPE, enumerator
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display.h | 494 virtual HWC2::Error SetContentType(HwcContentType type);
|
D | hwc_session.h | 342 int32_t SetContentType(hwc2_display_t display, HwcContentType type);
|
D | hwc_session.cpp | 3792 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()
|
D | QtiComposerClient.cpp | 1164 auto error = hwc_session_->SetContentType(display, type); in setContentType()
|
D | hwc_display.cpp | 2860 HWC2::Error HWCDisplay::SetContentType(HwcContentType type) { in SetContentType() function in sdm::HWCDisplay
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 950 SetContentType = HWC2_FUNCTION_SET_CONTENT_TYPE, enumerator
|