Searched refs:mcc (Results 1 – 4 of 4) sorted by relevance
/hardware/ril/reference-ril/ |
D | ril.h | 986 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 994 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 1019 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 1028 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member
|
/hardware/ril/include/telephony/ |
D | ril.h | 986 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 994 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 1019 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 1028 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 502 uint16_t mcc; member
|
/hardware/ril/libril/ |
D | ril.cpp | 3090 p_cur->CellInfo.gsm.cellIdentityGsm.mcc, in responseCellInfoList() 3098 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mcc); in responseCellInfoList() 3108 p_cur->CellInfo.wcdma.cellIdentityWcdma.mcc, in responseCellInfoList() 3117 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.mcc); in responseCellInfoList() 3156 p_cur->CellInfo.lte.cellIdentityLte.mcc, in responseCellInfoList() 3162 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.mcc); in responseCellInfoList() 3185 p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mcc, in responseCellInfoList() 3193 p.writeInt32(p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mcc); in responseCellInfoList()
|