Home
last modified time | relevance | path

Searched refs:jniThrowErrnoException (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/Connectivity/framework/jni/
H A Dandroid_net_NetworkUtils.cpp136 jniThrowErrnoException(env, "resNetworkQuery", -fd); in android_net_utils_resNetworkQuery()
151 jniThrowErrnoException(env, "resNetworkSend", -fd); in android_net_utils_resNetworkSend()
166 jniThrowErrnoException(env, "resNetworkResult", -res); in android_net_utils_resNetworkResult()
172 jniThrowErrnoException(env, "resNetworkResult", ENOMEM); in android_net_utils_resNetworkResult()
193 jniThrowErrnoException(env, "getDnsNetwork", -res); in android_net_utils_getDnsNetwork()
220 jniThrowErrnoException(env, "getsockopt : TCP_REPAIR_WINDOW", errno); in android_net_utils_getTcpRepairWindow()
231 jniThrowErrnoException(env, "getsockopt : TCP_INFO", errno); in android_net_utils_getTcpRepairWindow()
/aosp12/frameworks/libs/native_bridge_support/libnativehelper/
H A Dstubs_arm.cc60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniThrowErrnoException);
109 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniThrowErrnoException); in init_stub_library()
H A Dstubs_arm64.cc60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(jniThrowErrnoException);
109 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativehelper.so", jniThrowErrnoException); in init_stub_library()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_SharedMemory.cpp53 jniThrowErrnoException(env, "SharedMemory_create", err); in SharedMemory_nCreate()
H A Dandroid_util_Process.cpp1323 jniThrowErrnoException(env, "nativePidFdOpen", errno); in android_os_Process_nativePidFdOpen()
/aosp12/libnativehelper/tests_mts/jni/
H A Djni_helper_jni.cpp67 jniThrowErrnoException(env, m.c_str(), cause); in throwErrnoException()
/aosp12/libnativehelper/
H A DJNIHelp.c382 int jniThrowErrnoException(JNIEnv* env, const char* functionName, int errno_value) { in jniThrowErrnoException() function
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h418 [[maybe_unused]] static int jniThrowErrnoException(JNIEnv* env, const char* functionName, in jniThrowErrnoException() function