Searched refs:getDisplayFence (Results 1 – 4 of 4) sorted by relevance
265 sp<Fence> getDisplayFence(int disp) const;
462 sp<Fence> HWComposer::getDisplayFence(int disp) const { in getDisplayFence() function in android::HWComposer
1146 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); in onPostComposition()
994 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY); in postComposition()