Searched refs:hasSyncFence (Results 1 – 2 of 2) sorted by relevance
106 CHECK(!(mFinishedWithoutSyncFence && hasSyncFence())); in isFinished()110 if (hasSyncFence()) { in isFinished()120 if (hasSyncFence()) { in completedWith()928 CHECK(!hasSyncFence()) in finishWithoutSyncFence()
141 bool hasSyncFence() const { return mSyncFenceFd > 0; } in hasSyncFence() function