MCPcopy 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
80std::size_t
81AndroidPort::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

writeMethod · 0.65

Tested by

no test coverage detected