Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h422 static inline constexpr bool isStable(const D& a1, const D& a2) { in isStable() function
827 return isStable();
846 return isStable();
865 bool isStable(size_t channelIndex = 0) const {
867 return details::isStable(mCoefs[3], mCoefs[4]);
870 return details::isStable(
/system/tools/aidl/
Daidl.cpp544 bool isStable = unstructured_parcelable->IsStableApiParcelable(lang); in load_and_validate_aidl() local
545 if (options.IsStructured() && !isStable) { in load_and_validate_aidl()
632 bool isStable = type.IsStableApiParcelable(options.TargetLanguage()); in load_and_validate_aidl() local
634 if (options.IsStructured() && type.AsUnstructuredParcelable() != nullptr && !isStable) { in load_and_validate_aidl()
641 !isStable) { in load_and_validate_aidl()