Lines Matching defs:out

49     struct ChppWwanCellIdentityCdma *out) {  in chppWwanConvertCellIdentityCdmaFromChre()
59 struct ChppWwanSignalStrengthCdma *out) { in chppWwanConvertSignalStrengthCdmaFromChre()
66 struct ChppWwanSignalStrengthEvdo *out) { in chppWwanConvertSignalStrengthEvdoFromChre()
73 const struct chreWwanCellInfoCdma *in, struct ChppWwanCellInfoCdma *out) { in chppWwanConvertCellInfoCdmaFromChre()
84 struct ChppWwanCellIdentityGsm *out) { in chppWwanConvertCellIdentityGsmFromChre()
96 struct ChppWwanSignalStrengthGsm *out) { in chppWwanConvertSignalStrengthGsmFromChre()
103 const struct chreWwanCellInfoGsm *in, struct ChppWwanCellInfoGsm *out) { in chppWwanConvertCellInfoGsmFromChre()
112 struct ChppWwanCellIdentityLte *out) { in chppWwanConvertCellIdentityLteFromChre()
123 struct ChppWwanSignalStrengthLte *out) { in chppWwanConvertSignalStrengthLteFromChre()
133 const struct chreWwanCellInfoLte *in, struct ChppWwanCellInfoLte *out) { in chppWwanConvertCellInfoLteFromChre()
142 struct ChppWwanCellIdentityNr *out) { in chppWwanConvertCellIdentityNrFromChre()
154 struct ChppWwanSignalStrengthNr *out) { in chppWwanConvertSignalStrengthNrFromChre()
164 const struct chreWwanCellInfoNr *in, struct ChppWwanCellInfoNr *out) { in chppWwanConvertCellInfoNrFromChre()
173 struct ChppWwanCellIdentityTdscdma *out) { in chppWwanConvertCellIdentityTdscdmaFromChre()
183 struct ChppWwanSignalStrengthTdscdma *out) { in chppWwanConvertSignalStrengthTdscdmaFromChre()
189 struct ChppWwanCellInfoTdscdma *out) { in chppWwanConvertCellInfoTdscdmaFromChre()
198 struct ChppWwanCellIdentityWcdma *out) { in chppWwanConvertCellIdentityWcdmaFromChre()
209 struct ChppWwanSignalStrengthWcdma *out) { in chppWwanConvertSignalStrengthWcdmaFromChre()
215 const struct chreWwanCellInfoWcdma *in, struct ChppWwanCellInfoWcdma *out) { in chppWwanConvertCellInfoWcdmaFromChre()
223 struct ChppWwanCellInfo *out) { in chppWwanConvertCellInfoFromChre()
258 const struct chreWwanCellInfoResult *in, struct ChppWwanCellInfoResult *out, in chppWwanConvertCellInfoResultFromChre()
285 struct ChppWwanCellInfoResultWithHeader **out, size_t *outSize) { in chppWwanCellInfoResultFromChre()
306 struct chreWwanCellIdentityCdma *out) { in chppWwanConvertCellIdentityCdmaToChre()
318 struct chreWwanSignalStrengthCdma *out) { in chppWwanConvertSignalStrengthCdmaToChre()
327 struct chreWwanSignalStrengthEvdo *out) { in chppWwanConvertSignalStrengthEvdoToChre()
336 const struct ChppWwanCellInfoCdma *in, struct chreWwanCellInfoCdma *out) { in chppWwanConvertCellInfoCdmaToChre()
355 struct chreWwanCellIdentityGsm *out) { in chppWwanConvertCellIdentityGsmToChre()
369 struct chreWwanSignalStrengthGsm *out) { in chppWwanConvertSignalStrengthGsmToChre()
378 const struct ChppWwanCellInfoGsm *in, struct chreWwanCellInfoGsm *out) { in chppWwanConvertCellInfoGsmToChre()
393 struct chreWwanCellIdentityLte *out) { in chppWwanConvertCellIdentityLteToChre()
406 struct chreWwanSignalStrengthLte *out) { in chppWwanConvertSignalStrengthLteToChre()
418 const struct ChppWwanCellInfoLte *in, struct chreWwanCellInfoLte *out) { in chppWwanConvertCellInfoLteToChre()
433 struct chreWwanCellIdentityNr *out) { in chppWwanConvertCellIdentityNrToChre()
447 struct chreWwanSignalStrengthNr *out) { in chppWwanConvertSignalStrengthNrToChre()
459 struct chreWwanCellInfoNr *out) { in chppWwanConvertCellInfoNrToChre()
474 struct chreWwanCellIdentityTdscdma *out) { in chppWwanConvertCellIdentityTdscdmaToChre()
486 struct chreWwanSignalStrengthTdscdma *out) { in chppWwanConvertSignalStrengthTdscdmaToChre()
494 struct chreWwanCellInfoTdscdma *out) { in chppWwanConvertCellInfoTdscdmaToChre()
509 struct chreWwanCellIdentityWcdma *out) { in chppWwanConvertCellIdentityWcdmaToChre()
522 struct chreWwanSignalStrengthWcdma *out) { in chppWwanConvertSignalStrengthWcdmaToChre()
530 const struct ChppWwanCellInfoWcdma *in, struct chreWwanCellInfoWcdma *out) { in chppWwanConvertCellInfoWcdmaToChre()
544 struct chreWwanCellInfo *out) { in chppWwanConvertCellInfoToChre()
596 const struct ChppWwanCellInfoResult *in, struct chreWwanCellInfoResult *out, in chppWwanConvertCellInfoResultToChre()
637 struct chreWwanCellInfoResult *out = NULL; in chppWwanCellInfoResultToChre() local