HomeSort by relevance Sort by last modified time
    Searched defs:InputPublisher (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/androidfw/
InputTransport.cpp 223 // --- InputPublisher ---
225 InputPublisher::InputPublisher(const sp<InputChannel>& channel) :
229 InputPublisher::~InputPublisher() {
232 status_t InputPublisher::publishKeyEvent(
274 status_t InputPublisher::publishMotionEvent(
338 status_t InputPublisher::receiveFinishedSignal(uint32_t* outSeq, bool* outHandled) {
    [all...]
  /frameworks/base/include/androidfw/
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.
179 class InputPublisher {
182 explicit InputPublisher(const sp<InputChannel>& channel);
185 ~InputPublisher();

Completed in 167 milliseconds