Home
last modified time | relevance | path

Searched refs:isConnected (Results 1 – 3 of 3) sorted by relevance

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