Home
last modified time | relevance | path

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

/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h873 NativeKind expected_native_kind = expected_trait::native_kind; in IsValidJniParameter() local
876 if (expected_native_kind == NativeKind::kNotJni) { in IsValidJniParameter()
890 if (expected_native_kind == kNormalJniCallingConventionParameter) { in IsValidJniParameter()
898 } else if (expected_native_kind == kCriticalNative) { in IsValidJniParameter()