HomeSort by relevance Sort by last modified time
    Searched refs:jniThrowNullPointerException (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/core/jni/
android_app_admin_SecurityLog.cpp 41 jniThrowNullPointerException(env, NULL);
52 jniThrowNullPointerException(env, NULL);
62 jniThrowNullPointerException(env, NULL);
72 jniThrowNullPointerException(env, NULL);
android_util_XmlBlock.cpp 39 jniThrowNullPointerException(env, NULL);
67 jniThrowNullPointerException(env, NULL);
79 jniThrowNullPointerException(env, NULL);
166 jniThrowNullPointerException(env, NULL);
178 jniThrowNullPointerException(env, NULL);
190 jniThrowNullPointerException(env, NULL);
202 jniThrowNullPointerException(env, NULL);
214 jniThrowNullPointerException(env, NULL);
226 jniThrowNullPointerException(env, NULL);
238 jniThrowNullPointerException(env, NULL)
    [all...]
android_util_EventLog.cpp 43 jniThrowNullPointerException(env, NULL);
60 jniThrowNullPointerException(env, NULL);
android_util_StringBlock.cpp 39 jniThrowNullPointerException(env, NULL);
67 jniThrowNullPointerException(env, NULL);
79 jniThrowNullPointerException(env, NULL);
103 jniThrowNullPointerException(env, NULL);
146 jniThrowNullPointerException(env, NULL);
android_util_Log.cpp 82 jniThrowNullPointerException(env, "println needs a message");
87 jniThrowNullPointerException(env, "bad bufID");
android_net_LocalSocketImpl.cpp 95 jniThrowNullPointerException(env, NULL);
324 jniThrowNullPointerException(env, NULL);
359 jniThrowNullPointerException(env, NULL);
403 jniThrowNullPointerException(env, NULL);
426 jniThrowNullPointerException(env, NULL);
463 jniThrowNullPointerException(env, NULL);
android_util_Process.cpp 109 jniThrowNullPointerException(env, NULL);
141 jniThrowNullPointerException(env, NULL);
571 jniThrowNullPointerException(env, NULL);
672 jniThrowNullPointerException(env, NULL);
698 jniThrowNullPointerException(env, "Element in reqFields");
704 jniThrowNullPointerException(env, "Element in reqFields");
781 jniThrowNullPointerException(env, NULL);
1017 jniThrowNullPointerException(env, NULL);
1058 jniThrowNullPointerException(env, NULL);
1119 jniThrowNullPointerException(env, NULL)
    [all...]
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 387 jniThrowNullPointerException(env, "surface");
405 jniThrowNullPointerException(env, "surfaceTexture");
424 jniThrowNullPointerException(env, "surface");
613 jniThrowNullPointerException(env, "pixelBuffer");
621 jniThrowNullPointerException(env, "pixels");
android_os_HwRemoteBinder.cpp 357 jniThrowNullPointerException(env, NULL);
384 jniThrowNullPointerException(env, NULL);
android_os_SELinux.cpp 77 jniThrowNullPointerException(env,
android_util_Binder.cpp 803 jniThrowNullPointerException(env, NULL);
    [all...]
android_hardware_camera2_CameraMetadata.cpp 189 jniThrowNullPointerException(env, argName);
503 jniThrowNullPointerException(env, "parcel");
524 jniThrowNullPointerException(env, "parcel");
  /libcore/include/
ScopedIcuLocale.h 30 jniThrowNullPointerException(mEnv, "javaLocaleName == null");
ScopedJavaUnicodeString.h 30 jniThrowNullPointerException(mEnv, NULL);
  /libnativehelper/header_only_include/nativehelper/
nativehelper_utils.h 38 static inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) {
scoped_string_chars.h 37 jniThrowNullPointerException(env, NULL);
scoped_bytes.h 36 jniThrowNullPointerException(mEnv, NULL);
scoped_utf_chars.h 39 jniThrowNullPointerException(env, nullptr);
scoped_primitive_array.h 50 jniThrowNullPointerException(mEnv, NULL); \
107 jniThrowNullPointerException(mEnv, NULL); \
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 161 jniThrowNullPointerException(env, "Type");
178 jniThrowNullPointerException(env, "Type");
195 jniThrowNullPointerException(env, "Type");
212 jniThrowNullPointerException(env, "Type");
229 jniThrowNullPointerException(env, "path");
247 jniThrowNullPointerException(env, "path");
274 jniThrowNullPointerException(env, "path");
  /libnativehelper/include/nativehelper/
JNIHelp.h 66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
149 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) {
150 return jniThrowNullPointerException(&env->functions, msg);
  /frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp 225 jniThrowNullPointerException(env, "name");
227 jniThrowNullPointerException(env, "address");
291 jniThrowNullPointerException(env, "name");
296 jniThrowNullPointerException(env, "addresses");
319 jniThrowNullPointerException(env, "name");
332 jniThrowNullPointerException(env, "name");
  /cts/tests/tests/security/jni/
android_security_cts_MMapExecutableTest.cpp 37 jniThrowNullPointerException(env, NULL);
  /frameworks/opt/net/voip/src/jni/rtp/
util.cpp 28 jniThrowNullPointerException(env, "address");
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 96 jniThrowNullPointerException(env, NULL);
134 jniThrowNullPointerException(env, NULL);

Completed in 2265 milliseconds

1 2