HomeSort by relevance Sort by last modified time
    Searched defs:ndef (Results 1 - 7 of 7) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
NdefTagTester.java 26 import android.nfc.tech.Ndef;
34 * {@link TagTester} for NDEF tags. It writes a semi-random NDEF tag with a random id but
43 private static final String PAYLOAD = "CTS Verifier NDEF Tag";
55 if (tech.equals(Ndef.class.getName())) {
56 Ndef ndef = Ndef.get(tag); local
57 return ndef != null && ndef.isWritable()
    [all...]
  /cts/tests/tests/ndef/src/android/ndef/cts/
NdefTest.java 17 package android.ndef.cts;
30 * NDEF is a NFC-Forum defined data format.<p>
31 * NDEF is often used with NFC, but it is just a data format and no NFC
299 //A Smart Poster containing a URL and no text (nested NDEF Messages) */
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundDispatch.java 34 * based NDEF dispatch as well as all dispatched for NfcF tags.
61 IntentFilter ndef = new IntentFilter(NfcAdapter.ACTION_NDEF_DISCOVERED); local
63 ndef.addDataType("*/*");
68 ndef,
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_enc.c 75 /* Top level i2d equivalents: the 'ndef' variant instructs the encoder
131 int i, seqcontlen, seqlen, ndef = 1; local
194 if (aclass & ASN1_TFLG_NDEF) ndef = 2;
231 seqlen = ASN1_object_size(ndef, seqcontlen, tag);
235 ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
247 if (ndef == 2)
269 int i, ret, flags, ttag, tclass, ndef; local
309 /* if template and arguments require ndef, use it */
311 ndef = 2;
312 else ndef = 1
512 int ndef = 0; local
    [all...]
  /external/openssl/crypto/asn1/
tasn_enc.c 79 /* Top level i2d equivalents: the 'ndef' variant instructs the encoder
135 int i, seqcontlen, seqlen, ndef = 1; local
198 if (aclass & ASN1_TFLG_NDEF) ndef = 2;
235 seqlen = ASN1_object_size(ndef, seqcontlen, tag);
239 ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
251 if (ndef == 2)
273 int i, ret, flags, ttag, tclass, ndef; local
312 /* if template and arguments require ndef, use it */
314 ndef = 2;
315 else ndef = 1
515 int ndef = 0; local
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 54 RW_T1T_NDEF_DETECT_EVT, /* NDEF detection complete */
55 RW_T1T_NDEF_READ_EVT, /* NDEF read completed */
56 RW_T1T_NDEF_WRITE_EVT, /* NDEF write complete */
68 RW_T2T_NDEF_DETECT_EVT, /* NDEF detection complete */
70 RW_T2T_NDEF_READ_EVT, /* NDEF read completed */
71 RW_T2T_NDEF_WRITE_EVT, /* NDEF write complete */
84 RW_T3T_NDEF_DETECT_EVT, /* NDEF detection complete */
94 RW_T4T_NDEF_DETECT_EVT = RW_T4T_FIRST_EVT, /* Result of NDEF detection procedure */
95 /* Mandatory NDEF file is selected */
108 RW_I93_NDEF_DETECT_EVT = RW_I93_FIRST_EVT, /* Result of NDEF detection procedure *
251 tRW_DETECT_NDEF_DATA ndef; \/* The information of detected NDEF data *\/ member in union:__anon3897
    [all...]
  /external/elfutils/0.153/src/
ldgeneric.c 3811 int ndef = 0; local
    [all...]

Completed in 1152 milliseconds