Home
last modified time | relevance | path

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

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