HomeSort by relevance Sort by last modified time
    Searched defs:NO_FENCE (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/ui/
Fence.h 42 static const sp<Fence> NO_FENCE;
  /frameworks/native/libs/ui/
Fence.cpp 32 const sp<Fence> Fence::NO_FENCE = sp<Fence>(new Fence);
77 // valid fence (e.g. NO_FENCE) we merge the one valid fence with itself so
86 return NO_FENCE;
93 return NO_FENCE;

Completed in 74 milliseconds