Searched refs:InputPublisher (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/input/
H A DInputTransport.h25 * The InputPublisher and InputConsumer each handle one end-point of an input channel.
26 * The InputPublisher is used by the input dispatcher to send events to the application.
182 class InputPublisher { class in namespace:android
185 explicit InputPublisher(const sp<InputChannel>& channel);
188 ~InputPublisher();
/frameworks/native/libs/input/
H A DInputTransport.cpp229 // --- InputPublisher ---
231 InputPublisher::InputPublisher(const sp<InputChannel>& channel) : function in class:android::InputPublisher
235 InputPublisher::~InputPublisher() {
238 status_t InputPublisher::publishKeyEvent(
280 status_t InputPublisher::publishMotionEvent(
344 status_t InputPublisher::receiveFinishedSignal(uint32_t* outSeq, bool* outHandled) {
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp34 InputPublisher* mPublisher;
42 mPublisher = new InputPublisher(serverChannel);
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp65 InputPublisher mInputPublisher;
/frameworks/base/services/input/
H A DInputDispatcher.h806 InputPublisher inputPublisher;

Completed in 152 milliseconds