Searched defs:recv (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/AmSlam/src/test/amslam/
H A DPongReceiver.java29 void onPingPongResponse(long send, long bounce, long recv, String remote); argument
H A DMainActivity.java118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { argument
121 Log.e(TAG, "send " + send + ", bounce " + bounce + ", recv " + recv
127 mTotalTime += (recv - send);
129 mTotalPongTime += (recv - bounce);
/frameworks/native/libs/vr/libpdx/
H A Dclient_tests.cpp485 iovec recv[4] = {}; local
495 EXPECT_CALL(*mock_channel(), SendWithInt(nullptr, 2, send, 3, recv, 4))
497 EXPECT_TRUE(transaction_.SendVector<void>(2, send, 3, recv, 4));
503 EXPECT_CALL(*mock_channel(), SendWithInt(nullptr, 4, nullptr, 0, recv, 4))
505 EXPECT_TRUE(transaction_.SendVector<void>(4, nullptr, recv));
507 EXPECT_CALL(*mock_channel(), SendWithInt(nullptr, 5, send, 3, recv, 4))
509 EXPECT_TRUE(transaction_.SendVector<void>(5, send, recv));
/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp86 template <typename T> void recv(T& v) { function in class:Pipe
326 pipes[i].recv(tmp_results);
H A Dschd-dbg.cpp187 void recv(T& v) { function in class:Pipe

Completed in 105 milliseconds