HomeSort by relevance Sort by last modified time
    Searched defs:SetClientTarget (Results 1 - 6 of 6) sorted by null

  /frameworks/native/services/vr/hardware_composer/impl/
vr_hwc.cpp 88 bool HwcDisplay::SetClientTarget(const native_handle_t* handle,
454 Error VrHwc::setClientTarget(Display display, buffer_handle_t target,
466 if (!display_ptr->SetClientTarget(target, std::move(fence)))
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 650 HWC2::Error HWCDisplay::SetClientTarget(buffer_handle_t target, int32_t acquire_fence,
    [all...]
hwc_session.cpp 432 static int32_t SetClientTarget(hwc2_device_t *device, hwc2_display_t display,
435 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::SetClientTarget, target,
644 case HWC2::FunctionDescriptor::SetClientTarget:
645 return AsFP<HWC2_PFN_SET_CLIENT_TARGET>(SetClientTarget);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.cpp 657 HWC2::Error HWCDisplay::SetClientTarget(buffer_handle_t target, int32_t acquire_fence,
    [all...]
hwc_session.cpp 425 static int32_t SetClientTarget(hwc2_device_t *device, hwc2_display_t display,
428 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::SetClientTarget, target,
641 case HWC2::FunctionDescriptor::SetClientTarget:
642 return AsFP<HWC2_PFN_SET_CLIENT_TARGET>(SetClientTarget);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 125 * (provided to the device through setClientTarget).
456 case HWC2_FUNCTION_SET_CLIENT_TARGET: return "SetClientTarget";
650 SetClientTarget = HWC2_FUNCTION_SET_CLIENT_TARGET,
    [all...]

Completed in 331 milliseconds