Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp299 std::string clientChannelName = name + " (client)"; in openInputChannelPair() local
301 outClientChannel = InputChannel::create(clientChannelName, std::move(clientFd), token); in openInputChannelPair()