Searched refs:mnc (Results 1 – 4 of 4) sorted by relevance
/hardware/ril/reference-ril/ |
D | ril.h | 987 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */ member 995 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */ member 1020 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */ member 1029 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */ member
|
/hardware/ril/include/telephony/ |
D | ril.h | 987 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */ member 995 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */ member 1020 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */ member 1029 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */ member
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 503 uint16_t mnc; member
|
/hardware/ril/libril/ |
D | ril.cpp | 3091 p_cur->CellInfo.gsm.cellIdentityGsm.mnc, in responseCellInfoList() 3099 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mnc); in responseCellInfoList() 3109 p_cur->CellInfo.wcdma.cellIdentityWcdma.mnc, in responseCellInfoList() 3118 p.writeInt32(p_cur->CellInfo.wcdma.cellIdentityWcdma.mnc); in responseCellInfoList() 3157 p_cur->CellInfo.lte.cellIdentityLte.mnc, in responseCellInfoList() 3163 p.writeInt32(p_cur->CellInfo.lte.cellIdentityLte.mnc); in responseCellInfoList() 3186 p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mnc, in responseCellInfoList() 3194 p.writeInt32(p_cur->CellInfo.tdscdma.cellIdentityTdscdma.mnc); in responseCellInfoList()
|