HomeSort by relevance Sort by last modified time
    Searched refs:cid (Results 176 - 200 of 240) sorted by null

1 2 3 4 5 6 78 910

  /device/lge/hammerhead/original-kernel-headers/media/
msm_cam_sensor.h 207 uint8_t cid; member in struct:msm_camera_csid_vc_cfg
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java 2331 String cid = replacesHeader.getCallId(); local
2375 String cid = joinHeader.getCallId(); local
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 318 uint32_t cid; member in struct:__anon32915
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_cam_sensor.h 235 uint8_t cid; member in struct:msm_camera_csid_vc_cfg
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_cam_sensor.h 206 uint8_t cid; member in struct:msm_camera_csid_vc_cfg
  /dalvik/vm/
Profile.cpp 123 clockid_t cid; local
125 pthread_getcpuclockid(thread->handle, &cid);
126 clock_gettime(cid, &tm);
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 633 /* CID-keyed CFF fonts don't have glyph names */
802 /* When multiple GIDs map to the same CID, we choose the lowest */
818 FT_UInt cid )
823 if ( cid <= charset->max_cid )
824 result = charset->cids[cid];
1025 /* we have to invert the `sids' array for subsetted CID-keyed fonts */
    [all...]
  /external/freetype/src/cff/
cffload.c 633 /* CID-keyed CFF fonts don't have glyph names */
802 /* When multiple GIDs map to the same CID, we choose the lowest */
818 FT_UInt cid )
823 if ( cid <= charset->max_cid )
824 result = charset->cids[cid];
1025 /* we have to invert the `sids' array for subsetted CID-keyed fonts */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA2.c 683 Colormap cid; local
694 cid = req->id = XAllocID(dpy);
698 return cid;
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 94 * @param cid the id of the secure container that should
103 public String copyResourceToContainer(final Uri packageURI, final String cid,
106 if (packageURI == null || cid == null) {
110 return copyResourceInner(packageURI, cid, key, resFileName, publicResFileName,
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 489 jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid)
505 location.u.cellID.cid = cid;
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 475 int cid = loc.getCid(); local
480 + ((cid == -1) ? "unknown" : Integer.toHexString(cid)));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 411 response.cid = 0;
673 mCid = response.cid;
842 int cid = getCid(); local
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 499 UINT16_TO_STREAM (p, 0); /* Local CID of 0 */
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /hardware/ril/reference-ril/
reference-ril.c 438 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)
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 1456 UINT8 *pp, cid; local
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 902 final ImapString cid = bs.getStringOrEmpty(3); local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 502 bool cid = false;
506 } else if (strcmp(fontType, "CID Type 1") == 0) {
508 cid = true;
513 cid = true;
601 } else if (!cid) {
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 505 bool cid = false;
509 } else if (strcmp(fontType, "CID Type 1") == 0) {
511 cid = true;
516 cid = true;
604 } else if (!cid) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 260 public void deactivateDataCall(int cid, int reason, Message result) {
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 48 ** passed CID.
53 tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid)
61 if ((p_bcb->con_state != BNEP_STATE_IDLE) && (p_bcb->l2cap_cid == cid))
233 BNEP_TRACE_EVENT1 ("BNEP - bnep_send_conn_responce for CID: 0x%x", p_bcb->l2cap_cid);
416 BNEP_TRACE_EVENT2 ("BNEP - bnep_send_command_not_understood for CID: 0x%x, cmd 0x%x", p_bcb->l2cap_cid, cmd_code);
454 BNEP_TRACE_EVENT1 ("BNEP - bnepu_check_send_packet for CID: 0x%x", p_bcb->l2cap_cid);
459 BNEP_TRACE_EVENT1 ("BNEP - congested, dropping buf, CID: 0x%x", p_bcb->l2cap_cid);
586 BNEP_TRACE_EVENT1 ("BNEP - bnep_process_setup_conn_req for CID: 0x%x", p_bcb->l2cap_cid);
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 366 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);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 264 String cid = c.getString(c.getColumnIndex("cid")); local
275 "\n cid : " + cid +
1550 String cid = c.getString(c.getColumnIndex("cid")); local
    [all...]
  /device/asus/flo/camera/
QCamera_Intf.h 298 uint8_t cid; member in struct:__anon1849

Completed in 923 milliseconds

1 2 3 4 5 6 78 910