/frameworks/base/tests/AmSlam/src/test/amslam/ |
D | MainActivity.java | 118 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()
|
D | PongReceiver.java | 29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse() argument
|
/frameworks/rs/ |
D | rsFifoSocket.cpp | 71 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/ |
D | client_tests.cpp | 485 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/ |
D | AudioGroup.cpp | 364 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/ |
D | binderThroughputTest.cpp | 86 template <typename T> void recv(T& v) { in recv() function in Pipe 307 pipes[i].recv(tmp_results); in run_main()
|
D | schd-dbg.cpp | 187 void recv(T& v) { in recv() function in Pipe
|
/frameworks/native/libs/sensor/ |
D | BitTube.cpp | 120 len = ::recv(mReceiveFd, vaddr, size, MSG_DONTWAIT); in read()
|
/frameworks/native/libs/gui/ |
D | BitTube.cpp | 102 len = ::recv(mReceiveFd, vaddr, size, MSG_DONTWAIT); in read()
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 50 203001 sync_details (authority|3),(send|1|2),(recv|1|2),(details|3)
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | ipc_helper.cpp | 42 return recv(socket_fd, data, size, flags); in Receive()
|
/frameworks/native/services/sensorservice/ |
D | SensorEventConnection.cpp | 658 ssize_t numBytesRead = ::recv(fd, buf, sizeof(buf), MSG_DONTWAIT); in handleEvent()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | MyTransmitter.h | 440 ssize_t n = recv(mRTCPSocket, buffer->data(), buffer->size(), 0); in onMessageReceived()
|
D | ARTSPConnection.cpp | 538 ssize_t n = recv(mSocket, (uint8_t *)data + offset, size - offset, 0); in receive()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 325 nRead = ::recv(mFd, msg, sizeof(InputMessage), MSG_DONTWAIT); in receiveMessage()
|