Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/
DMediaQualityAnalyzer.h76 uint32_t currentDirection = (currentValue - previousValue) > 0 ? 1 : 0; in checkNotifiable() local
78 if (countHysteresisTime >= hysteresisTime || currentDirection == notifiedDirection) in checkNotifiable()
87 notifiedDirection = currentDirection; in checkNotifiable()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
DFanDirectionButtons.java170 private void updateFanDirectionButtonSelectedOnUiThread(int currentDirection, in updateFanDirectionButtonSelectedOnUiThread() argument
173 mButtons.get(mButtonIndicesByDirection.get(currentDirection)) in updateFanDirectionButtonSelectedOnUiThread()