Searched refs:requestCellInfo (Results 1 – 10 of 10) sorted by relevance
65 bool PlatformWwan::requestCellInfo() { in requestCellInfo() function in chre::PlatformWwan68 return mWwanApi->requestCellInfo(); in requestCellInfo()
43 .requestCellInfo(nanoapp, cookie); in chreWwanGetCellInfoAsync()
34 bool WwanRequestManager::requestCellInfo(Nanoapp *nanoapp, const void *cookie) { in requestCellInfo() function in chre::WwanRequestManager39 success = mPlatformWwan.requestCellInfo(); in requestCellInfo()
54 bool requestCellInfo();
58 bool requestCellInfo(Nanoapp *nanoapp, const void *cookie);
124 bool (*requestCellInfo)(void); member
74 .requestCellInfo = wwanPalRequestCellInfo, in chrePalWwanGetApi()
110 .requestCellInfo = chrePalWwanRequestCellInfo, in chrePalWwanGetApi()
353 if (!wwanServiceContext->api->requestCellInfo()) { in chppWwanServiceGetCellInfoAsync()
562 .requestCellInfo = chppWwanClientGetCellInfoAsync,