Searched refs:CellInfo (Results 1 - 3 of 3) sorted by relevance

/hardware/ril/libril/
H A Dril.cpp2426 p_cur->CellInfo.gsm.cellIdentityGsm.mcc,
2427 p_cur->CellInfo.gsm.cellIdentityGsm.mnc,
2428 p_cur->CellInfo.gsm.cellIdentityGsm.lac,
2429 p_cur->CellInfo.gsm.cellIdentityGsm.cid);
2431 p_cur->CellInfo.gsm.signalStrengthGsm.signalStrength,
2432 p_cur->CellInfo.gsm.signalStrengthGsm.bitErrorRate);
2434 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mcc);
2435 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.mnc);
2436 p.writeInt32(p_cur->CellInfo.gsm.cellIdentityGsm.lac);
2437 p.writeInt32(p_cur->CellInfo
[all...]
/hardware/ril/include/telephony/
H A Dril.h828 // Must be the same as CellInfo.TYPE_XXX
836 // Must be the same as CellInfo.TIMESTAMP_TYPE_XXX
846 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */
855 } CellInfo; member in struct:__anon1273
/hardware/ril/reference-ril/
H A Dril.h828 // Must be the same as CellInfo.TYPE_XXX
836 // Must be the same as CellInfo.TIMESTAMP_TYPE_XXX
846 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */
855 } CellInfo; member in struct:__anon1420

Completed in 6871 milliseconds