Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:lastEnabled

2717         uint32_t lastEnabled = mEnabled, changed = 0;
2726 LOGV_IF(ENG_VERBOSE, "HAL:last enable : lastEnabled = %d", lastEnabled);
2737 ((lastEnabled & (1 << what)) != (mEnabled & (1 << what)))) {
2747 ((lastEnabled & (1 << what)) != (mEnabled & (1 << what)))) {
2752 if ((lastEnabled & (1 << what)) != (mEnabled & (1 << what))) {
2759 if ((en && !(lastEnabled & VIRTUAL_SENSOR_ALL_MASK))
2761 (en && !(lastEnabled & VIRTUAL_SENSOR_9AXES_MASK))
2780 if ((en && !(lastEnabled & VIRTUAL_SENSOR_9AXES_MASK))
2793 if ((en && !(lastEnabled & VIRTUAL_SENSOR_ALL_MASK))
2795 (en && !(lastEnabled & VIRTUAL_SENSOR_9AXES_MASK))