Searched refs:cid (Results 1 - 16 of 16) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/Public/
H A DMobiCoreRegistry.h136 * @param cid Service provider or UUID.
144 const mcCid_t *cid,
/hardware/ril/include/telephony/
H A Dril.h194 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1223
215 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1224
356 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member in struct:__anon1235
766 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member in struct:__anon1263
774 int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown */ member in struct:__anon1264
/hardware/ril/reference-ril/
H A Dril.h194 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1370
215 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1371
356 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member in struct:__anon1382
766 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member in struct:__anon1410
774 int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown */ member in struct:__anon1411
H A Dreference-ril.c438 responses[i].cid = -1;
456 err = at_tok_nextint(&line, &response->cid);
482 int cid; local
488 err = at_tok_nextint(&line, &cid);
493 if (responses[i].cid == cid)
1197 * +CREG: n, stat, [lac, cid]
1199 * +CREG: stat, [lac, cid]
1213 * +CGREG: n, stat [,lac, cid [,networkType]]
1242 case 2: /* +CREG: <stat>, <lac>, <cid> */
[all...]
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_isp.h132 uint8_t cid; member in struct:msm_vfe_rdi_cfg
H A Dmsm_cam_sensor.h235 uint8_t cid; member in struct:msm_camera_csid_vc_cfg
H A Dmsm_camera.h1295 uint8_t cid; member in struct:msm_camera_csid_vc_cfg
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_isp.h105 uint8_t cid; member in struct:msm_vfe_rdi_cfg
H A Dmsm_cam_sensor.h206 uint8_t cid; member in struct:msm_camera_csid_vc_cfg
H A Dmsm_camera.h1369 uint8_t cid; member in struct:msm_camera_csid_vc_cfg
/hardware/libhardware/include/hardware/
H A Dgps.h318 uint32_t cid; member in struct:__anon289
/hardware/ril/libril/
H A Dril.cpp1800 p.writeInt32(p_cur[i].cid);
1805 appendPrintBuf("%s[cid=%d,%s,%s,%s],", printBuf,
1806 p_cur[i].cid,
1845 p.writeInt32(p_cur[i].cid);
1852 appendPrintBuf("%s[status=%d,retry=%d,cid=%d,%s,%s,%s,%s,%s,%s],", printBuf,
1855 p_cur[i].cid,
2015 writeStringToParcel (p, p_cur->cid);
2017 appendPrintBuf("%s[cid=%s,rssi=%d],", printBuf,
2018 p_cur->cid, p_cur->rssi);
2425 appendPrintBuf("%s GSM id: mcc=%d,mnc=%d,lac=%d,cid
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
H A DRegistry.cpp366 LOG_E("mcRegistry store So.Data(cid/pid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
375 LOG_E("mcRegistry store So.Data(cid/pid) failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
390 const mcCid_t *cid,
396 if ((NULL == cid) || (NULL == so)) {
410 LOG_E("mcRegistry read So.Data(cid/pid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
417 LOG_E("mcRegistry read So.Data(cid/pid) failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
424 LOG_E("mcRegistry read So.Data(cid/pid) failed: %d", MC_DRV_ERR_OUT_OF_RESOURCES);
388 mcRegistryReadData( uint32_t context, const mcCid_t *cid, mcPid_t pid, mcSoDataCont_t *so, uint32_t maxLen ) argument
/hardware/qcom/camera/
H A DQCamera_Intf.h298 uint8_t cid; member in struct:__anon660
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h1301 uint8_t cid; member in struct:msm_camera_csid_vc_cfg
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1253 uint8_t cid; member in struct:msm_camera_csid_vc_cfg

Completed in 809 milliseconds