Searched refs:sendEvents (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/view/contentcapture/ |
D | IContentCaptureDirectManager.aidl | 31 void sendEvents(in ParceledListSlice events, int reason, in ContentCaptureOptions options); in sendEvents() method
|
D | MainContentCaptureSession.java | 501 mDirectServiceInterface.sendEvents(events, reason, mManager.mOptions); in flush()
|
/frameworks/native/libs/gui/include/gui/ |
D | DisplayEventReceiver.h | 128 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 | 56 status_t sendEvents(sensors_event_t const* buffer, size_t count, sensors_event_t* scratch,
|
D | SensorEventConnection.cpp | 229 status_t SensorService::SensorEventConnection::sendEvents( in sendEvents() function in android::SensorService::SensorEventConnection
|
D | SensorService.cpp | 888 activeConnections[i]->sendEvents(mSensorEventBuffer, count, mSensorEventScratch, in threadLoop() 1485 connection->sendEvents(&event, 1, nullptr); in enable()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | EventThread.cpp | 141 ssize_t size = DisplayEventReceiver::sendEvents(&mChannel, &event, 1); in postEvent()
|
/frameworks/base/core/java/android/service/contentcapture/ |
D | ContentCaptureService.java | 184 public void sendEvents(@SuppressWarnings("rawtypes") ParceledListSlice events, int reason,
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 5268 bool sendEvents = preparePointerGestures(when, in dispatchPointerGestures() local 5270 if (!sendEvents) { in dispatchPointerGestures()
|