/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityTdscdma.java | 91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma() argument 97 mCpid = inRangeOrUnavailable(cpid, 0, MAX_CPID); in CellIdentityTdscdma() 117 this(cid.mcc, cid.mnc, cid.lac, cid.cid, cid.cpid, CellInfo.UNAVAILABLE, "", "", in CellIdentityTdscdma() 123 this(cid.base.mcc, cid.base.mnc, cid.base.lac, cid.base.cid, cid.base.cpid, in CellIdentityTdscdma() 131 cid.base.base.cpid, cid.base.uarfcn, cid.base.operatorNames.alphaLong, in CellIdentityTdscdma()
|
/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | cell_info_tdscdma.cc | 35 } else if (!isBoundedInt32(identity.cpid, 0, 127, INT32_MAX)) { in validateIdentity() 37 identity.cpid); in validateIdentity()
|
/aosp12/system/chre/chpp/common/ |
H A D | wwan_convert.c | 178 out->cpid = in->cpid; in chppWwanConvertCellIdentityTdscdmaFromChre() 479 out->cpid = in->cpid; in chppWwanConvertCellIdentityTdscdmaToChre()
|
/aosp12/system/chre/chre_api/legacy/v1_1/chre/ |
H A D | wwan.h | 197 int32_t cpid; member
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | wwan.h | 197 int32_t cpid; member
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | wwan.h | 197 int32_t cpid; member
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | wwan.h | 198 int32_t cpid; member
|
/aosp12/system/chre/chpp/include/chpp/common/ |
H A D | wwan_types.h | 154 int32_t cpid; member
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | wwan.h | 198 int32_t cpid; member
|
/aosp12/frameworks/av/services/audiopolicy/tests/ |
H A D | audiopolicymanager_tests.cpp | 171 pid_t cpid = fork(); in dumpToLog() local 172 ASSERT_NE(-1, cpid); in dumpToLog() 173 if (cpid == 0) { in dumpToLog()
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 1446 int cpid; /* 8-bit Cell Parameters ID described in TS 25.331, 0..127, INT_MAX if unknown */ member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 1446 int cpid; /* 8-bit Cell Parameters ID described in TS 25.331, 0..127, INT_MAX if unknown */ member
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 3588 cellIdentity.cellIdentityTdscdma[0].cpid = rilCellIdentity.cellIdentityTdscdma.cpid; in fillCellIdentityResponse() 7931 cellInfoTdscdma->cellIdentityTdscdma.cpid = in convertRilCellInfoListToHal() 7932 rillCellInfo->CellInfo.tdscdma.cellIdentityTdscdma.cpid; in convertRilCellInfoListToHal()
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | types.hal | 1594 int32_t cpid; // 8-bit Cell Parameters ID described in
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RILTest.java | 1605 cid.base.cpid = PSC; in initializeCellIdentityTdscdma_1_2()
|