Home
last modified time | relevance | path

Searched refs:AttachJdwpAgent (Results 1 – 2 of 2) sorted by relevance

/art/adbconnection/
Dadbconnection.h116 void AttachJdwpAgent(art::Thread* self);
Dadbconnection.cc691 AttachJdwpAgent(self); in HandleDataWithoutAgent()
702 AttachJdwpAgent(self); in HandleDataWithoutAgent()
715 AttachJdwpAgent(self); in HandleDataWithoutAgent()
804 void AdbConnectionState::AttachJdwpAgent(art::Thread* self) { in AttachJdwpAgent() function in adbconnection::AdbConnectionState