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

  /frameworks/native/libs/input/tests/
TestHelpers.h 28 int sendFd;
36 sendFd = fds[1];
40 if (sendFd != -1) {
41 ::close(sendFd);
50 ssize_t nWritten = ::write(sendFd, "*", 1);
InputChannel_test.cpp 44 sp<InputChannel> inputChannel = new InputChannel(String8("channel name"), pipe.sendFd);
48 EXPECT_EQ(pipe.sendFd, inputChannel->getFd())
57 pipe.sendFd = -1;
  /system/core/libutils/tests/
TestHelpers.h 26 int sendFd;
34 sendFd = fds[1];
38 if (sendFd != -1) {
39 ::close(sendFd);
48 ssize_t nWritten = ::write(sendFd, "*", 1);

Completed in 395 milliseconds