OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tag_cls
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp
1026
jclass
tag_cls
= NULL;
local
[
all
...]
com_android_nfc_NativeNfcTag.cpp
295
jclass
tag_cls
= e->GetObjectClass(tag);
local
296
jfieldID f = e->GetFieldID(
tag_cls
, "mTechPollBytes", "[[B");
304
jfieldID techListField = e->GetFieldID(
tag_cls
, "mTechList", "[I");
381
jclass
tag_cls
= e->GetObjectClass(tag);
local
383
jfieldID f = e->GetFieldID(
tag_cls
, "mTechActBytes", "[[B");
390
jfieldID techListField = e->GetFieldID(
tag_cls
, "mTechList", "[I");
[
all
...]
Completed in 25 milliseconds