Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp135 err = mHwc.fbPost(mDisplayType, acquireFence, buf); in onFrameAvailable()
DHWComposer.h132 int fbPost(int32_t id, const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buf);
DVirtualDisplaySurface.cpp205 result = mHwc.fbPost(mDisplayId, mFbFence, fbBuffer); in advanceFrame()
DHWComposer.cpp841 int HWComposer::fbPost(int32_t id, in fbPost() function in android::HWComposer