OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byteArrayClass
(Results
1 - 6
of
6
) sorted by null
/libnativehelper/include/nativehelper/
JniConstants.h
46
static jclass
byteArrayClass
;
ScopedBytes.h
36
} else if (mEnv->IsInstanceOf(mObject, JniConstants::
byteArrayClass
)) {
/libnativehelper/
JniConstants.cpp
28
jclass JniConstants::
byteArrayClass
;
93
byteArrayClass
= findClass(env, "[B");
/packages/apps/Nfc/nci/jni/
NfcTag.cpp
689
ScopedLocalRef<jclass>
byteArrayClass
(e, e->GetObjectClass(pollBytes.get()));
690
ScopedLocalRef<jobjectArray> techPollBytes(e, e->NewObjectArray(mNumTechList,
byteArrayClass
.get(), 0));
810
ScopedLocalRef<jclass>
byteArrayClass
(e, e->GetObjectClass(actBytes.get()));
811
ScopedLocalRef<jobjectArray> techActBytes(e, e->NewObjectArray(mNumTechList,
byteArrayClass
.get(), 0));
[
all
...]
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp
311
ScopedLocalRef<jclass>
byteArrayClass
(e, e->GetObjectClass(pollBytes.get()));
312
ScopedLocalRef<jobjectArray> techPollBytes(e, e->NewObjectArray(techListLength,
byteArrayClass
.get(), NULL));
392
ScopedLocalRef<jclass>
byteArrayClass
(e, e->GetObjectClass(actBytes.get()));
393
ScopedLocalRef<jobjectArray> techActBytes(e, e->NewObjectArray(techListLength,
byteArrayClass
.get(), 0));
[
all
...]
/external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp
132
static jclass
byteArrayClass
;
[
all
...]
Completed in 158 milliseconds