Searched refs:sendEvents (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventReceiver.h | 122 static ssize_t sendEvents(gui::BitTube* dataChannel, Event const* events, size_t count);
|
/frameworks/native/libs/gui/ |
D | DisplayEventReceiver.cpp | 93 ssize_t DisplayEventReceiver::sendEvents(gui::BitTube* dataChannel, in sendEvents() function in android::DisplayEventReceiver
|
/frameworks/native/services/sensorservice/ |
D | SensorEventConnection.h | 54 status_t sendEvents(sensors_event_t const* buffer, size_t count, sensors_event_t* scratch,
|
D | SensorEventConnection.cpp | 221 status_t SensorService::SensorEventConnection::sendEvents( in sendEvents() function in android::SensorService::SensorEventConnection
|
D | SensorService.cpp | 688 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch, in threadLoop() 1255 connection->sendEvents(&event, 1, NULL); in enable()
|
/frameworks/native/services/surfaceflinger/ |
D | EventThread.cpp | 421 ssize_t size = DisplayEventReceiver::sendEvents(&mChannel, &event, 1); in postEvent()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 5213 bool sendEvents = preparePointerGestures(when, in dispatchPointerGestures() local 5215 if (!sendEvents) { in dispatchPointerGestures()
|