OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsChunked
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/jni/
android_nfc.h
50
uint8_t
IsChunked
[ ],
/external/libnfc-nxp/src/
phFriNfc_NdefRecord.c
63
* \param[in]
IsChunked
This boolean tells the user that the record of a certain position within
90
uint8_t
IsChunked
[],
114
/* The number of caller-provided array positions for the array
IsChunked
116
if NumberOfRawRecords > 0, the array
IsChunked
cannot be null */
117
if(
IsChunked
== NULL)
245
/* in the array
IsChunked
, to write */
249
IsChunked
[Count] = PHFRINFCNDEFRECORD_CHUNKBIT_SET;
253
IsChunked
[Count] = PHFRINFCNDEFRECORD_CHUNKBIT_SET_ZERO;
276
/* If NoOfRecordsReturnFlag = 0, that means the array
IsChunked
278
of
IsChunked
if NoOfRecordsReturnFlag = 1. *
[
all
...]
phFriNfc_NdefRecord.h
255
* \param[in,out]
IsChunked
This array of booleans indicates whether a record has the
260
* \param[in,out] NumberOfRawRecords Length of the RawRecords array and
IsChunked
list.
316
uint8_t
IsChunked
[ ],
phFriNfc_NdefReg.h
247
uint8_t *
IsChunked
; /**< \internal Array of chunked flags */
252
and
IsChunked
arrays */
phFriNfc_NdefReg.c
105
NdefReg->
IsChunked
= ChunkedRecordsarray;
413
NdefReg->
IsChunked
,
426
and NdefReg->
IsChunked
, to write NdefReg->NumberOfRecords
438
NdefReg->
IsChunked
,
571
NdefReg->CbParam->Chunked[count] = NdefReg->
IsChunked
[NdefReg->RecordIndex];
phLibNfc_Internal.h
171
uint8_t
IsChunked
[MAX_NO_OF_RECORDS];
phLibNfc_ndef_raw.c
[
all
...]
Completed in 137 milliseconds