Searched refs:setClientTarget (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp113 result = mHwc.setClientTarget(mDisplayType, acquireFence, buf, dataspace);
H A DHWComposer.h95 status_t setClientTarget(int32_t displayId, const sp<Fence>& acquireFence,
H A DHWC2.h304 [[clang::warn_unused_result]] Error setClientTarget(
H A DHWComposer.cpp397 status_t HWComposer::setClientTarget(int32_t displayId, function in class:android::HWComposer
404 ALOGV("setClientTarget for display %d", displayId);
410 auto error = hwcDisplay->setClientTarget(handle, acquireFence, dataspace);
H A DVirtualDisplaySurface.cpp225 result = mHwc.setClientTarget(mDisplayId, mFbFence, fbBuffer,
H A DHWC2On1Adapter.cpp267 displayHook<decltype(&Display::setClientTarget),
268 &Display::setClientTarget, buffer_handle_t, int32_t,
885 Error HWC2On1Adapter::Display::setClientTarget(buffer_handle_t target, function in class:android::HWC2On1Adapter::Display
890 ALOGV("[%" PRIu64 "] setClientTarget(%p, %d)", mId, target, acquireFence);
H A DHWC2On1Adapter.h213 HWC2::Error setClientTarget(buffer_handle_t target,
H A DHWC2.cpp782 Error Display::setClientTarget(buffer_handle_t target, function in class:HWC2::Display

Completed in 85 milliseconds