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

/frameworks/base/include/androidfw/
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.
179 class InputPublisher { class in namespace:android
182 explicit InputPublisher(const sp<InputChannel>& channel);
185 ~InputPublisher();
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp223 // --- InputPublisher ---
225 InputPublisher::InputPublisher(const sp<InputChannel>& channel) : function in class:android::InputPublisher
229 InputPublisher::~InputPublisher() {
232 status_t InputPublisher::publishKeyEvent(
274 status_t InputPublisher::publishMotionEvent(
338 status_t InputPublisher::receiveFinishedSignal(uint32_t* outSeq, bool* outHandled) {
/frameworks/base/libs/androidfw/tests/
H A DInputPublisherAndConsumer_test.cpp33 InputPublisher* mPublisher;
41 mPublisher = new InputPublisher(serverChannel);
/frameworks/base/services/input/
H A DInputDispatcher.h802 InputPublisher inputPublisher;

Completed in 184 milliseconds