HomeSort by relevance Sort by last modified time
    Searched full:pipe_pair (Results 1 - 1 of 1) sorted by null

  /frameworks/native/libs/binder/tests/
binderThroughputTest.cpp 226 auto pipe_pair = Pipe::createPipePair(); local
230 return move(get<0>(pipe_pair));
233 worker_fx(num, worker_count, iterations, move(get<1>(pipe_pair)));
235 return move(get<0>(pipe_pair));

Completed in 128 milliseconds