Home
last modified time | relevance | path

Searched refs:fbPost (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp200 err = mHwc.fbPost(mDisplayType, acquireFence, buf); in nextBuffer()
DHWComposer_hwc1.h136 int fbPost(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
DVirtualDisplaySurface.cpp234 result = mHwc.fbPost(mDisplayId, mFbFence, fbBuffer); in advanceFrame()
DHWComposer_hwc1.cpp867 int HWComposer::fbPost(int32_t id, in fbPost() function in android::HWComposer