Searched refs:sendEvents (Results 1 - 7 of 7) 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 DSensorEventConnection.h54 status_t sendEvents(sensors_event_t const* buffer, size_t count, sensors_event_t* scratch,
H A DSensorEventConnection.cpp206 status_t SensorService::SensorEventConnection::sendEvents( function in class:android::SensorService::SensorEventConnection
H A DSensorService.cpp653 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch,
1032 connection->sendEvents(&event, 1, NULL);
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp416 ssize_t size = DisplayEventReceiver::sendEvents(mChannel, &event, 1);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp4968 bool sendEvents = preparePointerGestures(when, local
4970 if (!sendEvents) {

Completed in 5287 milliseconds