Home
last modified time | relevance | path

Searched refs:publishCaptureEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/input/
DInputTransport.h396 status_t publishCaptureEvent(uint32_t seq, int32_t eventId, bool pointerCaptureEnabled);
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp450 status = mPublisher->publishCaptureEvent(seq, eventId, captureEnabled); in publishAndConsumeCaptureEvent()
DInputPublisherAndConsumerNoResampling_test.cpp616 status = mPublisher->publishCaptureEvent(seq, eventId, captureEnabled); in publishAndConsumeCaptureEvent()
/frameworks/native/libs/input/
DInputTransport.cpp679 status_t InputPublisher::publishCaptureEvent(uint32_t seq, int32_t eventId, in publishCaptureEvent() function in android::InputPublisher
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp3864 .publishCaptureEvent(dispatchEntry->seq, captureEntry.id, in startDispatchCycleLocked()