Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h150 sp<InputChannel>& outServerChannel, sp<InputChannel>& outClientChannel);
/frameworks/native/libs/input/
DInputTransport.cpp125 sp<InputChannel>& outServerChannel, sp<InputChannel>& outClientChannel) { in openInputChannelPair() argument
131 outServerChannel.clear(); in openInputChannelPair()
144 outServerChannel = new InputChannel(serverChannelName, sockets[0]); in openInputChannelPair()