Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XCSoar/XCSoar
/ Write
Method
Write
src/Device/Port/AndroidPort.cpp:80–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
std::size_t
81
AndroidPort::Write(const void *data, std::size_t length)
82
{
83
assert(bridge != nullptr);
84
85
return bridge->write(Java::GetEnv(), data, length);
86
}
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected