OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestCellInfo
(Results
1 - 6
of
6
) sorted by null
/system/chre/platform/include/chre/platform/
platform_wwan.h
54
bool
requestCellInfo
();
/system/chre/platform/shared/
chre_api_wwan.cc
33
.
requestCellInfo
(nanoapp, cookie);
platform_wwan.cc
61
bool PlatformWwan::
requestCellInfo
() {
64
return mWwanApi->
requestCellInfo
();
/system/chre/core/include/chre/core/
wwan_request_manager.h
57
bool
requestCellInfo
(Nanoapp *nanoapp, const void *cookie);
/system/chre/pal/include/chre/pal/
wwan.h
50
*
requestCellInfo
in struct chrePalWwanApi.
58
* @see #
requestCellInfo
119
bool (*
requestCellInfo
)(void);
/system/chre/core/
wwan_request_manager.cc
34
bool WwanRequestManager::
requestCellInfo
(Nanoapp *nanoapp,
40
success = mPlatformWwan.
requestCellInfo
();
Completed in 554 milliseconds