Searched defs:Fence (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/ui/
H A DFence.h35 // Fence
38 class Fence class in namespace:android
39 : public LightRefBase<Fence>, public Flattenable<Fence>
42 static const sp<Fence> NO_FENCE;
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.
54 // When the new Fence objec
[all...]
/frameworks/native/libs/ui/
H A DFence.cpp17 #define LOG_TAG "Fence"
28 #include <ui/Fence.h>
35 const sp<Fence> Fence::NO_FENCE = sp<Fence>(new Fence);
37 Fence::Fence() : function in class:android::Fence
41 Fence::Fence(in function in class:android::Fence
[all...]

Completed in 84 milliseconds