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

  /frameworks/native/include/ui/
Fence.h 35 // Fence
38 class Fence
39 : public LightRefBase<Fence>, public Flattenable<Fence>
42 static const sp<Fence> NO_FENCE;
45 // should wait indefinitely for the fence to signal.
48 // Construct a new Fence object with an invalid file descriptor. This
49 // should be done when the Fence object will be set up by unflattening
51 Fence();
53 // Construct a new Fence object to manage a given fence file descriptor
    [all...]
  /frameworks/native/libs/ui/
Fence.cpp 17 #define LOG_TAG "Fence"
28 #include <ui/Fence.h>
35 const sp<Fence> Fence::NO_FENCE = sp<Fence>(new Fence);
37 Fence::Fence() :
41 Fence::Fence(int fenceFd)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 211 | Fence
    [all...]

Completed in 454 milliseconds