Searched refs:currentDirection (Results 1 – 2 of 2) sorted by relevance
76 uint32_t currentDirection = (currentValue - previousValue) > 0 ? 1 : 0; in checkNotifiable() local78 if (countHysteresisTime >= hysteresisTime || currentDirection == notifiedDirection) in checkNotifiable()87 notifiedDirection = currentDirection; in checkNotifiable()
170 private void updateFanDirectionButtonSelectedOnUiThread(int currentDirection, in updateFanDirectionButtonSelectedOnUiThread() argument173 mButtons.get(mButtonIndicesByDirection.get(currentDirection)) in updateFanDirectionButtonSelectedOnUiThread()