Home
last modified time | relevance | path

Searched defs:SetAutoLowLatencyMode (Results 1 – 7 of 7) 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.h492 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; } in SetAutoLowLatencyMode() function
Dhwc_session.cpp3775 int32_t HWCSession::SetAutoLowLatencyMode(hwc2_display_t display, bool on) { in SetAutoLowLatencyMode() function in sdm::HWCSession
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h948 SetAutoLowLatencyMode = HWC2_FUNCTION_SET_AUTO_LOW_LATENCY_MODE, enumerator
/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