Home
last modified time | relevance | path

Searched defs:InputReceiver (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/native/android/
H A Dsurface_control_input_receiver.cpp38 class InputReceiver : public InputConsumerCallbacks { class
40 InputReceiver(const sp<Looper>& looper, const std::shared_ptr<InputChannel>& inputChannel, in InputReceiver() function in InputReceiver
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DASurfaceControlInputReceiverTest.java213 }, new InputReceiver() { in testTransferGestureFromHostToEmbedded() method
295 }, new InputReceiver() { in testTransferGestureFromEmbeddedToHost() method
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/cts/util/
H A DASurfaceControlInputReceiverTestUtils.java28 public interface InputReceiver { interface in ASurfaceControlInputReceiverTestUtils