OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHRE_EVENT_WWAN_CELL_INFO_RESULT
(Results
1 - 4
of
4
) sorted by null
/system/chre/core/
wwan_request_manager.cc
42
nanoapp->registerForBroadcastEvent(
CHRE_EVENT_WWAN_CELL_INFO_RESULT
);
69
.postEvent(
CHRE_EVENT_WWAN_CELL_INFO_RESULT
, result,
97
nanoapp->unregisterForBroadcastEvent(
CHRE_EVENT_WWAN_CELL_INFO_RESULT
);
/system/chre/chre_api/include/chre_api/chre/
wwan.h
76
#define
CHRE_EVENT_WWAN_CELL_INFO_RESULT
CHRE_WWAN_EVENT_ID(0)
384
* Data structure provided with events of type
CHRE_EVENT_WWAN_CELL_INFO_RESULT
.
434
*
CHRE_EVENT_WWAN_CELL_INFO_RESULT
. The implementation must send this event,
/system/chre/apps/chqts/src/general_test/
wwan_cell_info_test.cc
70
} else if (eventType ==
CHRE_EVENT_WWAN_CELL_INFO_RESULT
) {
/system/chre/apps/wwan_world/
wwan_world.cc
164
case
CHRE_EVENT_WWAN_CELL_INFO_RESULT
:
Completed in 85 milliseconds