Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril.h444 int cid; /* Context ID, uniquely identifies this call */ member
465 int cid; /* Context ID, uniquely identifies this call */ member
496 int cid; /* Context ID, uniquely identifies this call */ member
529 int cid; /* Context ID, uniquely identifies this call */ member
695 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member
1392 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member
1401 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member
1412 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member
1422 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member
1469 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member
[all …]
Dril_service.cpp241 int32_t cid, bool reasonRadioShutDown);
496 Return<void> deactivateDataCall_1_2(int32_t serial, int32_t cid,
1377 int32_t cid, bool reasonRadioShutDown) { in deactivateDataCall() argument
1382 2, (std::to_string(cid)).c_str(), reasonRadioShutDown ? "1" : "0"); in deactivateDataCall()
3038 kaReq.cid = keepalive.cid; // This is the context ID of the data call in startKeepalive()
4177 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
4190 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse()
4227 cellIdentity.cellIdentityTdscdma[0].cid = rilCellIdentity.cellIdentityTdscdma.cid; in fillCellIdentityResponse()
4275 rilCellIdentity.cellIdentityGsm.cid = in fillCellIdentityFromVoiceRegStateResponseString()
4286 rilCellIdentity.cellIdentityWcdma.cid = in fillCellIdentityFromVoiceRegStateResponseString()
[all …]
/device/generic/goldfish/ril/
Dril.h440 int cid; /* Context ID, uniquely identifies this call */ member
461 int cid; /* Context ID, uniquely identifies this call */ member
492 int cid; /* Context ID, uniquely identifies this call */ member
525 int cid; /* Context ID, uniquely identifies this call */ member
691 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member
1365 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member
1372 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member
1381 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member
1389 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member
1430 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member
[all …]
Dreference-ril.c643 responses[i].cid = -1; in requestOrSendDataCallList()
663 err = at_tok_nextint(&line, &response->cid); in requestOrSendDataCallList()
689 int cid; in requestOrSendDataCallList() local
695 err = at_tok_nextint(&line, &cid); in requestOrSendDataCallList()
700 if (responses[i].cid == cid) in requestOrSendDataCallList()
/device/google/bonito/sdm710/kernel-headers/media/
Dmsm_camsensor_sdk.h239 unsigned int cid; member
301 unsigned char cid; member
Dmsmb_isp.h217 uint8_t cid; member
Dmsm_camera.h1034 uint8_t cid; member
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dmsm_camsensor_sdk.h259 unsigned int cid; member
334 unsigned char cid; member
Dmsmb_isp.h244 uint8_t cid; member
Dmsm_camera.h1364 uint8_t cid; member
/device/google/crosshatch/sdm845/kernel-headers/media/
Dmsm_camsensor_sdk.h239 unsigned int cid; member
301 unsigned char cid; member
Dmsmb_isp.h217 uint8_t cid; member
Dmsm_camera.h1034 uint8_t cid; member
/device/google/bonito/sdm710/original-kernel-headers/media/
Dmsm_camsensor_sdk.h259 unsigned int cid; member
334 unsigned char cid; member
Dmsmb_isp.h244 uint8_t cid; member
Dmsm_camera.h1364 uint8_t cid; member
/device/google/cuttlefish_common/guest/commands/vsock_logcat/
Dmain.cpp39 DEFINE_uint32(cid, 2, "VSOCK CID to send logcat output to");
/device/google/cuttlefish_common/common/libs/fs/
Dshared_fd.cpp421 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type) { in VsockClient() argument
429 addr.svm_cid = cid; in VsockClient()
Dshared_fd.h160 static SharedFD VsockClient(unsigned int cid, unsigned int port, int type);
/device/google/marlin/camera/
DQCamera_Intf.h298 uint8_t cid; member
/device/google/cuttlefish_common/guest/hals/ril/
Dcuttlefish_ril.cpp250 responses[index].cid = iter->first; in request_or_send_data_calllist()
1547 ci.CellInfo.gsm.cellIdentityGsm.cid = s_cid; in request_get_cell_info_list()
1587 gGSMNeighboringCells[0].cid = (char*)"0000"; in init_virtual_network()