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