Home
last modified time | relevance | path

Searched refs:SetAutoLowLatencyMode (Results 1 – 9 of 9) 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
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()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h948 SetAutoLowLatencyMode = HWC2_FUNCTION_SET_AUTO_LOW_LATENCY_MODE, enumerator
/hardware/qcom/sm7250/display/composer/
Dhwc_display.h492 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; } in SetAutoLowLatencyMode() function
Dhwc_session.h340 int32_t SetAutoLowLatencyMode(hwc2_display_t display, bool on);
Dhwc_session.cpp3775 int32_t HWCSession::SetAutoLowLatencyMode(hwc2_display_t display, bool on) { in SetAutoLowLatencyMode() function in sdm::HWCSession
3780 return CallDisplayFunction(display, &HWCDisplay::SetAutoLowLatencyMode, on); in SetAutoLowLatencyMode()
DQtiComposerClient.cpp1139 auto error = hwc_session_->SetAutoLowLatencyMode(display, on); in setAutoLowLatencyMode()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h948 SetAutoLowLatencyMode = HWC2_FUNCTION_SET_AUTO_LOW_LATENCY_MODE, enumerator
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp714 TEST_P(GraphicsComposerAidlTest, SetAutoLowLatencyMode) { in TEST_P() argument