OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cellInfoCount
(Results
1 - 3
of
3
) sorted by null
/system/chre/apps/chqts/src/general_test/
wwan_cell_info_test.cc
164
} else if (result->
cellInfoCount
!= 0) {
165
validateCellInfo(result->
cellInfoCount
, result->cells);
/system/chre/chre_api/include/chre_api/chre/
wwan.h
398
uint8_t
cellInfoCount
;
406
//! Pointer to an array of
cellInfoCount
elements containing information
/system/chre/apps/wwan_world/
wwan_world.cc
115
for (uint8_t i = 0; i < result->
cellInfoCount
; i++) {
Completed in 66 milliseconds