Home
last modified time | relevance | path

Searched refs:finishRequest (Results 1 – 12 of 12) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpStream.java46 void finishRequest() throws IOException; in finishRequest() method
DHttp1xStream.java160 @Override public void finishRequest() throws IOException { in finishRequest() method in Http1xStream
DHttp2xStream.java144 @Override public void finishRequest() throws IOException { in finishRequest() method in Http2xStream
DHttpEngine.java735 httpStream.finishRequest(); in readNetworkResponse()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHttpStream.java50 void finishRequest() throws IOException; in finishRequest() method
DHttp2xStream.java146 @Override public void finishRequest() throws IOException { in finishRequest() method in Http2xStream
DHttp1xStream.java162 @Override public void finishRequest() throws IOException { in finishRequest() method in Http1xStream
DHttpEngine.java748 httpStream.finishRequest(); in readNetworkResponse()
/external/syzkaller/tools/syz-runtest/
Druntest.go91 if err := mgr.finishRequest(name, rep); err != nil {
179 func (mgr *Manager) finishRequest(name string, rep *report.Report) error { func
/external/nos/host/android/hals/keymaster/
DKeymasterDevice.cpp766 FinishAttestKeyRequest finishRequest; in attestKey() local
769 finishRequest.mutable_handle()->set_handle(operationHandle); in attestKey()
771 KM_CALLV(FinishAttestKey, finishRequest, finishResponse, in attestKey()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/io/
DRealConnection.java273 tunnelConnection.finishRequest(); in createTunnel()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DRealConnection.java269 tunnelConnection.finishRequest(); in createTunnel()