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

/frameworks/base/libs/androidfw/
H A DInputTransport.cpp119 sp<InputChannel>& outServerChannel, sp<InputChannel>& outClientChannel) {
126 outClientChannel.clear();
142 outClientChannel = new InputChannel(clientChannelName, sockets[1]);
118 openInputChannelPair(const String8& name, sp<InputChannel>& outServerChannel, sp<InputChannel>& outClientChannel) argument

Completed in 1540 milliseconds