Home
last modified time | relevance | path

Searched refs:recv (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/tests/AmSlam/src/test/amslam/
DMainActivity.java118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { in onPingPongResponse() argument
121 Log.e(TAG, "send " + send + ", bounce " + bounce + ", recv " + recv in onPingPongResponse()
127 mTotalTime += (recv - send); in onPingPongResponse()
129 mTotalPongTime += (recv - bounce); in onPingPongResponse()
DPongReceiver.java29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse() argument
/frameworks/rs/
DrsFifoSocket.cpp71 size_t ret = ::recv(sv[0], retData, retBytes, MSG_WAITALL); in writeWaitReturn()
82 size_t ret = ::recv(sv[1], data, bytes, MSG_WAITALL); in read()
/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp485 iovec recv[4] = {}; in TEST_F() local
495 EXPECT_CALL(*mock_channel(), SendWithInt(nullptr, 2, send, 3, recv, 4)) in TEST_F()
497 EXPECT_TRUE(transaction_.SendVector<void>(2, send, 3, recv, 4)); in TEST_F()
503 EXPECT_CALL(*mock_channel(), SendWithInt(nullptr, 4, nullptr, 0, recv, 4)) in TEST_F()
505 EXPECT_TRUE(transaction_.SendVector<void>(4, nullptr, recv)); in TEST_F()
507 EXPECT_CALL(*mock_channel(), SendWithInt(nullptr, 5, send, 3, recv, 4)) in TEST_F()
509 EXPECT_TRUE(transaction_.SendVector<void>(5, send, recv)); in TEST_F()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp364 recv(mSocket, &c, 1, MSG_DONTWAIT); in decode()
398 recv(mSocket, &c, 1, MSG_DONTWAIT); in decode()
406 count = recv(mSocket, samples, sizeof(samples), in decode()
842 while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1); in threadLoop()
883 if (recv(deviceSocket, output, sizeof(output), 0) <= 0) { in threadLoop()
928 while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1); in threadLoop()
/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp86 template <typename T> void recv(T& v) { in recv() function in Pipe
307 pipes[i].recv(tmp_results); in run_main()
Dschd-dbg.cpp187 void recv(T& v) { in recv() function in Pipe
/frameworks/native/libs/sensor/
DBitTube.cpp120 len = ::recv(mReceiveFd, vaddr, size, MSG_DONTWAIT); in read()
/frameworks/native/libs/gui/
DBitTube.cpp102 len = ::recv(mReceiveFd, vaddr, size, MSG_DONTWAIT); in read()
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags50 203001 sync_details (authority|3),(send|1|2),(recv|1|2),(details|3)
/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper.cpp42 return recv(socket_fd, data, size, flags); in Receive()
/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp658 ssize_t numBytesRead = ::recv(fd, buf, sizeof(buf), MSG_DONTWAIT); in handleEvent()
/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h440 ssize_t n = recv(mRTCPSocket, buffer->data(), buffer->size(), 0); in onMessageReceived()
DARTSPConnection.cpp538 ssize_t n = recv(mSocket, (uint8_t *)data + offset, size - offset, 0); in receive()
/frameworks/native/libs/input/
DInputTransport.cpp325 nRead = ::recv(mFd, msg, sizeof(InputMessage), MSG_DONTWAIT); in receiveMessage()