Lines Matching defs:state
138 INLINE bool dvmJdwpNetStartup(JdwpState* state, in dvmJdwpNetStartup()
143 INLINE bool dvmJdwpAcceptConnection(JdwpState* state) { in dvmJdwpAcceptConnection()
146 INLINE bool dvmJdwpEstablishConnection(JdwpState* state) { in dvmJdwpEstablishConnection()
149 INLINE void dvmJdwpCloseConnection(JdwpState* state) { in dvmJdwpCloseConnection()
152 INLINE void dvmJdwpNetShutdown(JdwpState* state) { in dvmJdwpNetShutdown()
155 INLINE void dvmJdwpNetFree(JdwpState* state) { in dvmJdwpNetFree()
158 INLINE bool dvmJdwpIsTransportDefined(JdwpState* state) { in dvmJdwpIsTransportDefined()
161 INLINE bool dvmJdwpIsConnected(JdwpState* state) { in dvmJdwpIsConnected()
164 INLINE bool dvmJdwpAwaitingHandshake(JdwpState* state) { in dvmJdwpAwaitingHandshake()
167 INLINE bool dvmJdwpProcessIncoming(JdwpState* state) { in dvmJdwpProcessIncoming()
170 INLINE bool dvmJdwpSendRequest(JdwpState* state, ExpandBuf* pReq) { in dvmJdwpSendRequest()
173 INLINE bool dvmJdwpSendBufferedRequest(JdwpState* state, in dvmJdwpSendBufferedRequest()