Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp117 android::os::InputChannelCore tempChannel; in InputSurface() local
119 mInputFlinger->createInputChannel("testchannels", &tempChannel); in InputSurface()
123 mClientChannel = InputChannel::create(std::move(tempChannel)); in InputSurface()