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

/frameworks/native/include/gui/
H A DDisplayEventReceiver.h119 * sendEvents write events to the queue and returns how many events were
122 static ssize_t sendEvents(gui::BitTube* dataChannel, Event const* events, size_t count);
/frameworks/native/libs/gui/include/gui/
H A DDisplayEventReceiver.h119 * sendEvents write events to the queue and returns how many events were
122 static ssize_t sendEvents(gui::BitTube* dataChannel, Event const* events, size_t count);
/frameworks/native/libs/gui/
H A DDisplayEventReceiver.cpp93 ssize_t DisplayEventReceiver::sendEvents(gui::BitTube* dataChannel, function in class:android::DisplayEventReceiver
/frameworks/native/services/sensorservice/
H A DSensorEventConnection.h55 status_t sendEvents(sensors_event_t const* buffer, size_t count, sensors_event_t* scratch,
H A DSensorEventConnection.cpp221 status_t SensorService::SensorEventConnection::sendEvents( function in class:android::SensorService::SensorEventConnection
H A DSensorService.cpp787 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch,
1355 connection->sendEvents(&event, 1, NULL);
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp406 ssize_t size = DisplayEventReceiver::sendEvents(&mChannel, &event, 1);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5233 bool sendEvents = preparePointerGestures(when, local
5235 if (!sendEvents) {

Completed in 141 milliseconds