HomeSort by relevance Sort by last modified time
    Searched refs:byteArrayClass (Results 1 - 6 of 6) sorted by null

  /libnativehelper/include/nativehelper/
JniConstants.h 44 static jclass byteArrayClass;
ScopedBytes.h 36 } else if (mEnv->IsInstanceOf(mObject, JniConstants::byteArrayClass)) {
  /libnativehelper/
JniConstants.cpp 33 jclass JniConstants::byteArrayClass;
114 byteArrayClass = findClass(env, "[B");
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 312 ScopedLocalRef<jclass> byteArrayClass(e, e->GetObjectClass(pollBytes.get()));
313 ScopedLocalRef<jobjectArray> techPollBytes(e, e->NewObjectArray(techListLength, byteArrayClass.get(), NULL));
393 ScopedLocalRef<jclass> byteArrayClass(e, e->GetObjectClass(actBytes.get()));
394 ScopedLocalRef<jobjectArray> techActBytes(e, e->NewObjectArray(techListLength, byteArrayClass.get(), 0));
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 714 ScopedLocalRef<jclass> byteArrayClass(e, e->GetObjectClass(pollBytes.get()));
715 ScopedLocalRef<jobjectArray> techPollBytes(e, e->NewObjectArray(mNumTechList, byteArrayClass.get(), 0));
829 ScopedLocalRef<jclass> byteArrayClass(e, e->GetObjectClass(actBytes.get()));
830 ScopedLocalRef<jobjectArray> techActBytes(e, e->NewObjectArray(mNumTechList, byteArrayClass.get(), 0));
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 138 static jclass byteArrayClass;
    [all...]

Completed in 305 milliseconds