Searched refs:mcc (Results 1 – 4 of 4) sorted by relevance
/hardware/ril/include/telephony/ |
D | ril.h | 871 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 879 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 904 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 913 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member
|
/hardware/ril/reference-ril/ |
D | ril.h | 871 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 879 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 904 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member 913 int mcc; /* 3-digit Mobile Country Code, 0..999, INT_MAX if unknown */ member
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 482 uint16_t mcc; member
|
/hardware/ril/libril/ |
D | ril.cpp | 2954 p_cur->CellInfo.gsm.cellIdentityGsm.mcc, in responseCellInfoList() 2962 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mcc); in responseCellInfoList() 2972 p_cur->CellInfo.wcdma.cellIdentityWcdma.mcc, in responseCellInfoList() 2981 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.mcc); in responseCellInfoList() 3020 p_cur->CellInfo.lte.cellIdentityLte.mcc, in responseCellInfoList() 3026 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.mcc); in responseCellInfoList() 3049 p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mcc, in responseCellInfoList() 3057 p.writeInt32(p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mcc); in responseCellInfoList()
|