Searched defs:clientChannel (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DInputChannel_test.cpp60 sp<InputChannel> serverChannel, clientChannel; local
63 serverChannel, clientChannel);
71 EXPECT_STREQ("channel name (client)", clientChannel->getName().string())
83 EXPECT_EQ(OK, clientChannel->receiveMessage(&clientMsg))
96 EXPECT_EQ(OK, clientChannel->sendMessage(&clientReply))
111 sp<InputChannel> serverChannel, clientChannel; local
114 serverChannel, clientChannel);
120 EXPECT_EQ(WOULD_BLOCK, clientChannel->receiveMessage(&msg))
125 sp<InputChannel> serverChannel, clientChannel; local
128 serverChannel, clientChannel);
141 sp<InputChannel> serverChannel, clientChannel; local
[all...]
H A DInputPublisherAndConsumer_test.cpp32 sp<InputChannel> serverChannel, clientChannel; member in class:android::InputPublisherAndConsumerTest
39 serverChannel, clientChannel);
42 mConsumer = new InputConsumer(clientChannel);
57 clientChannel.clear();
66 EXPECT_EQ(clientChannel.get(), mConsumer->getChannel().get());
/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp128 sp<InputChannel> clientChannel; local
129 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel);
150 new NativeInputChannel(clientChannel));

Completed in 54 milliseconds