Searched defs:psc (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityWcdma.java | 91 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma() 274 int psc = mPsc != CellInfo.UNAVAILABLE ? mPsc : -1; in asCellLocation() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/gsm/ |
H A D | GsmCellLocation.java | 100 public void setPsc(int psc) { in setPsc()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | BluetoothManagerService.java | 1339 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile)); in bindBluetoothProfileService() local 1373 ProfileServiceConnections psc = mProfileServices.get(profile); in unbindBluetoothProfileService() local 1393 ProfileServiceConnections psc = mProfileServices.get(i); in unbindAllBluetoothProfileServices() local 2062 ProfileServiceConnections psc = mProfileServices.get(msg.arg1); in handleMessage() local 2072 ProfileServiceConnections psc = (ProfileServiceConnections) msg.obj; in handleMessage() local
|
/aosp12/system/chre/chre_api/legacy/v1_1/chre/ |
H A D | wwan.h | 129 int32_t psc; member
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | wwan.h | 129 int32_t psc; member
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | wwan.h | 129 int32_t psc; member
|
/aosp12/system/chre/chpp/include/chpp/common/ |
H A D | wwan_types.h | 174 int32_t psc; member
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | wwan.h | 130 int32_t psc; member
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | wwan.h | 130 int32_t psc; member
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 1389 …int psc; /* 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511, INT_MAX if unkno… member 1399 …int psc; /* 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511; this value must … member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 1389 …int psc; /* 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511, INT_MAX if unkno… member 1399 …int psc; /* 9-bit UMTS Primary Scrambling Code described in TS 25.331, 0..511; this value must … member
|