Searched refs:SetAutoLowLatencyMode (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_display.h | 376 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; }; in SetAutoLowLatencyMode() function
|
H A D | hwc_session.cpp | 833 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 D | hwcomposer2.h | 948 SetAutoLowLatencyMode = HWC2_FUNCTION_SET_AUTO_LOW_LATENCY_MODE, enumerator
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_display.h | 449 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; } in SetAutoLowLatencyMode() function
|
H A D | hwc_session.h | 300 int32_t SetAutoLowLatencyMode(hwc2_display_t display, bool on);
|
H A D | hwc_session.cpp | 3667 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 D | QtiComposerClient.cpp | 1138 auto error = hwc_session_->SetAutoLowLatencyMode(display, on); in setAutoLowLatencyMode()
|