Searched refs:sendEvents (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/include/gui/ |
D | DisplayEventReceiver.h | 112 static ssize_t sendEvents(const sp<BitTube>& dataChannel,
|
/frameworks/native/libs/gui/ |
D | DisplayEventReceiver.cpp | 91 ssize_t DisplayEventReceiver::sendEvents(const sp<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 | SensorService.cpp | 667 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch, in threadLoop() 1046 connection->sendEvents(&event, 1, NULL); in enable()
|
D | SensorEventConnection.cpp | 206 status_t SensorService::SensorEventConnection::sendEvents( in sendEvents() function in android::SensorService::SensorEventConnection
|
/frameworks/native/services/surfaceflinger/ |
D | EventThread.cpp | 416 ssize_t size = DisplayEventReceiver::sendEvents(mChannel, &event, 1); in postEvent()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 4976 bool sendEvents = preparePointerGestures(when, in dispatchPointerGestures() local 4978 if (!sendEvents) { in dispatchPointerGestures()
|