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

Method Suspend

renderdoc/android/jdwp_connection.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void Connection::Suspend()
190{
191 suspendRefCount++;
192
193 Command cmd(CommandSet::VirtualMachine, 8);
194 SendReceive(cmd);
195}
196
197void Connection::Resume()
198{

Callers 1

InjectLibrariesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected