Searched defs:send (Results 1 - 9 of 9) sorted by relevance

/system/core/libmemunreachable/tests/
H A DBinder_test.cpp146 Parcel send; local
149 send.writeStrongBinder(binder);
150 status_t rv = service->transact(0, send, &reply);
/system/netd/client/
H A DFwmarkClient.cpp75 int FwmarkClient::send(FwmarkCommand* data, int fd, FwmarkConnectInfo* connectInfo) { function in class:FwmarkClient
/system/netd/server/
H A DNetlinkListener.cpp78 Status NetlinkListener::send(const Slice msg) { function in class:android::net::NetlinkListener
H A DNFLogListener.cpp63 Status cfgCmdPfUnbind(const SendFn& send) { argument
78 return send(makeSlice(msg));
84 Status cfgMode(const SendFn& send, uint16_t nfLogGroup, uint32_t range, uint8_t mode) { argument
101 return send(makeSlice(msg));
105 Status cfgCmdBind(const SendFn& send, uint16_t nfLogGroup) { argument
121 return send(makeSlice(msg));
125 Status cfgCmdUnbind(const SendFn& send, uint16_t nfLogGroup) { argument
141 return send(makeSlice(msg));
171 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); };
183 const auto sendFn = [this](const Slice msg) { return mListener->send(ms
[all...]
/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dtest_channel.py73 def send(self, data): member in class:Connection
103 self._connection.send(command)
158 user can send to the controller as well. These commands are processed parallel
163 test_channel: The communication channel to send data to the controller.
/system/extras/alloc-stress/
H A Dalloc-stress.cpp88 template <typename T> void send(const T& v) { function in class:Pipe
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp131 Parcel send, reply; local
140 send.writeInt32(val1);
141 send.writeInt32(val2);
146 send, &reply)) != 0) {
/system/libhwbinder/vts/performance/
H A DPerfTest.h33 // a send() on the other side to unblock.
41 send(val);
50 int send(const T& v) { function in class:Pipe
H A DBenchmark_throughput.cpp79 template<typename T> void send(const T& v) { function in class:Pipe
252 p.send(results);

Completed in 2046 milliseconds