Home | History | Annotate | Download | only in jdwp

Lines Matching refs:INLINE

139 INLINE bool dvmJdwpNetStartup(JdwpState* state,
144 INLINE bool dvmJdwpAcceptConnection(JdwpState* state) {
147 INLINE bool dvmJdwpEstablishConnection(JdwpState* state) {
150 INLINE void dvmJdwpCloseConnection(JdwpState* state) {
153 INLINE void dvmJdwpNetShutdown(JdwpState* state) {
156 INLINE void dvmJdwpNetFree(JdwpState* state) {
159 INLINE bool dvmJdwpIsTransportDefined(JdwpState* state) {
162 INLINE bool dvmJdwpIsConnected(JdwpState* state) {
165 INLINE bool dvmJdwpAwaitingHandshake(JdwpState* state) {
168 INLINE bool dvmJdwpProcessIncoming(JdwpState* state) {
171 INLINE bool dvmJdwpSendRequest(JdwpState* state, ExpandBuf* pReq) {
174 INLINE bool dvmJdwpSendBufferedRequest(JdwpState* state,