Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp417 std::unique_ptr<InputChannel> uniqueServerChannel; in openInputChannelPair() local
418 status_t result = InputChannel::openInputChannelPair(name, uniqueServerChannel, clientChannel); in openInputChannelPair()
420 serverChannel = std::move(uniqueServerChannel); in openInputChannelPair()