Searched defs:createPipePair (Results 1 - 3 of 3) sorted by path

/system/extras/alloc-stress/
H A Dalloc-stress.cpp91 static tuple<Pipe, Pipe> createPipePair() { function in class:Pipe
206 auto pipes = Pipe::createPipePair();
/system/libhwbinder/vts/performance/
H A DBenchmark_throughput.cpp87 static tuple<Pipe, Pipe> createPipePair() { function in class:Pipe
259 auto pipe_pair = Pipe::createPipePair();
273 auto pipe_pair = Pipe::createPipePair();
H A DPerfTest.cpp54 tuple<Pipe, Pipe> Pipe::createPipePair() { function in class:Pipe

Completed in 49 milliseconds