Lines Matching refs:lastEnabled
3207 uint32_t lastEnabled = mEnabled, changed = 0; local
3211 if (lastEnabled > mEnabled) {
3214 mEnabledCached = lastEnabled;
3220 LOGV_IF(ENG_VERBOSE, "HAL:last enable : lastEnabled = %d", lastEnabled);
3231 ((lastEnabled & (1 << what)) != (mEnabled & (1 << what)))) {
3241 ((lastEnabled & (1 << what)) != (mEnabled & (1 << what)))) {
3247 if ((lastEnabled & (1 << what)) != (mEnabled & (1 << what))) {
3255 if ((en && !(lastEnabled & VIRTUAL_SENSOR_ALL_MASK))
3257 (en && !(lastEnabled & VIRTUAL_SENSOR_9AXES_MASK))
3276 if ((en && !(lastEnabled & VIRTUAL_SENSOR_9AXES_MASK))
3289 if ((en && !(lastEnabled & VIRTUAL_SENSOR_ALL_MASK))
3291 (en && !(lastEnabled & VIRTUAL_SENSOR_9AXES_MASK))