Home
last modified time | relevance | path

Searched refs:SetAutoLowLatencyMode (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display.h376 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; }; in SetAutoLowLatencyMode() function
H A Dhwc_session.cpp833 static int32_t SetAutoLowLatencyMode(hwc2_device_t *device, hwc2_display_t display, bool on) { in SetAutoLowLatencyMode() function
838 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::SetAutoLowLatencyMode, on); in SetAutoLowLatencyMode()
1552 case HWC2::FunctionDescriptor::SetAutoLowLatencyMode: in GetFunction()
1553 return AsFP<HWC2_PFN_SET_AUTO_LOW_LATENCY_MODE>(SetAutoLowLatencyMode); in GetFunction()
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h948 SetAutoLowLatencyMode = HWC2_FUNCTION_SET_AUTO_LOW_LATENCY_MODE, enumerator
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display.h449 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; } in SetAutoLowLatencyMode() function
H A Dhwc_session.h300 int32_t SetAutoLowLatencyMode(hwc2_display_t display, bool on);
H A Dhwc_session.cpp3667 int32_t HWCSession::SetAutoLowLatencyMode(hwc2_display_t display, bool on) { in SetAutoLowLatencyMode() function in sdm::HWCSession
3672 return CallDisplayFunction(display, &HWCDisplay::SetAutoLowLatencyMode, on); in SetAutoLowLatencyMode()
H A DQtiComposerClient.cpp1138 auto error = hwc_session_->SetAutoLowLatencyMode(display, on); in setAutoLowLatencyMode()