OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputPublisher
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/input/
InputTransport.cpp
229
// ---
InputPublisher
---
231
InputPublisher
::
InputPublisher
(const sp<InputChannel>& channel) :
235
InputPublisher
::~
InputPublisher
() {
238
status_t
InputPublisher
::publishKeyEvent(
280
status_t
InputPublisher
::publishMotionEvent(
344
status_t
InputPublisher
::receiveFinishedSignal(uint32_t* outSeq, bool* outHandled) {
[
all
...]
/frameworks/native/include/input/
InputTransport.h
25
* 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
{
185
explicit
InputPublisher
(const sp<InputChannel>& channel);
188
~
InputPublisher
();
Completed in 157 milliseconds