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

/frameworks/native/libs/input/
H A DInputTransport.cpp124 sp<InputChannel>& outServerChannel, sp<InputChannel>& outClientChannel) {
130 outServerChannel.clear();
143 outServerChannel = new InputChannel(serverChannelName, sockets[0]);
123 openInputChannelPair(const String8& name, sp<InputChannel>& outServerChannel, sp<InputChannel>& outClientChannel) argument

Completed in 49 milliseconds