Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ Get
Method
Get
renderdoc/android/android.cpp:1326–1330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1324
static AndroidController m_Inst;
1325
1326
static IDeviceProtocolHandler *Get()
1327
{
1328
m_Inst.Start();
1329
return &m_Inst;
1330
};
1331
};
1332
1333
void AndroidRemoteServer::ShutdownConnection()
Callers
nothing calls this directly
Calls
1
Start
Method · 0.45
Tested by
no test coverage detected