OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendPing
(Results
1 - 6
of
6
) sorted by null
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocket.java
54
void
sendPing
(Buffer payload) throws IOException;
/cts/tests/tests/net/src/android/net/ipv6/cts/
PingTest.java
98
private void
sendPing
(FileDescriptor s,
164
sendPing
(s, ipv6Loopback, packet);
166
sendPing
(s, ipv6Loopback, packet);
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
RealWebSocket.java
113
@Override public void
sendPing
(Buffer payload) throws IOException {
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
RealWebSocketTest.java
106
client.
sendPing
(new Buffer().writeUtf8("Pong?"));
117
client.
sendPing
(new Buffer().writeUtf8("Hello!"));
142
client.
sendPing
(new Buffer().writeUtf8("Pong?"));
173
client.
sendPing
(new Buffer().writeUtf8("Pong?"));
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
WebSocketCallTest.java
58
webSocket.
sendPing
(new Buffer().writeUtf8("Hello, WebSockets!"));
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar
Completed in 149 milliseconds