Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp334 android::base::unique_fd childReadEnd; in Process() local
336 CHECK(android::base::Pipe(&childReadEnd, &mWriteEnd)) << strerror(errno); in Process()
341 f(childWriteEnd, childReadEnd); in Process()