Searched refs:mIpc (Results 1 – 2 of 2) sorted by relevance
57 if (pipe(mIpc) < 0) in TestCase()62 if (pipe(mIpc + 2) < 0) in TestCase()72 for (int i = 0; i < 4; ++i) close(mIpc[i]); in ~TestCase()91 close(mIpc[READ_FROM_CHILD]); in runTest()92 close(mIpc[WRITE_TO_CHILD]); in runTest()110 write(mIpc[TestCase::WRITE_TO_PARENT], buffer, str - buffer); in runTest()113 close(mIpc[WRITE_TO_PARENT]); in runTest()114 close(mIpc[READ_FROM_PARENT]); in runTest()119 close(mIpc[WRITE_TO_PARENT]); in runTest()120 close(mIpc[READ_FROM_PARENT]); in runTest()[all …]
113 if (!android::writePidAndWaitForReply(mIpc[WRITE_TO_PARENT], mIpc[READ_FROM_PARENT])) { in signalParentAndWait()156 int mIpc[4]; variable