HomeSort by relevance Sort by last modified time
    Searched refs:mIpc (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/sdcard/
testcase.cpp 57 if (pipe(mIpc) < 0)
62 if (pipe(mIpc + 2) < 0)
72 for (int i = 0; i < 4; ++i) close(mIpc[i]);
91 close(mIpc[READ_FROM_CHILD]);
92 close(mIpc[WRITE_TO_CHILD]);
110 write(mIpc[TestCase::WRITE_TO_PARENT], buffer, str - buffer);
113 close(mIpc[WRITE_TO_PARENT]);
114 close(mIpc[READ_FROM_PARENT]);
119 close(mIpc[WRITE_TO_PARENT]);
120 close(mIpc[READ_FROM_PARENT])
    [all...]
testcase.h 113 if (!android::writePidAndWaitForReply(mIpc[WRITE_TO_PARENT], mIpc[READ_FROM_PARENT])) {
156 int mIpc[4];

Completed in 72 milliseconds