OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pRecord
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_NdefRecord.h
377
NFCSTATUS phFriNfc_NdefRecord_Parse(phFriNfc_NdefRecord_t*
pRecord
,
425
NFCSTATUS phFriNfc_NdefRecord_Generate(phFriNfc_NdefRecord_t*
pRecord
,
441
uint32_t phFriNfc_NdefRecord_GetLength(phFriNfc_NdefRecord_t*
pRecord
);
459
static uint8_t phFriNfc_NdefRecord_RecordFlag ( uint8_t*
pRecord
);
468
static uint8_t phFriNfc_NdefRecord_TypeNameFormat ( uint8_t*
pRecord
);
487
static NFCSTATUS phFriNfc_NdefRecord_RecordIDCheck (uint8_t*
pRecord
,
/dalvik/tools/dmtracedump/
CreateTestTrace.c
380
dataRecord *
pRecord
, *pNext;
386
for (
pRecord
= records;
pRecord
->fullName; ++
pRecord
) {
387
if (
pRecord
->methodId)
390
pRecord
->methodId = id;
395
for (pNext =
pRecord
+ 1; pNext->fullName; ++pNext) {
398
if (strcmp(
pRecord
->fullName, pNext->fullName) == 0)
401
if (
pRecord
->className == NULL ||
pRecord
->methodName == NULL)
[
all
...]
/frameworks/base/core/jni/
android_nfc.h
53
uint16_t phFriNfc_NdefRecord_Parse(phFriNfc_NdefRecord_t*
pRecord
,
56
uint16_t phFriNfc_NdefRecord_Generate(phFriNfc_NdefRecord_t*
pRecord
,
Completed in 1032 milliseconds