Searched refs:AddDebuggerControlCallback (Results 1 – 3 of 3) sorted by relevance
269 void AddDebuggerControlCallback(DebuggerControlCallback* cb)
67 void RuntimeCallbacks::AddDebuggerControlCallback(DebuggerControlCallback* cb) { in AddDebuggerControlCallback() function in art::RuntimeCallbacks
171 art::Runtime::Current()->GetRuntimeCallbacks()->AddDebuggerControlCallback(&controller_); in AdbConnectionState()