Home
last modified time | relevance | path

Searched refs:CLOSED (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/surfaceflinger/
DBarrier.h29 inline Barrier() : state(CLOSED) { } in Barrier()
38 state = CLOSED; in close()
42 while (state == CLOSED) { in wait()
47 enum { OPENED, CLOSED }; enumerator
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java100 CLOSED enumConstant
204 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in connect()
226 if (mSocketState == SocketState.CLOSED) return; in close()
239 mSocketState = SocketState.CLOSED; in close()
293 if (mSocketState == SocketState.CLOSED) return EBADFD; in bindListen()
303 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in accept()
316 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in available()
326 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in read()
336 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in write()
/frameworks/base/core/java/android/util/
DJsonScope.java67 CLOSED, enumConstant
DJsonReader.java360 case CLOSED: in peek()
537 stack.add(JsonScope.CLOSED); in close()
/frameworks/base/api/
Dcurrent.txt40541 enum_constant public static final javax.net.ssl.SSLEngineResult.Status CLOSED;
D14.txt40541 enum_constant public static final javax.net.ssl.SSLEngineResult.Status CLOSED;