Searched refs:SetAutoLowLatencyMode (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display.h | 376 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; }; in SetAutoLowLatencyMode() function
|
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()
|
/hardware/libhardware/include_all/hardware/ |
D | hwcomposer2.h | 948 SetAutoLowLatencyMode = HWC2_FUNCTION_SET_AUTO_LOW_LATENCY_MODE, enumerator
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display.h | 492 virtual HWC2::Error SetAutoLowLatencyMode(bool on) { return HWC2::Error::Unsupported; } in SetAutoLowLatencyMode() function
|
D | hwc_session.h | 340 int32_t SetAutoLowLatencyMode(hwc2_display_t display, bool on);
|
D | hwc_session.cpp | 3775 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()
|
D | QtiComposerClient.cpp | 1139 auto error = hwc_session_->SetAutoLowLatencyMode(display, on); in setAutoLowLatencyMode()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 948 SetAutoLowLatencyMode = HWC2_FUNCTION_SET_AUTO_LOW_LATENCY_MODE, enumerator
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 714 TEST_P(GraphicsComposerAidlTest, SetAutoLowLatencyMode) { in TEST_P() argument
|