Searched refs:addPresentFence (Results 1 – 3 of 3) sorted by relevance
69 bool addPresentFence(const sp<Fence>& fence);
328 bool DispSync::addPresentFence(const sp<Fence>& fence) { in addPresentFence() function in android::DispSync
972 if (mPrimaryDispSync.addPresentFence(presentFence)) { in postComposition()