OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libnfctypes
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp
278
ScopedLocalRef<jintArray>
libNfcTypes
(e, (jintArray) e->GetObjectField(o, f));
280
if ((connectedTechIndex != -1) && (
libNfcTypes
.get() != NULL) &&
281
(connectedTechIndex < e->GetArrayLength(
libNfcTypes
.get()))) {
282
jint* types = e->GetIntArrayElements(
libNfcTypes
.get(), 0);
285
e->ReleaseIntArrayElements(
libNfcTypes
.get(), types, JNI_ABORT);
413
int
libnfctypes
[MAX_NUM_TECHNOLOGIES];
local
428
index = addTechIfNeeded(technologies, handles,
libnfctypes
, index,
434
index = addTechIfNeeded(technologies, handles,
libnfctypes
, index,
436
index = addTechIfNeeded(technologies, handles,
libnfctypes
, index,
441
index = addTechIfNeeded(technologies, handles,
libnfctypes
,
[
all
...]
Completed in 275 milliseconds