Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp93 unique_fd childReadEnd; in Process() local
95 if (!binder::Pipe(&childReadEnd, &mWriteEnd, 0)) PLOGF("child read pipe failed"); in Process()
100 f(childWriteEnd, childReadEnd); in Process()