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.
190 class InputPublisher { class in namespace:android
193 explicit InputPublisher(const sp<InputChannel>& channel);
196 ~InputPublisher();
/frameworks/native/libs/input/
H A DInputTransport.cpp230 // --- InputPublisher ---
232 InputPublisher::InputPublisher(const sp<InputChannel>& channel) : function in class:android::InputPublisher
236 InputPublisher::~InputPublisher() {
239 status_t InputPublisher::publishKeyEvent(
281 status_t InputPublisher::publishMotionEvent(
345 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/native/services/inputflinger/
H A DInputDispatcher.h804 InputPublisher inputPublisher;

Completed in 432 milliseconds