Home
last modified time | relevance | path

Searched refs:cid (Results 1 – 25 of 44) sorted by relevance

12

/hardware/ril/include/telephony/
Dril.h441 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/
Dril.h441 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 …]
Dreference-ril.c611 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/
DAGnssRil.cpp104 .cid = cellID.cid, in setRefLocation()
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_camsensor_sdk.h217 unsigned int cid; member
291 unsigned char cid; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_camsensor_sdk.h247 unsigned int cid; member
324 unsigned char cid; member
/hardware/qcom/msm8998/original-kernel-headers/media/
Dmsm_camsensor_sdk.h246 unsigned int cid; member
320 unsigned char cid; member
/hardware/qcom/msm8998/kernel-headers/media/
Dmsm_camsensor_sdk.h280 unsigned int cid; member
356 unsigned char cid; member
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp158 int cid = 1; in TEST_P() local
161 radio->deactivateDataCall(serial, cid, reasonRadioShutDown); in TEST_P()
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_camsensor_sdk.h238 unsigned char cid; member
Dmsmb_isp.h219 uint8_t cid; member
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_camsensor_sdk.h273 unsigned char cid; member
Dmsmb_isp.h235 uint8_t cid; member
/hardware/ril/libril/
Dril_service.cpp231 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/
DIAGnssRil.hal72 uint32_t cid;
/hardware/interfaces/radio/1.2/default/
DRadio.h107 Return<void> deactivateDataCall(int32_t serial, int32_t cid, bool reasonRadioShutDown) override;
281 int32_t serial, int32_t cid,
/hardware/interfaces/radio/1.2/
DIRadio.hal178 * @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/
Dmsmb_isp.h129 uint8_t cid; member
Dmsm_cam_sensor.h355 uint8_t cid; member
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsmb_isp.h146 uint8_t cid; member
Dmsm_cam_sensor.h390 uint8_t cid; member
/hardware/interfaces/radio/1.1/
Dtypes.hal190 int32_t cid; // Context ID, returned in setupDataCallResponse
/hardware/libhardware/include/hardware/
Dgps.h485 uint32_t cid; member
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp664 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/
Dloc_gps.h670 uint32_t cid; member

12