MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ShutdownConnection

Method ShutdownConnection

renderdoc/android/android.cpp:1333–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1331};
1332
1333void AndroidRemoteServer::ShutdownConnection()
1334{
1335 rdcstr deviceID = m_deviceID;
1336 AndroidController::m_Inst.AsyncInvoke([deviceID]() { Android::ResetCaptureSettings(deviceID); });
1337 RemoteServer::ShutdownConnection();
1338}
1339
1340ExecuteResult AndroidRemoteServer::ExecuteAndInject(const rdcstr &packageAndActivity,
1341 const rdcstr &, const rdcstr &intentArgs,

Callers 4

ExecuteMethod · 0.45
runMethod · 0.45
disconnectMethod · 0.45

Calls 2

ResetCaptureSettingsFunction · 0.85
AsyncInvokeMethod · 0.45

Tested by

no test coverage detected