Home
last modified time | relevance | path

Searched refs:pipe_pair (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderThroughputTest.cpp239 auto pipe_pair = Pipe::createPipePair(); in make_worker() local
243 return move(get<0>(pipe_pair)); in make_worker()
246 worker_fx(num, worker_count, iterations, payload_size, cs_pair, move(get<1>(pipe_pair))); in make_worker()
248 return move(get<0>(pipe_pair)); in make_worker()
Dschd-dbg.cpp396 auto pipe_pair = Pipe::createPipePair(); in make_process() local
400 return move(get<0>(pipe_pair)); in make_process()
405 move(get<1>(pipe_pair))); in make_process()
407 return move(get<0>(pipe_pair)); in make_process()