HomeSort by relevance Sort by last modified time
    Searched refs:AddDebuggerControlCallback (Results 1 - 4 of 4) sorted by null

  /art/runtime/
runtime_callbacks.h 255 void AddDebuggerControlCallback(DebuggerControlCallback* cb)
runtime_callbacks.cc 67 void RuntimeCallbacks::AddDebuggerControlCallback(DebuggerControlCallback* cb) {
debugger.cc 752 Runtime::Current()->GetRuntimeCallbacks()->AddDebuggerControlCallback(&gDebuggerControlCallback);
    [all...]
  /art/adbconnection/
adbconnection.cc 149 art::Runtime::Current()->GetRuntimeCallbacks()->AddDebuggerControlCallback(&controller_);
    [all...]

Completed in 73 milliseconds