HomeSort by relevance Sort by last modified time
    Searched refs:mPendingEvents (Results 1 - 22 of 22) sorted by null

  /hardware/akm/AK8975_FS/libsensors/
AkmSensor.cpp 43 memset(mPendingEvents, 0, sizeof(mPendingEvents));
45 mPendingEvents[Accelerometer].version = sizeof(sensors_event_t);
46 mPendingEvents[Accelerometer].sensor = ID_A;
47 mPendingEvents[Accelerometer].type = SENSOR_TYPE_ACCELEROMETER;
48 mPendingEvents[Accelerometer].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH;
50 mPendingEvents[MagneticField].version = sizeof(sensors_event_t);
51 mPendingEvents[MagneticField].sensor = ID_M;
52 mPendingEvents[MagneticField].type = SENSOR_TYPE_MAGNETIC_FIELD;
53 mPendingEvents[MagneticField].magnetic.status = SENSOR_STATUS_ACCURACY_HIGH
    [all...]
AkmSensor.h 58 sensors_event_t mPendingEvents[numSensors];
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 277 mPendingEvents[CW_ACCELERATION].version = sizeof(sensors_event_t);
278 mPendingEvents[CW_ACCELERATION].sensor = ID_A;
279 mPendingEvents[CW_ACCELERATION].type = SENSOR_TYPE_ACCELEROMETER;
280 mPendingEvents[CW_ACCELERATION].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH;
282 mPendingEvents[CW_MAGNETIC].version = sizeof(sensors_event_t);
283 mPendingEvents[CW_MAGNETIC].sensor = ID_M;
284 mPendingEvents[CW_MAGNETIC].type = SENSOR_TYPE_MAGNETIC_FIELD;
286 mPendingEvents[CW_GYRO].version = sizeof(sensors_event_t);
287 mPendingEvents[CW_GYRO].sensor = ID_GY;
288 mPendingEvents[CW_GYRO].type = SENSOR_TYPE_GYROSCOPE
    [all...]
CwMcuSensor.h 91 sensors_event_t mPendingEvents[numSensors];
  /hardware/intel/img/hwcomposer/common/base/
DisplayAnalyzer.cpp 28 mPendingEvents(),
41 mPendingEvents.clear();
49 mPendingEvents.clear();
76 mPendingEvents.add(e);
82 if (mPendingEvents.size() == 0) {
85 e = mPendingEvents[0];
86 mPendingEvents.removeAt(0);
DisplayAnalyzer.h 63 Vector<Event> mPendingEvents;
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 218 memset(mPendingEvents, 0, sizeof(mPendingEvents));
220 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
221 mPendingEvents[RotationVector].sensor = ID_RV;
222 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
224 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t);
225 mPendingEvents[LinearAccel].sensor = ID_LA;
226 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION;
228 mPendingEvents[Gravity].version = sizeof(sensors_event_t);
229 mPendingEvents[Gravity].sensor = ID_GR
    [all...]
MPLSensor.h 120 sensors_event_t mPendingEvents[numSensors];
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 88 return mPendingEvents.size() > 0;
94 if (!mPendingEvents.isEmpty()) {
95 *outEvent = mPendingEvents[0];
96 mPendingEvents.removeAt(0);
99 if (mPendingEvents.isEmpty()) {
175 mPendingEvents.push(event);
176 if (mPendingEvents.size() == 1) {
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 214 private final SparseArray<InputEvent> mPendingEvents = new SparseArray<InputEvent>();
229 mPendingEvents.put(seq, event);
245 int index = mPendingEvents.indexOfKey(seq);
247 InputEvent event = mPendingEvents.valueAt(index);
248 mPendingEvents.removeAt(index);
  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 79 Vector<InputEvent*> mPendingEvents;
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 262 memset(mPendingEvents, 0, sizeof(mPendingEvents));
264 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
265 mPendingEvents[RotationVector].sensor = ID_RV;
266 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
268 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t);
269 mPendingEvents[LinearAccel].sensor = ID_LA;
270 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION;
272 mPendingEvents[Gravity].version = sizeof(sensors_event_t);
273 mPendingEvents[Gravity].sensor = ID_GR
    [all...]
MPLSensor.h 247 sensors_event_t mPendingEvents[numSensors];
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 168 mPendingEvents.add(event);
229 eventPending = !mPendingEvents.isEmpty();
232 *event = mPendingEvents[0];
233 mPendingEvents.removeAt(0);
EventThread.h 122 Vector< DisplayEventReceiver::Event > mPendingEvents;
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 393 memset(mPendingEvents, 0, sizeof(mPendingEvents));
394 memset(mPendingFlushEvents, 0, sizeof(mPendingEvents));
396 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
397 mPendingEvents[RotationVector].sensor = ID_RV;
398 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
399 mPendingEvents[RotationVector].acceleration.status
402 mPendingEvents[GameRotationVector].version = sizeof(sensors_event_t);
403 mPendingEvents[GameRotationVector].sensor = ID_GRV;
404 mPendingEvents[GameRotationVector].type = SENSOR_TYPE_GAME_ROTATION_VECTOR
    [all...]
MPLSensor.h 359 sensors_event_t mPendingEvents[NumSensors];
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 504 memset(mPendingEvents, 0, sizeof(mPendingEvents));
506 mPendingEvents[RotationVector].version = sizeof(sensors_event_t);
507 mPendingEvents[RotationVector].sensor = ID_RV;
508 mPendingEvents[RotationVector].type = SENSOR_TYPE_ROTATION_VECTOR;
509 mPendingEvents[RotationVector].acceleration.status
512 mPendingEvents[GameRotationVector].version = sizeof(sensors_event_t);
513 mPendingEvents[GameRotationVector].sensor = ID_GRV;
514 mPendingEvents[GameRotationVector].type = SENSOR_TYPE_GAME_ROTATION_VECTOR;
515 mPendingEvents[GameRotationVector].acceleration.statu
    [all...]
MPLSensor.h 385 sensors_event_t mPendingEvents[NumSensors];
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 382 final SparseArray<PendingEvent> mPendingEvents = new SparseArray<PendingEvent>(20);
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputManager.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]

Completed in 833 milliseconds