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

/hardware/ril/include/telephony/
H A Dril.h188 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon294
209 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon295
328 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member in struct:__anon303
/hardware/ril/mock-ril/src/cpp/
H A Dril.h188 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon418
209 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon419
328 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member in struct:__anon427
/hardware/ril/reference-ril/
H A Dril.h188 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon478
209 int cid; /* Context ID, uniquely identifies this call */ member in struct:__anon479
328 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member in struct:__anon487
H A Dreference-ril.c328 responses[i].cid = -1;
346 err = at_tok_nextint(&line, &response->cid);
372 int cid; local
378 err = at_tok_nextint(&line, &cid);
383 if (responses[i].cid == cid)
802 * +CREG: n, stat, [lac, cid]
804 * +CREG: stat, [lac, cid]
818 * +CGREG: n, stat [,lac, cid [,networkType]]
845 case 2: /* +CREG: <stat>, <lac>, <cid> */
[all...]
/hardware/libhardware/include/hardware/
H A Dgps.h310 uint32_t cid; member in struct:__anon135
/hardware/ril/mock-ril/src/js/
H A Dsimulated_radio.js80 var cid = '0';
668 rsp.strings[2] = cid;
699 rsp.strings[2] = cid;
/hardware/ril/libril/
H A Dril.cpp1506 p.writeInt32(p_cur[i].cid);
1511 appendPrintBuf("%s[cid=%d,%s,%s,%s],", printBuf,
1512 p_cur[i].cid,
1551 p.writeInt32(p_cur[i].cid);
1558 appendPrintBuf("%s[status=%d,retry=%d,cid=%d,%s,%d,%s,%s,%s],", printBuf,
1561 p_cur[i].cid,
1720 writeStringToParcel (p, p_cur->cid);
1722 appendPrintBuf("%s[cid=%s,rssi=%d],", printBuf,
1723 p_cur->cid, p_cur->rssi);

Completed in 230 milliseconds