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