Home
last modified time | relevance | path

Searched refs:mFlushSensorEnabledVector (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp180 mFlushSensorEnabledVector.setCapacity(NumSensors); in MPLSensor()
3036 s->meta_data.sensor = mFlushSensorEnabledVector[0];
3037 mFlushSensorEnabledVector.removeAt(0);
3945 if (mFlushBatchSet && count>0 && !mFlushSensorEnabledVector.isEmpty()) {
3946 while (mFlushBatchSet && count>0 && !mFlushSensorEnabledVector.isEmpty()) {
3962 if (mFlushSensorEnabledVector.isEmpty()) {
3970 } else if (mFlushBatchSet && mFlushSensorEnabledVector.isEmpty()) {
4101 if (!mFlushSensorEnabledVector.isEmpty()) {
4110 if (!mFlushSensorEnabledVector.isEmpty()) {
4179 if (!mFlushSensorEnabledVector.isEmpty()) {
[all …]
DMPLSensor.h360 android::Vector<int> mFlushSensorEnabledVector; variable