Searched defs:NO_FENCE (Results 1 – 2 of 2) sorted by relevance
21 const sp<Fence> Fence::NO_FENCE = sp<Fence>(new Fence); member in android::Fence
31 static const sp<Fence> NO_FENCE; variable