HomeSort by relevance Sort by last modified time
    Searched full:cid (Results 1 - 25 of 488) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 71 public static String createSdDir(int sizeMb, String cid, String sdEncKey, int uid,
80 int rc = mountService.createSecureContainer(cid, sizeMb, "ext4", sdEncKey, uid,
83 Log.e(TAG, "Failed to create secure container " + cid);
86 String cachePath = mountService.getSecureContainerPath(cid);
87 if (localLOGV) Log.i(TAG, "Created secure container " + cid +
96 public static String mountSdDir(String cid, String key, int ownerUid) {
98 int rc = getMountService().mountSecureContainer(cid, key, ownerUid);
100 Log.i(TAG, "Failed to mount container " + cid + " rc : " + rc);
103 return getMountService().getSecureContainerPath(cid);
110 public static boolean unMountSdDir(String cid) {
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftcid.h 5 /* FreeType API for accessing CID font information (specification). */
40 /* CID Fonts */
43 /* CID-keyed font specific API. */
46 /* This section contains the declaration of CID-keyed font specific */
59 * "R/O/S") from a CID-keyed font.
79 * This function only works with CID faces, returning an error
98 * Retrieve the type of the input face, CID keyed or not. In
100 * successfully also for CID-keyed fonts in an SNFT wrapper.
114 * This function only works with CID faces and OpenType fonts,
131 * Retrieve the CID of the input glyph index
    [all...]
  /external/freetype/include/freetype/
ftcid.h 5 /* FreeType API for accessing CID font information (specification). */
40 /* CID Fonts */
43 /* CID-keyed font specific API. */
46 /* This section contains the declaration of CID-keyed font specific */
59 * "R/O/S") from a CID-keyed font.
79 * This function only works with CID faces, returning an error
98 * Retrieve the type of the input face, CID keyed or not. In
100 * successfully also for CID-keyed fonts in an SNFT wrapper.
114 * This function only works with CID faces and OpenType fonts,
131 * Retrieve the CID of the input glyph index
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 22 50105 pdp_setup_fail (cause|1|5), (cid|1|5), (network_type|1|5)
25 50106 call_drop (cause|1|5), (cid|1|5), (network_type|1|5)
28 50107 data_network_registration_fail (op_numeric|1|5), (cid|1|5)
34 50109 pdp_network_drop (cid|1|5), (network_type|1|5)
37 50110 cdma_data_setup_failed (cause|1|5), (cid|1|5), (network_type|1|5)
40 50111 cdma_data_drop (cid|1|5), (network_type|1|5)
46 50112 gsm_rat_switched (cid|1|5), (network_from|1|5), (network_to|1|5)
81 50123 gsm_rat_switched_new (cid|1|5), (network_from|1|5), (network_to|1|5)
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svcid.h 5 /* The FreeType CID font services (specification). */
27 #define FT_SERVICE_ID_CID "CID"
40 FT_UInt *cid );
42 FT_DEFINE_SERVICE( CID )
  /external/freetype/include/freetype/internal/services/
svcid.h 5 /* The FreeType CID font services (specification). */
27 #define FT_SERVICE_ID_CID "CID"
40 FT_UInt *cid );
42 FT_DEFINE_SERVICE( CID )
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 209 ** Returns the CID of the connection, or 0 if it failed to start
226 ** Returns the CID of the connection, or 0 if it failed to start
315 L2CAP_TRACE_API2 ("L2CAP - L2CA_conn_req(psm: 0x%04x) returned CID: 0x%04x", psm, p_ccb->local_cid);
317 /* Return the local CID as our handle */
356 L2CAP_TRACE_API6 ("L2CA_ErtmConnectRsp() CID: 0x%04x Result: %d Status: %d BDA: %08x%04x p_ertm_info:0x%08x",
435 BOOLEAN L2CA_ConfigReq (UINT16 cid, tL2CAP_CFG_INFO *p_cfg)
439 L2CAP_TRACE_API5 ("L2CA_ConfigReq() CID 0x%04x: fcr_present:%d (mode %d) mtu_present:%d (%d)",
440 cid, p_cfg->fcr_present, p_cfg->fcr.mode, p_cfg->mtu_present, p_cfg->mtu);
443 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL)
445 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_cfg_req, CID: %d", cid)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallIdentifier.java 75 * @param cid String to set
76 * @throws IllegalArgumentException if cid is null or is not a token,
79 public CallIdentifier(String cid) throws IllegalArgumentException {
80 setCallID(cid);
156 * @param cid Strimg to set
157 * @throws IllegalArgumentException if cid is null or is not a token or
160 public void setCallID(String cid) throws IllegalArgumentException {
161 if (cid == null)
163 int index = cid.indexOf('@');
165 localId = cid;
    [all...]
CallID.java 111 * @param cid String to set. This is the body part of the Call-Id
113 * @throws IllegalArgumentException if cid is null, not a token, or is
116 public void setCallId(String cid) throws ParseException {
118 callIdentifier = new CallIdentifier(cid);
120 throw new ParseException(cid, 0);
126 * @param cid CallIdentifier to set (localId@host).
128 public void setCallIdentifier(CallIdentifier cid) {
129 callIdentifier = cid;
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 36 ** HCI type(1), len(2), handle(2), L2CAP len(2) and CID(2) => 9
85 /* special CID for Multi-AV for reporting congestion */
183 ** Local CID assigned to the connection
191 ** Local CID
198 ** Local CID
204 ** Local CID assigned to the connection
211 ** Local CID assigned to the connection
218 ** Local CID
225 ** Local CID
238 ** Local CID
    [all...]
l2cdefs.h 47 #define L2CAP_PKT_OVERHEAD 4 /* Length and CID */
50 #define L2CAP_CONN_REQ_LEN 4 /* PSM and source CID */
51 #define L2CAP_CONN_RSP_LEN 8 /* Dest CID, source CID, reason, status */
52 #define L2CAP_CONFIG_REQ_LEN 4 /* Dest CID, flags (data is optional) */
53 #define L2CAP_CONFIG_RSP_LEN 6 /* Dest CID, flags, result,data optional*/
54 #define L2CAP_DISC_REQ_LEN 4 /* Dest CID, source CID */
55 #define L2CAP_DISC_RSP_LEN 4 /* Dest CID, source CID */
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java 90 * @param cid String to set. This is the body part of the Call-Id
92 * @throws IllegalArgumentException if cid is null, not a token, or is
95 public void setCallId(String cid) {
96 callId = cid;
101 * @param cid CallIdentifier to set (localId@host).
103 public void setCallIdentifier(CallIdentifier cid) {
104 callIdentifier = cid;
  /external/qemu/hw/
bt-l2cap.c 48 void (*frame_in)(struct l2cap_chan_s *chan, uint16_t cid,
73 } *cid[L2CAP_CID_MAX]; member in struct:l2cap_instance_s
75 * CLOSED -> !cid[N]
78 * CONFIG -> cid[N] && config < 3
79 * WAIT_CONFIG -> never occurs, cid[N] && config == 0 && !config_r
80 * WAIT_SEND_CONFIG -> never occurs, cid[N] && config == 1 && !config_r
81 * WAIT_CONFIG_REQ_RSP -> cid[N] && config == 0 && config_req_id
82 * WAIT_CONFIG_RSP -> cid[N] && config == 1 && config_req_id
83 * WAIT_CONFIG_REQ -> cid[N] && config == 2
84 * OPEN -> cid[N] && config ==
405 int cid = l2cap_cid_new(l2cap); local
1060 uint16_t cid = le16_to_cpu(frame->cid); local
1206 int cid; local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CellIdentityWcdma.java 57 * @param cid 28-bit UMTS Cell Identity
62 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) {
66 mCid = cid;
70 private CellIdentityWcdma(CellIdentityWcdma cid) {
71 mMcc = cid.mMcc;
72 mMnc = cid.mMnc;
73 mLac = cid.mLac;
74 mCid = cid.mCid;
75 mPsc = cid.mPsc;
104 * @return CID
    [all...]
CellIdentityGsm.java 54 * @param cid 16-bit GSM Cell Identity or 28-bit UMTS Cell Identity
58 public CellIdentityGsm (int mcc, int mnc, int lac, int cid) {
62 mCid = cid;
65 private CellIdentityGsm(CellIdentityGsm cid) {
66 mMcc = cid.mMcc;
67 mMnc = cid.mMnc;
68 mLac = cid.mLac;
69 mCid = cid.mCid;
98 * @return CID
NeighboringCellInfo.java 52 * CID in 16 bits format in GSM. Return UNKNOWN_CID in UMTS and CMDA.
71 * Empty constructor. Initializes the RSSI and CID.
89 * Initialize the object from rssi and cid.
98 public NeighboringCellInfo(int rssi, int cid) {
100 mCid = cid;
131 try {// set LAC/CID or PSC based on radioType
236 * @deprecated cid value passed as in location parameter passed to constructor
240 public void setCid(int cid) {
241 mCid = cid;
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
CGS.h 62 extern CGSError CGSGetOnScreenWindowList (CGSConnectionID cid,
68 extern CGSError CGSGetScreenRectForWindow (CGSConnectionID cid,
72 extern CGWindowLevel CGSGetWindowLevel (CGSConnectionID cid,
81 extern CGSError CGSGetMouseEnabledFlags (CGSConnectionID cid, CGSWindowID wid, int *flags);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pax.c 40 char *cid; member in struct:eap_pax_data
66 os_free(data->cid);
148 (u8 *) data->cid, data->cid_len, NULL, 0, pos);
149 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)",
320 wpa_printf(MSG_INFO, "EAP-PAX: Too short PAX_STD-2 (CID)");
324 os_free(data->cid);
325 data->cid = os_malloc(data->cid_len);
326 if (data->cid == NULL) {
328 "CID");
331 os_memcpy(data->cid, pos + 2, data->cid_len)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_animation.mm 51 CGError CGSSetWindowTransform(const CGSConnection cid,
54 CGError CGSSetWindowWarp(const CGSConnection cid,
59 CGError CGSSetWindowAlpha(const CGSConnection cid,
93 CGSConnection cid = _CGSDefaultConnection();
94 CGSSetWindowAlpha(cid, [window windowNumber], alpha);
115 CGSConnection cid = _CGSDefaultConnection();
116 CGSSetWindowTransform(cid, [window windowNumber], transform);
123 CGSConnection cid = _CGSDefaultConnection();
124 CGSSetWindowWarp(cid, [window windowNumber], 0, 0, NULL);
172 CGSConnection cid = _CGSDefaultConnection()
    [all...]
  /frameworks/base/telephony/java/android/telephony/gsm/
GsmCellLocation.java 31 * Empty constructor. Initializes the LAC and CID to -1.
44 mCid = bundle.getInt("cid", mCid);
84 public void setLacAndCid(int lac, int cid) {
86 mCid = cid;
143 m.putInt("cid", mCid);
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 45 static UINT8 find_conn_by_cid (UINT16 cid);
207 HIDH_TRACE_EVENT2 ("HID-Host Rcvd L2CAP conn ind, PSM: 0x%04x CID 0x%x", psm, l2cap_cid);
284 HIDH_TRACE_EVENT2 ("HID-Host Rcvd L2CAP conn ind, sent config req, PSM: 0x%04x CID 0x%x",
384 /* Find CCB based on CID, and verify we are in a state to accept this message */
396 HIDH_TRACE_WARNING1 ("HID-Host Rcvd unexpected conn cnf, CID 0x%x ", l2cap_cid);
444 HIDH_TRACE_EVENT1 ("HID-Host got CTRL conn cnf, sent cfg req, CID: 0x%x", l2cap_cid);
464 /* Find CCB based on CID */
473 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid);
477 HIDH_TRACE_EVENT1 ("HID-Host Rcvd cfg ind, sent cfg cfm, CID: 0x%x", l2cap_cid);
525 HIDH_TRACE_EVENT2 ("HID-Host Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid, p_cfg->result)
825 UINT16 cid; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_lib.c 107 OCSP_CERTID *cid = NULL; local
110 if (!(cid = OCSP_CERTID_new())) goto err;
112 alg = cid->hashAlgorithm;
124 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i))) goto err;
130 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
134 ASN1_INTEGER_free(cid->serialNumber);
135 if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber))) goto err;
137 return cid;
141 if (cid) OCSP_CERTID_free(cid);
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_lib.c 107 OCSP_CERTID *cid = NULL; local
110 if (!(cid = OCSP_CERTID_new())) goto err;
112 alg = cid->hashAlgorithm;
124 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i))) goto err;
130 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
134 ASN1_INTEGER_free(cid->serialNumber);
135 if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber))) goto err;
137 return cid;
141 if (cid) OCSP_CERTID_free(cid);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 209 SDP_TRACE_EVENT1 ("SDP - Rcvd L2CAP conn ind, sent config req, CID 0x%x", p_ccb->connection_id);
233 /* Find CCB based on CID */
236 SDP_TRACE_WARNING1 ("SDP - Rcvd conn cnf for unknown CID 0x%x", l2cap_cid);
264 SDP_TRACE_EVENT1 ("SDP - got conn cnf, sent cfg req, CID: 0x%x", p_ccb->connection_id);
268 SDP_TRACE_WARNING2 ("SDP - Rcvd conn cnf with error: 0x%x CID 0x%x", result, p_ccb->connection_id);
310 /* Find CCB based on CID */
313 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid);
361 SDP_TRACE_WARNING1 ("SDP - Rcvd cfg ind, Unacceptable Parameters sent cfg cfm, CID: 0x%x", l2cap_cid);
372 SDP_TRACE_EVENT1 ("SDP - Rcvd cfg ind, sent cfg cfm, CID: 0x%x", l2cap_cid);
404 SDP_TRACE_EVENT2 ("SDP - Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid, p_cfg->result)
544 UINT16 cid; local
    [all...]
  /external/kernel-headers/original/linux/mmc/
card.h 65 u32 raw_cid[4]; /* raw card CID */
68 struct mmc_cid cid; /* card identification */ member in struct:mmc_card
85 #define mmc_card_name(c) ((c)->cid.prod_name)

Completed in 968 milliseconds

1 2 3 4 5 6 7 8 91011>>