/external/libnfc-nxp/src/ |
phFriNfc_NdefRecord.c | 96 TypeLength = 0, 170 /* First Record i.e., MB = 1, TNF != 0x05 and TypeLength = 0 */ 230 &TypeLength, 308 /* Check for the TypeLength, IDLength = 0 */ 309 if (TypeLength != 0 || IDLength != 0) 321 BytesTraversed = (BytesTraversed + PayloadLengthByte + IDLengthByte + TypeLength 366 Buffer = (Buffer + PayloadLengthByte + IDLengthByte + TypeLength 407 RecordLength += Record->TypeLength; 469 TypeLength = 0, 494 &TypeLength, [all...] |
phFriNfc_NdefReg.c | 302 /* Second, Match should be done with The Typelength*/ 304 NdefReg->RecordsExtracted->TypeLength ) 315 NdefReg->RecordsExtracted->TypeLength)) 332 NdefReg->RecordsExtracted->TypeLength)) 501 /* Second, Match should be done with The Typelength*/ 507 NdefReg->RecordsExtracted->TypeLength)) 517 NdefReg->RecordsExtracted->TypeLength)) 534 NdefReg->RecordsExtracted->TypeLength))
|
phFriNfc_NdefRecord.h | 164 uint8_t TypeLength; 170 * \ref phFriNfc_NdefRecord_t::TypeLength . 476 * \param[out] TypeLength Length of the Type Data.
|
phLibNfc_ndef_raw.c | [all...] |
phLibNfc.h | 329 uint8_t TypeLength; /**< Length of the Type field of this NDEF record */ [all...] |
/frameworks/base/core/jni/ |
android_nfc.h | 39 uint8_t TypeLength;
|
android_nfc_NdefRecord.cpp | 44 record.TypeLength = (uint32_t)e->GetArrayLength(type); 51 buf_size = record.PayloadLength + record.IdLength + record.TypeLength + 8; 121 type = e->NewByteArray(record.TypeLength); 125 e->SetByteArrayRegion(type, 0, record.TypeLength,
|
android_nfc_NdefMessage.cpp | 110 uint64_t indicatedMsgLength = 3 + record.TypeLength + record.IdLength + 118 type = e->NewByteArray(record.TypeLength); 136 e->SetByteArrayRegion(type, 0, record.TypeLength,
|
/frameworks/base/core/java/android/content/ |
ClipDescription.java | 82 final int typeLength = desiredType.length(); 83 if (typeLength == 3 && desiredType.equals("*/*")) { 89 if (typeLength == slashpos+2 && desiredType.charAt(slashpos+1) == '*') {
|
IntentFilter.java | [all...] |
/external/webkit/Source/WebCore/bridge/objc/ |
objc_utility.mm | 293 int typeLength = strlen(type); 296 for (int i = 0; i < typeLength; ++i) {
|
/frameworks/base/core/java/android/nfc/ |
NdefRecord.java | 448 int typeLength = in.readInt(); 449 byte[] type = new byte[typeLength];
|
/dalvik/libdex/ |
DexDebugInfo.cpp | 73 static int typeLength(const char *type) {
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
Wap230WspContentTypeTest.java | 238 byte typeLength = 2; 242 data[1] = typeLength; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlib.h | 383 int typelength; /* length of type string, in bytes */ member in struct:__anon20075 [all...] |