Searched refs:mPendingEvents (Results 1 - 12 of 12) sorted by last modified time

/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp218 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[Gravit
[all...]
H A DMPLSensor.h120 sensors_event_t mPendingEvents[numSensors]; member in class:MPLSensor
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp262 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[Gravit
[all...]
H A DMPLSensor.h247 sensors_event_t mPendingEvents[numSensors]; member in class:MPLSensor
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp393 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[GameRotationVecto
[all...]
H A DMPLSensor.h359 sensors_event_t mPendingEvents[NumSensors]; member in class:MPLSensor
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp504 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[GameRotationVecto
[all...]
H A DMPLSensor.h385 sensors_event_t mPendingEvents[NumSensors]; member in class:MPLSensor
/hardware/intel/img/hwcomposer/common/base/
H A DDisplayAnalyzer.cpp28 mPendingEvents(),
41 mPendingEvents.clear();
49 mPendingEvents.clear();
76 mPendingEvents.add(e);
82 if (mPendingEvents.size() == 0) {
85 e = mPendingEvents[0];
86 mPendingEvents.removeAt(0);
H A DDisplayAnalyzer.h63 Vector<Event> mPendingEvents; member in class:android::intel::DisplayAnalyzer
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp43 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[MagneticFiel
[all...]
H A DAkmSensor.h58 sensors_event_t mPendingEvents[numSensors]; member in class:AkmSensor

Completed in 189 milliseconds