Searched refs:releaseCellInfoResult (Results 1 – 8 of 8) sorted by relevance
74 void PlatformWwan::releaseCellInfoResult(chreWwanCellInfoResult *result) { in releaseCellInfoResult() function in chre::PlatformWwan77 mWwanApi->releaseCellInfoResult(result); in releaseCellInfoResult()
62 void releaseCellInfoResult(chreWwanCellInfoResult *result);
133 void (*releaseCellInfoResult)(struct chreWwanCellInfoResult *result); member
75 .releaseCellInfoResult = wwanPalReleaseCellInfoResult, in chrePalWwanGetApi()
103 mPlatformWwan.releaseCellInfoResult(result); in handleFreeCellInfoResult()
111 .releaseCellInfoResult = chrePalWwanReleaseCellInfoResult, in chrePalWwanGetApi()
404 gWwanServiceContext.api->releaseCellInfoResult(result); in chppWwanServiceCellInfoResultCallback()
563 .releaseCellInfoResult = chppWwanClientReleaseCellInfoResult,