Home
last modified time | relevance | path

Searched refs:requestCellInfo (Results 1 – 6 of 6) sorted by relevance

/system/chre/platform/shared/
Dplatform_wwan.cc65 bool PlatformWwan::requestCellInfo() { in requestCellInfo() function in chre::PlatformWwan
68 return mWwanApi->requestCellInfo(); in requestCellInfo()
Dchre_api_wwan.cc38 .requestCellInfo(nanoapp, cookie); in chreWwanGetCellInfoAsync()
/system/chre/core/
Dwwan_request_manager.cc34 bool WwanRequestManager::requestCellInfo(Nanoapp *nanoapp, in requestCellInfo() function in chre::WwanRequestManager
40 success = mPlatformWwan.requestCellInfo(); in requestCellInfo()
/system/chre/platform/include/chre/platform/
Dplatform_wwan.h54 bool requestCellInfo();
/system/chre/pal/include/chre/pal/
Dwwan.h119 bool (*requestCellInfo)(void); member
/system/chre/core/include/chre/core/
Dwwan_request_manager.h57 bool requestCellInfo(Nanoapp *nanoapp, const void *cookie);