Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputChannel_test.cpp109 std::unique_ptr<InputChannel> senderChannel, receiverChannel; in TEST_F() local
113 InputChannel::openInputChannelPair("channel name", senderChannel, receiverChannel); in TEST_F()
116 ASSERT_FALSE(receiverChannel->probablyHasInput()); in TEST_F()
131 hasInput = receiverChannel->probablyHasInput(); in TEST_F()
138 EXPECT_EQ(OK, receiverChannel->receiveMessage(&clientMsg)) in TEST_F()
146 EXPECT_FALSE(receiverChannel->probablyHasInput()) in TEST_F()