Searched defs:Fence (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/ui/
H A DFence.h31 // Fence
34 class Fence class in namespace:android
35 : public LightRefBase<Fence>, public Flattenable<Fence>
38 static const sp<Fence> NO_FENCE;
49 // Construct a new Fence object with an invalid file descriptor. This
50 // should be done when the Fence object will be set up by unflattening
52 Fence();
54 // Construct a new Fence object to manage a given fence file descriptor.
55 // When the new Fence objec
[all...]
/frameworks/native/libs/ui/
H A DFence.cpp17 #include <ui/Fence.h>
19 #define LOG_TAG "Fence"
38 const sp<Fence> Fence::NO_FENCE = sp<Fence>(new Fence);
40 Fence::Fence() : function in class:android::Fence
44 Fence::Fence(in function in class:android::Fence
[all...]

Completed in 139 milliseconds