Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
void Connection::Suspend()
190
{
191
suspendRefCount++;
192
193
Command cmd(CommandSet::VirtualMachine, 8);
194
SendReceive(cmd);
195
}
196
197
void Connection::Resume()
198
{
Callers
1
InjectLibraries
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected