Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/audiocontrol/2.0/default/
DAudioControl.cpp37 static const float kLowerBound = -1.0f; variable
82 return (value > kLowerBound) && (value < kUpperBound); in isValidValue()
/hardware/interfaces/automotive/audiocontrol/aidl/default/
DAudioControl.cpp47 const float kLowerBound = -1.0f; variable
60 return (value >= kLowerBound) && (value <= kUpperBound); in isValidValue()