Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DUtilsHost.cpp90 if (!binder::Pipe(&ret.outPipe, &outWrite)) { in execute()
107 ret.outPipe.reset(); in execute()
141 while (ret.outPipe.ok() || ret.errPipe.ok()) { in execute()
146 if (ret.outPipe.ok()) { in execute()
148 *outPollFd = {.fd = ret.outPipe.get(), .events = POLLIN}; in execute()
160 if (!handlePoll(&ret.outPipe, outPollFd, &ret.stdoutStr)) { in execute()
DUtilsHost.h51 binder::unique_fd outPipe; member