Searched refs:CHRE_WWAN_GET_CELL_INFO (Results 1 – 18 of 18) sorted by relevance
35 allCapabilities |= CHRE_WWAN_GET_CELL_INFO; in setUp()
45 if ((chreWwanGetCapabilities() & CHRE_WWAN_GET_CELL_INFO) == 0) { in setUp()
38 return CHRE_WWAN_GET_CELL_INFO; in wwanPalGetCapabilities()
161 case CHRE_WWAN_GET_CELL_INFO: in nanoappStart()174 if (wwanCapabilities & CHRE_WWAN_GET_CELL_INFO) { in nanoappStart()
71 return CHRE_WWAN_GET_CELL_INFO; in chrePalWwanGetCapabilities()
60 #define CHRE_WWAN_GET_CELL_INFO UINT32_C(1 << 0) macro
61 #define CHRE_WWAN_GET_CELL_INFO UINT32_C(1 << 0) macro
64 #define CHRE_WWAN_GET_CELL_INFO UINT32_C(1 << 0) macro
183 ((capabilities & CHRE_WWAN_GET_CELL_INFO) != 0); in isFeatureSupported()
596 if (chreWwanGetCapabilities() & CHRE_WWAN_GET_CELL_INFO) { in handleWwanStartCommand()
860 uint32_t capabilitySet = CHRE_WWAN_GET_CELL_INFO; in TEST_F()