/hardware/ril/include/telephony/ |
D | ril.h | 441 int cid; /* Context ID, uniquely identifies this call */ member 462 int cid; /* Context ID, uniquely identifies this call */ member 493 int cid; /* Context ID, uniquely identifies this call */ member 526 int cid; /* Context ID, uniquely identifies this call */ member 692 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member 1368 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member 1377 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member 1388 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member 1398 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member 1445 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member [all …]
|
/hardware/ril/reference-ril/ |
D | ril.h | 441 int cid; /* Context ID, uniquely identifies this call */ member 462 int cid; /* Context ID, uniquely identifies this call */ member 493 int cid; /* Context ID, uniquely identifies this call */ member 526 int cid; /* Context ID, uniquely identifies this call */ member 692 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member 1368 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member 1377 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member 1388 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member 1398 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member 1445 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member [all …]
|
D | reference-ril.c | 611 responses[i].cid = -1; in requestOrSendDataCallList() 631 err = at_tok_nextint(&line, &response->cid); in requestOrSendDataCallList() 657 int cid; in requestOrSendDataCallList() local 663 err = at_tok_nextint(&line, &cid); in requestOrSendDataCallList() 668 if (responses[i].cid == cid) in requestOrSendDataCallList()
|
/hardware/interfaces/gnss/1.0/default/ |
D | AGnssRil.cpp | 104 .cid = cellID.cid, in setRefLocation()
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msm_camsensor_sdk.h | 217 unsigned int cid; member 291 unsigned char cid; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msm_camsensor_sdk.h | 247 unsigned int cid; member 324 unsigned char cid; member
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
D | msm_camsensor_sdk.h | 246 unsigned int cid; member 320 unsigned char cid; member
|
/hardware/qcom/msm8998/kernel-headers/media/ |
D | msm_camsensor_sdk.h | 280 unsigned int cid; member 356 unsigned char cid; member
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_data.cpp | 158 int cid = 1; in TEST_P() local 161 radio->deactivateDataCall(serial, cid, reasonRadioShutDown); in TEST_P()
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msm_camsensor_sdk.h | 238 unsigned char cid; member
|
D | msmb_isp.h | 219 uint8_t cid; member
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msm_camsensor_sdk.h | 273 unsigned char cid; member
|
D | msmb_isp.h | 235 uint8_t cid; member
|
/hardware/ril/libril/ |
D | ril_service.cpp | 231 int32_t cid, bool reasonRadioShutDown); 1293 int32_t cid, bool reasonRadioShutDown) { in deactivateDataCall() argument 1298 2, (std::to_string(cid)).c_str(), reasonRadioShutDown ? "1" : "0"); in deactivateDataCall() 2895 kaReq.cid = keepalive.cid; // This is the context ID of the data call in startKeepalive() 3584 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse() 3602 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse() 3649 cellIdentity.cellIdentityTdscdma[0].cid = rilCellIdentity.cellIdentityTdscdma.cid; in fillCellIdentityResponse() 3697 rilCellIdentity.cellIdentityGsm.cid = in fillCellIdentityFromVoiceRegStateResponseString() 3708 rilCellIdentity.cellIdentityWcdma.cid = in fillCellIdentityFromVoiceRegStateResponseString() 3721 rilCellIdentity.cellIdentityTdscdma.cid = in fillCellIdentityFromVoiceRegStateResponseString() [all …]
|
/hardware/interfaces/gnss/1.0/ |
D | IAGnssRil.hal | 72 uint32_t cid;
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 107 Return<void> deactivateDataCall(int32_t serial, int32_t cid, bool reasonRadioShutDown) override; 281 int32_t serial, int32_t cid,
|
/hardware/interfaces/radio/1.2/ |
D | IRadio.hal | 178 * @param cid Data call id. 183 oneway deactivateDataCall_1_2(int32_t serial, int32_t cid, DataRequestReason reason);
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msmb_isp.h | 129 uint8_t cid; member
|
D | msm_cam_sensor.h | 355 uint8_t cid; member
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msmb_isp.h | 146 uint8_t cid; member
|
D | msm_cam_sensor.h | 390 uint8_t cid; member
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 190 int32_t cid; // Context ID, returned in setupDataCallResponse
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 485 uint32_t cid; member
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_api.cpp | 664 int cid = 1; in TEST_P() local 668 Return<void> res = radio_v1_2->deactivateDataCall_1_2(serial, cid, reason); in TEST_P()
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | loc_gps.h | 670 uint32_t cid; member
|