Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h250 std::unique_ptr<InputChannel>& outClientChannel);
/frameworks/native/libs/input/
DInputTransport.cpp359 std::unique_ptr<InputChannel>& outClientChannel) { in openInputChannelPair() argument
366 outClientChannel.reset(); in openInputChannelPair()
384 outClientChannel = InputChannel::create(clientChannelName, std::move(clientFd), token); in openInputChannelPair()