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.cpp52 const float kLowerBound = -1.0f; variable
65 return (value >= kLowerBound) && (value <= kUpperBound); in isValidValue()