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