Home
last modified time | relevance | path

Searched refs:mcc (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/include/telephony/
Dril.h871 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/
Dril.h871 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/
Dgps.h482 uint16_t mcc; member
/hardware/ril/libril/
Dril.cpp2954 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()