Searched defs:outEvent (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/usage/ |
D | UserUsageStatsServiceTest.java | 115 Event outEvent = new Event(); in testReportEvent_eventAppearsInQueries() local 142 Event outEvent = new Event(); in testReportEvent_packageUsedEventNotTracked() local 173 Event outEvent = new Event(); in testQueryEarliestEventsForPackage() local 210 Event outEvent = new Event(); in testQueryEarliestEventsForPackage_Caching() local 228 Event outEvent = new Event(); in testQueryEarliestEventsForPackage_Caching() local 248 Event outEvent = new Event(); in testQueryEarliestEventsForPackage_Caching() local 268 Event outEvent = new Event(); in testQueryEarliestEventsForPackage_Caching() local 288 Event outEvent = new Event(); in testQueryEarliestEventsForPackage_Caching() local 308 Event outEvent = new Event(); in testQueryEarliestEventsForPackage_Caching() local 328 Event outEvent = new Event(); in testQueryEarliestEventsForPackage_Caching() local [all …]
|
/frameworks/native/services/sensorservice/ |
D | RotationVectorSensor.cpp | 46 bool RotationVectorSensor::process(sensors_event_t* outEvent, in process() 132 bool GyroDriftSensor::process(sensors_event_t* outEvent, in process()
|
D | OrientationSensor.cpp | 47 bool OrientationSensor::process(sensors_event_t* outEvent, in process()
|
D | CorrectedGyroSensor.cpp | 55 bool CorrectedGyroSensor::process(sensors_event_t* outEvent, in process()
|
D | LinearAccelerationSensor.cpp | 49 bool LinearAccelerationSensor::process(sensors_event_t* outEvent, in process()
|
D | GravitySensor.cpp | 54 bool GravitySensor::process(sensors_event_t* outEvent, in process()
|
D | LimitedAxesImuSensor.cpp | 65 bool LimitedAxesImuSensor::process(sensors_event_t* outEvent, const sensors_event_t& event) { in process()
|
D | SensorInterface.cpp | 56 bool HardwareSensor::process(sensors_event_t* outEvent, in process()
|
/frameworks/base/core/jni/ |
D | android_view_InputQueue.cpp | 94 status_t InputQueue::getEvent(InputEvent** outEvent) { in getEvent()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 831 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consume() 1001 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consumeBatch() 1039 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent) { in consumeSamples()
|
/frameworks/base/native/android/ |
D | input.cpp | 334 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent) { in AInputQueue_getEvent()
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 595 MotionEvent outEvent; in TEST_F() local
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 919 std::optional<uint32_t> receiveEvent(InputEvent** outEvent = nullptr) { in receiveEvent() 1397 std::optional<uint32_t> receiveEvent(InputEvent** outEvent = nullptr) { in receiveEvent()
|