Home
last modified time | relevance | path

Searched refs:isBoundedInt64 (Results 1 – 3 of 3) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dcell_info_base.h37 static bool isBoundedInt64(int64_t value, int64_t lower, int64_t upper,
Dcell_info_base.cc32 bool CellInfoBase::isBoundedInt64(int64_t value, int64_t lower, int64_t upper, in isBoundedInt64() function in general_test::CellInfoBase
Dcell_info_nr.cc33 } else if (!isBoundedInt64(chreWwanUnpackNrNci(&identity), 0, 68719476735, in validateIdentity()