Home
last modified time | relevance | path

Searched defs:send (Results 1 – 4 of 4) sorted by relevance

/system/netd/client/
DFwmarkClient.cpp47 int FwmarkClient::send(FwmarkCommand* data, int fd) { in send() function in FwmarkClient
/system/extras/tests/binder/benchmarks/
DbinderAddInts.cpp132 Parcel send, reply; in BM_client() local
/system/extras/alloc-stress/
Dalloc-stress.cpp80 template <typename T> void send(const T& v) { in send() function in Pipe
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py73 def send(self, data): member in Connection