Searched defs:rillCellInfo (Results 1 - 1 of 1) sorted by relevance

/hardware/ril/libril/
H A Dril_service.cpp7846 RIL_CellInfo_v12 *rillCellInfo = (RIL_CellInfo_v12 *) response; local
7848 records[i].cellInfoType = (CellInfoType) rillCellInfo->cellInfoType;
7849 records[i].registered = rillCellInfo->registered;
7850 records[i].timeStampType = (TimeStampType) rillCellInfo->timeStampType;
7851 records[i].timeStamp = rillCellInfo->timeStamp;
7859 switch(rillCellInfo->cellInfoType) {
7864 std::to_string(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mcc);
7866 std::to_string(rillCellInfo->CellInfo.gsm.cellIdentityGsm.mnc);
7868 rillCellInfo->CellInfo.gsm.cellIdentityGsm.lac;
7870 rillCellInfo
[all...]

Completed in 106 milliseconds