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

/frameworks/native/include/ui/
H A DFence.h34 // Fence
37 class Fence class in namespace:android
38 : public LightRefBase<Fence>, public Flattenable
41 static const sp<Fence> NO_FENCE;
43 // Construct a new Fence object with an invalid file descriptor. This
44 // should be done when the Fence object will be set up by unflattening
46 Fence();
48 // Construct a new Fence object to manage a given fence file descriptor.
49 // When the new Fence object is destructed the file descriptor will be
51 Fence(in
[all...]
/frameworks/native/libs/ui/
H A DFence.cpp17 #define LOG_TAG "Fence"
22 #include <ui/Fence.h>
29 const sp<Fence> Fence::NO_FENCE = sp<Fence>();
31 Fence::Fence() : function in class:android::Fence
35 Fence::Fence(int fenceFd) : function in class:android::Fence
39 Fence
[all...]

Completed in 612 milliseconds