Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp245 String8 clientChannelName = name; in openInputChannelPair() local
246 clientChannelName.append(" (client)"); in openInputChannelPair()
247 outClientChannel = new InputChannel(clientChannelName, sockets[1]); in openInputChannelPair()