Searched refs:sendFd (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/input/tests/
H A DTestHelpers.h28 int sendFd; member in class:android::Pipe
36 sendFd = fds[1];
40 if (sendFd != -1) {
41 ::close(sendFd);
50 ssize_t nWritten = ::write(sendFd, "*", 1);
H A DInputChannel_test.cpp44 sp<InputChannel> inputChannel = new InputChannel(String8("channel name"), pipe.sendFd);
48 EXPECT_EQ(pipe.sendFd, inputChannel->getFd())
57 pipe.sendFd = -1;

Completed in 222 milliseconds