Searched refs:sendEvents (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/gui/
H A DDisplayEventReceiver.h109 * sendEvents write events to the queue and returns how many events were
112 static ssize_t sendEvents(const sp<BitTube>& dataChannel,
/frameworks/native/libs/gui/
H A DDisplayEventReceiver.cpp91 ssize_t DisplayEventReceiver::sendEvents(const sp<BitTube>& dataChannel, function in class:android::DisplayEventReceiver
/frameworks/native/services/sensorservice/
H A DSensorService.h89 status_t sendEvents(sensors_event_t const* buffer, size_t count,
H A DSensorService.cpp309 connection->sendEvents(buffer, count, scratch);
455 connection->sendEvents(&event, 1);
604 status_t SensorService::SensorEventConnection::sendEvents( function in class:android::SensorService::SensorEventConnection
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp372 ssize_t size = DisplayEventReceiver::sendEvents(mChannel, &event, 1);
/frameworks/base/services/input/
H A DInputReader.cpp4266 bool sendEvents = preparePointerGestures(when, local
4268 if (!sendEvents) {

Completed in 78 milliseconds