Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp92 unique_fd childWriteEnd; in Process() local
94 if (!binder::Pipe(&mReadEnd, &childWriteEnd, 0)) PLOGF("child write pipe failed"); in Process()
100 f(childWriteEnd, childReadEnd); in Process()