/external/conscrypt/common/src/jni/main/include/conscrypt/ |
bio_stream.h | 22 #include <conscrypt/jniutil.h> 33 JNIEnv* env = jniutil::getJNIEnv(); 38 JNIEnv* env = jniutil::getJNIEnv(); 49 JNIEnv* env = jniutil::getJNIEnv(); 59 env->CallVoidMethod(mStream, jniutil::outputStream_flushMethod);
|
bio_output_stream.h | 31 JNIEnv* env = jniutil::getJNIEnv(); 50 env->CallVoidMethod(getStream(), jniutil::outputStream_writeMethod, javaBytes.get());
|
bio_input_stream.h | 33 return read_internal(buf, len, jniutil::inputStream_readMethod); 41 int read = read_internal(buf, len - 1, jniutil::openSslInputStream_readLineMethod); 55 JNIEnv *env = jniutil::getJNIEnv();
|
jniutil.h | 27 namespace jniutil { namespace in namespace:conscrypt 295 #define CHECK_ERROR_QUEUE_ON_RETURN conscrypt::jniutil::ErrorQueueChecker __checker(env) 300 } // namespace jniutil
|
app_data.h | 22 #include <conscrypt/jniutil.h> 263 e = conscrypt::jniutil::getJNIEnv();
|
/external/conscrypt/common/src/jni/unbundled/include/ |
NetFd.h | 20 #include <conscrypt/jniutil.h> 31 mFd = conscrypt::jniutil::jniGetFDFromFileDescriptor(mEnv, mFileDescriptor); 34 conscrypt::jniutil::throwException(mEnv, "java/net/SocketException",
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
jniutil.cc | 17 #include <conscrypt/jniutil.h> 25 namespace jniutil { namespace in namespace:conscrypt 145 return conscrypt::jniutil::throwException(env, "java/lang/RuntimeException", msg); 149 return conscrypt::jniutil::throwException(env, "java/lang/AssertionError", msg); 153 return conscrypt::jniutil::throwException(env, "java/lang/NullPointerException", msg); 157 return conscrypt::jniutil::throwException(env, "java/lang/OutOfMemoryError", message); 162 return conscrypt::jniutil::throwException(env, "javax/crypto/BadPaddingException", message); 167 return conscrypt::jniutil::throwException(env, "java/security/SignatureException", message); 172 return conscrypt::jniutil::throwException(env, "java/security/InvalidKeyException", message); 177 return conscrypt::jniutil::throwException [all...] |
native_crypto.cc | 24 #include <conscrypt/jniutil.h> 75 conscrypt::jniutil::throwNullPointerException(env, "ssl_ctx == null"); 84 conscrypt::jniutil::throwNullPointerException(env, "ssl == null"); 93 conscrypt::jniutil::throwNullPointerException(env, "bio == null"); 103 conscrypt::jniutil::throwNullPointerException(env, "ssl_session == null"); 113 conscrypt::jniutil::throwNullPointerException(env, "ssl_cipher == null"); 122 conscrypt::jniutil::throwNullPointerException(env, "contextObject == null"); 126 env->GetLongField(contextObject, conscrypt::jniutil::nativeRef_context)); 129 conscrypt::jniutil::throwNullPointerException(env, "ref == null"); 144 conscrypt::jniutil::throwNullPointerException(env, "dest == null") [all...] |
jniload.cc | 20 #include <conscrypt/jniutil.h> 40 conscrypt::jniutil::init(vm, env);
|
/external/conscrypt/android/ |
CMakeLists.txt | 6 ../common/src/jni/main/cpp/conscrypt/jniutil.cc
|
/external/conscrypt/common/src/jni/unbundled/include/nativehelper/ |
ScopedUtfChars.h | 21 #include <conscrypt/jniutil.h> 37 conscrypt::jniutil::throwNullPointerException(env, nullptr);
|
ScopedPrimitiveArray.h | 20 #include <conscrypt/jniutil.h> 34 conscrypt::jniutil::throwNullPointerException(mEnv, nullptr); \ 92 conscrypt::jniutil::throwNullPointerException(mEnv, nullptr); \
|
/art/openjdkjvmti/ |
ti_jni.cc | 45 jvmtiError JNIUtil::SetJNIFunctionTable(jvmtiEnv* env ATTRIBUTE_UNUSED, 56 jvmtiError JNIUtil::GetJNIFunctionTable(jvmtiEnv* env, jniNativeInterface** function_table) {
|
ti_jni.h | 49 class JNIUtil {
|
OpenjdkJvmTi.cc | [all...] |
/external/conscrypt/ |
Android.bp | 59 "common/src/jni/main/cpp/conscrypt/jniutil.cc",
|