Searched refs:IsJdwpConfigured (Results 1 – 2 of 2) sorted by relevance
263 static bool IsJdwpConfigured();
383 return Dbg::IsJdwpConfigured(); in IsDebuggerConfigured()559 if (!gJdwpAllowed || !IsJdwpConfigured()) { in StartJdwp()761 bool Dbg::IsJdwpConfigured() { in IsJdwpConfigured() function in art::Dbg