Searched refs:IsJdwpConfigured (Results 1 – 2 of 2) sorted by relevance
273 static bool IsJdwpConfigured();
376 return Dbg::IsJdwpConfigured(); in IsDebuggerConfigured()553 if (!gJdwpAllowed || !IsJdwpConfigured()) { in StartJdwp()755 bool Dbg::IsJdwpConfigured() { in IsJdwpConfigured() function in art::Dbg