Home
last modified time | relevance | path

Searched defs:SetAutoLowLatencyMode (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h376 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; }; in SetAutoLowLatencyMode() function
Dhwc_session.cpp833 static int32_t SetAutoLowLatencyMode(hwc2_device_t *device, hwc2_display_t display, bool on) { in SetAutoLowLatencyMode() function
/hardware/qcom/sm7250/display/composer/
Dhwc_display.h449 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; } in SetAutoLowLatencyMode() function
Dhwc_session.cpp3667 int32_t HWCSession::SetAutoLowLatencyMode(hwc2_display_t display, bool on) { in SetAutoLowLatencyMode() function in sdm::HWCSession