Searched defs:CellInfoBase (Results 1 - 2 of 2) sorted by last modified time

/system/chre/apps/chqts/src/general_test/
H A Dcell_info_base.cc22 CellInfoBase::CellInfoBase() { function in class:general_test::CellInfoBase
26 bool CellInfoBase::isBoundedInt32(int32_t value, int32_t lower,
31 void CellInfoBase::sendFatalFailureInt32(const char *message, int32_t value) {
36 void CellInfoBase::sendFatalFailureUint8(const char *message, uint8_t value) {
H A Dcell_info_base.h23 class CellInfoBase { class in namespace:general_test
30 CellInfoBase();

Completed in 88 milliseconds