Searched defs:isConnected (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpPriv.h58 bool (*isConnected)(struct JdwpState* state); member in struct:JdwpTransport
175 return state != NULL && (*state->transport->isConnected)(state);
H A DJdwpAdb.cpp371 static bool isConnected(struct JdwpState* state) function
733 isConnected,
H A DJdwpSocket.cpp268 static bool isConnected(JdwpState* state) function
897 isConnected,

Completed in 54 milliseconds