Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XCSoar/XCSoar
/ setError
Method
setError
android/src/HM10WriteBuffer.java:70–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
synchronized
void
setError() {
71
lastChunkWriteError = true;
72
clear();
73
}
74
75
synchronized boolean drain() {
76
final
long TIMEOUT = 5000;
Callers
2
beginWriteNextChunk
Method · 0.95
onCharacteristicWrite
Method · 0.80
Calls
1
clear
Method · 0.95
Tested by
no test coverage detected