Searched defs:cid (Results 1 - 9 of 9) sorted by last modified time

/hardware/ril/include/telephony/
H A Dril.h191 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1169
212 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1170
331 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member in struct:__anon1178
/hardware/ril/mock-ril/src/cpp/
H A Dril.h191 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1294
212 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1295
331 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member in struct:__anon1303
/hardware/ril/reference-ril/
H A Dreference-ril.c423 responses[i].cid = -1;
441 err = at_tok_nextint(&line, &response->cid);
467 int cid; local
473 err = at_tok_nextint(&line, &cid);
478 if (responses[i].cid == cid)
1182 * +CREG: n, stat, [lac, cid]
1184 * +CREG: stat, [lac, cid]
1198 * +CGREG: n, stat [,lac, cid [,networkType]]
1227 case 2: /* +CREG: <stat>, <lac>, <cid> */
[all...]
H A Dril.h191 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1356
212 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon1357
331 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member in struct:__anon1365
/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/libhardware/include/hardware/
H A Dgps.h310 uint32_t cid; member in struct:__anon220
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCamera_Intf.h287 uint8_t cid; member in struct:__anon386
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera_interface.h159 uint8_t cid; member in struct:__anon504
/hardware/qcom/camera/
H A DQCamera_Intf.h333 uint8_t cid; member in struct:__anon629

Completed in 191 milliseconds