Searched refs:chpp (Results 1 – 11 of 11) sorted by relevance
96 const ChppWwanCellInfo *chpp = &chppLocal; in compareCellInfo() local98 EXPECT_EQ(chpp->timeStamp, chre->timeStamp); in compareCellInfo()99 EXPECT_EQ(chpp->cellInfoType, chre->cellInfoType); in compareCellInfo()100 EXPECT_EQ(chpp->timeStampType, chre->timeStampType); in compareCellInfo()101 EXPECT_EQ(chpp->registered, chre->registered); in compareCellInfo()103 switch (chpp->cellInfoType) { in compareCellInfo()105 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.mcc, in compareCellInfo()107 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.mnc, in compareCellInfo()109 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.ci, in compareCellInfo()111 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.pci, in compareCellInfo()[all …]
31 namespace chpp {
33 namespace chpp { namespace
35 namespace chpp { namespace
33 COMMON_SRCS += $(CHRE_PREFIX)/chpp/test/wifi_convert_test.cpp34 COMMON_SRCS += $(CHRE_PREFIX)/chpp/test/wwan_convert_test.cpp
112 chpp::init(); in init()124 chpp::deinit(); in deinit()
44 chpp::logStateToBuffer(debugDump); in logStateToBuffer()
9 Implement the platform-specific functionality utilized by CHPP. These can be found in chpp/platform…
38 …les functionality needs to be supported alongside other platform functionality (see chpp/platform/)
54 - ``chpp/``: Context Hub Peripheral Protocol (CHPP) source code - see the nested
88 "chpp/common/common_types.h",