Home
last modified time | relevance | path

Searched defs:mClientChannel (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConsumerImpl.java38 final InputChannel mClientChannel; field in InputConsumerImpl
H A DTaskPositioner.java99 InputChannel mClientChannel; field in TaskPositioner
H A DLetterbox.java275 private final InputChannel mClientChannel; field in Letterbox.InputInterceptor
H A DDragState.java341 InputChannel mClientChannel; field in DragState.InputInterceptor
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputFlingerService_test.cpp69 std::unique_ptr<InputChannel> mServerChannel, mClientChannel; member in android::InputFlingerServiceTest
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp174 std::shared_ptr<InputChannel> mClientChannel; member in android::inputdispatcher::FakeInputReceiver
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp37 std::shared_ptr<InputChannel> mServerChannel, mClientChannel; member in android::InputPublisherAndConsumerTest
/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp273 std::shared_ptr<InputChannel> mClientChannel; member in android::test::InputSurface