Searched refs:cellIdentity (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/radio/1.5/ |
D | IRadioIndication.hal | 42 * @param cellIdentity the CellIdentity, which must include the globally unique identifier for 60 RadioIndicationType type, CellIdentity cellIdentity, string chosenPlmn, 78 RadioIndicationType type, CellIdentity cellIdentity, vec<BarringInfo> barringInfos);
|
D | IRadioResponse.hal | 195 * @param cellIdentity CellIdentity for the barring infos. 204 oneway getBarringInfoResponse(RadioResponseInfo info, CellIdentity cellIdentity,
|
D | types.hal | 975 CellIdentity cellIdentity;
|
/hardware/ril/libril/ |
D | ril_service.cpp | 3562 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument 3564 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse() 3565 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse() 3566 cellIdentity.cellIdentityCdma.resize(0); in fillCellIdentityResponse() 3567 cellIdentity.cellIdentityTdscdma.resize(0); in fillCellIdentityResponse() 3568 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse() 3569 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse() 3573 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse() 3574 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse() 3576 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse() [all …]
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_data.cpp | 47 CellIdentity cellIdentities = radioRsp->dataRegResp.cellIdentity; in TEST_P()
|
/hardware/interfaces/radio/1.5/vts/functional/ |
D | radio_response.cpp | 980 const ::android::hardware::radio::V1_5::CellIdentity& cellIdentity, in getBarringInfoResponse() 983 this->barringCellIdentity = cellIdentity; in getBarringInfoResponse()
|
D | radio_hidl_hal_utils_v1_5.h | 573 const ::android::hardware::radio::V1_5::CellIdentity& cellIdentity, 806 const ::android::hardware::radio::V1_5::CellIdentity& cellIdentity,
|
/hardware/interfaces/radio/1.6/vts/functional/ |
D | radio_response.cpp | 980 const ::android::hardware::radio::V1_5::CellIdentity& cellIdentity, in getBarringInfoResponse() 983 this->barringCellIdentity = cellIdentity; in getBarringInfoResponse()
|
D | radio_hidl_hal_utils_v1_6.h | 574 const ::android::hardware::radio::V1_5::CellIdentity& cellIdentity, 811 const ::android::hardware::radio::V1_5::CellIdentity& cellIdentity,
|
/hardware/ril/include/telephony/ |
D | ril.h | 1605 RIL_CellIdentity_v16 cellIdentity; // current cell information member 1628 RIL_CellIdentity_v16 cellIdentity; // Current cell information member
|
/hardware/ril/reference-ril/ |
D | ril.h | 1605 RIL_CellIdentity_v16 cellIdentity; // current cell information member 1628 RIL_CellIdentity_v16 cellIdentity; // Current cell information member
|
/hardware/interfaces/radio/1.2/ |
D | types.hal | 588 CellIdentity cellIdentity; 621 CellIdentity cellIdentity;
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_api.cpp | 750 radioRsp_v1_2->dataRegResp.cellIdentity; in TEST_P()
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1708 CellIdentity cellIdentity; 1730 CellIdentity cellIdentity;
|