Searched refs:CLOSED (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/surfaceflinger/
H A DBarrier.h29 inline Barrier() : state(CLOSED) { }
42 state = CLOSED;
46 while (state == CLOSED) {
51 enum { OPENED, CLOSED }; enumerator in enum:android::Barrier::__anon183
/frameworks/base/libs/ui/
H A DSurfaceFlingerSynchro.cpp38 : state(CLOSED) {
53 state = CLOSED;
59 while (state == CLOSED) {
64 state = CLOSED;
70 while (state == CLOSED) {
77 state = CLOSED;
/frameworks/base/include/private/ui/
H A DSurfaceFlingerSynchro.h52 enum { OPENED, CLOSED }; enumerator in enum:android::SurfaceFlingerSynchro::Barrier::__anon73

Completed in 779 milliseconds