OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHRE_WWAN_GET_CELL_INFO
(Results
1 - 4
of
4
) sorted by null
/system/chre/apps/chqts/src/general_test/
wwan_capabilities_test.cc
37
allCapabilities |=
CHRE_WWAN_GET_CELL_INFO
;
wwan_cell_info_test.cc
41
if ((chreWwanGetCapabilities() &
CHRE_WWAN_GET_CELL_INFO
) == 0) {
/system/chre/apps/wwan_world/
wwan_world.cc
130
case
CHRE_WWAN_GET_CELL_INFO
:
143
if (wwanCapabilities &
CHRE_WWAN_GET_CELL_INFO
) {
/system/chre/chre_api/include/chre_api/chre/
wwan.h
60
#define
CHRE_WWAN_GET_CELL_INFO
UINT32_C(1 << 0)
Completed in 51 milliseconds