Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h122 static ssize_t sendEvents(gui::BitTube* dataChannel, Event const* events, size_t count);
/frameworks/native/libs/gui/
DDisplayEventReceiver.cpp93 ssize_t DisplayEventReceiver::sendEvents(gui::BitTube* dataChannel, in sendEvents() function in android::DisplayEventReceiver
/frameworks/native/services/sensorservice/
DSensorEventConnection.h55 status_t sendEvents(sensors_event_t const* buffer, size_t count, sensors_event_t* scratch,
DSensorEventConnection.cpp221 status_t SensorService::SensorEventConnection::sendEvents( in sendEvents() function in android::SensorService::SensorEventConnection
DSensorService.cpp787 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch, in threadLoop()
1355 connection->sendEvents(&event, 1, NULL); in enable()
/frameworks/native/services/surfaceflinger/
DEventThread.cpp406 ssize_t size = DisplayEventReceiver::sendEvents(&mChannel, &event, 1); in postEvent()