Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/
H A Dplatform_wwan.cc65 bool PlatformWwan::requestCellInfo() { in requestCellInfo() function in chre::PlatformWwan
68 return mWwanApi->requestCellInfo(); in requestCellInfo()
H A Dchre_api_wwan.cc43 .requestCellInfo(nanoapp, cookie); in chreWwanGetCellInfoAsync()
/aosp12/system/chre/core/
H A Dwwan_request_manager.cc34 bool WwanRequestManager::requestCellInfo(Nanoapp *nanoapp, const void *cookie) { in requestCellInfo() function in chre::WwanRequestManager
39 success = mPlatformWwan.requestCellInfo(); in requestCellInfo()
/aosp12/system/chre/platform/include/chre/platform/
H A Dplatform_wwan.h54 bool requestCellInfo();
/aosp12/system/chre/core/include/chre/core/
H A Dwwan_request_manager.h58 bool requestCellInfo(Nanoapp *nanoapp, const void *cookie);
/aosp12/system/chre/pal/include/chre/pal/
H A Dwwan.h124 bool (*requestCellInfo)(void); member
/aosp12/system/chre/chpp/platform/linux/services/
H A Dplatform_wwan.c74 .requestCellInfo = wwanPalRequestCellInfo, in chrePalWwanGetApi()
/aosp12/system/chre/platform/linux/
H A Dpal_wwan.cc110 .requestCellInfo = chrePalWwanRequestCellInfo, in chrePalWwanGetApi()
/aosp12/system/chre/chpp/services/
H A Dwwan.c353 if (!wwanServiceContext->api->requestCellInfo()) { in chppWwanServiceGetCellInfoAsync()
/aosp12/system/chre/chpp/clients/
H A Dwwan.c562 .requestCellInfo = chppWwanClientGetCellInfoAsync,