HomeSort by relevance Sort by last modified time
    Searched refs:JNICALL (Results 51 - 75 of 262) sorted by null

1 23 4 5 6 7 8 91011

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.h 29 JNIEXPORT void JNICALL
33 JNIEXPORT void JNICALL
37 JNIEXPORT void JNICALL
41 JNIEXPORT void JNICALL
contrast.h 27 JNIEXPORT jfloat JNICALL
exposure.h 27 JNIEXPORT jfloat JNICALL
31 JNIEXPORT jfloat JNICALL
stats_scorer.h 30 JNIEXPORT void JNICALL
34 JNIEXPORT void JNICALL
pixelutils.h 29 JNIEXPORT void JNICALL
sobeloperator.h 28 JNIEXPORT jboolean JNICALL
  /frameworks/ml/bordeaux/learning/multiclass_pa/jni/
jni_multiclass_pa.h 26 JNIEXPORT jlong JNICALL
34 JNIEXPORT jboolean JNICALL
39 JNIEXPORT jboolean JNICALL
47 JNIEXPORT jint JNICALL
  /external/webrtc/talk/app/webrtc/java/jni/
jni_onload.cc 38 extern "C" jint JNIEXPORT JNICALL JNI_OnLoad(JavaVM *jvm, void *reserved) {
50 extern "C" void JNIEXPORT JNICALL JNI_OnUnLoad(JavaVM *jvm, void *reserved) {
classreferenceholder.h 54 #define JOW(rettype, name) extern "C" rettype JNIEXPORT JNICALL \
  /libcore/ojluni/src/main/native/
Runtime.c 47 JNIEXPORT jlong JNICALL
53 JNIEXPORT jlong JNICALL
59 JNIEXPORT jlong JNICALL
65 JNIEXPORT void JNICALL
71 JNIEXPORT void JNICALL
77 JNIEXPORT jstring JNICALL
Character.cpp 32 JNIEXPORT jboolean JNICALL
37 JNIEXPORT jboolean JNICALL
42 JNIEXPORT jboolean JNICALL
47 JNIEXPORT jboolean JNICALL
52 JNIEXPORT jboolean JNICALL
57 JNIEXPORT jboolean JNICALL
62 JNIEXPORT jboolean JNICALL
67 JNIEXPORT jboolean JNICALL
72 JNIEXPORT jint JNICALL
77 JNIEXPORT jboolean JNICALL
    [all...]
Math.c 30 JNIEXPORT jdouble JNICALL
35 JNIEXPORT jdouble JNICALL
40 JNIEXPORT jdouble JNICALL
45 JNIEXPORT jdouble JNICALL
50 JNIEXPORT jdouble JNICALL
55 JNIEXPORT jdouble JNICALL
60 JNIEXPORT jdouble JNICALL
65 JNIEXPORT jdouble JNICALL
70 JNIEXPORT jdouble JNICALL
75 JNIEXPORT jdouble JNICALL
    [all...]
StrictMath.c 35 JNIEXPORT jdouble JNICALL
41 JNIEXPORT jdouble JNICALL
47 JNIEXPORT jdouble JNICALL
53 JNIEXPORT jdouble JNICALL
59 JNIEXPORT jdouble JNICALL
65 JNIEXPORT jdouble JNICALL
71 JNIEXPORT jdouble JNICALL
77 JNIEXPORT jdouble JNICALL
83 JNIEXPORT jdouble JNICALL
89 JNIEXPORT jdouble JNICALL
    [all...]
Throwable.c 49 JNIEXPORT jobject JNICALL
56 JNIEXPORT jint JNICALL
62 JNIEXPORT jobject JNICALL
net_util.h 107 JNIEXPORT void JNICALL NET_ThrowNew(JNIEnv *env, int errorNum, char *msg);
114 JNIEXPORT jint JNICALL ipv6_available();
119 JNIEXPORT int JNICALL
122 JNIEXPORT jobject JNICALL
131 JNIEXPORT jint JNICALL
134 JNIEXPORT jint JNICALL
155 JNIEXPORT int JNICALL
158 JNIEXPORT int JNICALL
161 JNIEXPORT int JNICALL
164 JNIEXPORT int JNICALL
    [all...]
  /packages/apps/TV/usbtuner/jni/
tunertvinput_jni.h 33 JNIEXPORT void JNICALL Java_com_android_usbtuner_TunerHal_nativeFinalize
41 JNIEXPORT jboolean JNICALL Java_com_android_usbtuner_TunerHal_nativeTune
49 JNIEXPORT void JNICALL Java_com_android_usbtuner_TunerHal_nativeAddPidFilter
57 JNIEXPORT void JNICALL Java_com_android_usbtuner_TunerHal_nativeCloseAllPidFilters
65 JNIEXPORT void JNICALL Java_com_android_usbtuner_TunerHal_nativeStopTune
73 JNIEXPORT jint JNICALL Java_com_android_usbtuner_TunerHal_nativeWriteInBuffer
  /art/test/common/
stack_inspect.cc 35 extern "C" JNIEXPORT void JNICALL Java_Main_disableStackFrameAsserts(JNIEnv* env ATTRIBUTE_UNUSED,
43 extern "C" JNIEXPORT jboolean JNICALL Java_Main_isInterpreted(JNIEnv* env, jclass) {
53 extern "C" JNIEXPORT void JNICALL Java_Main_assertIsInterpreted(JNIEnv* env, jclass klass) {
62 extern "C" JNIEXPORT jboolean JNICALL Java_Main_isManaged(JNIEnv* env, jclass cls) {
83 extern "C" JNIEXPORT void JNICALL Java_Main_assertIsManaged(JNIEnv* env, jclass cls) {
  /art/test/004-UnsafeTest/
unsafe_test.cc 27 extern "C" JNIEXPORT jint JNICALL Java_Main_vmArrayBaseOffset(JNIEnv* env, jclass, jobject classObj) {
34 extern "C" JNIEXPORT jint JNICALL Java_Main_vmArrayIndexScale(JNIEnv* env, jclass, jobject classObj) {
  /external/opencv3/modules/java/src/
video.cpp 53 JNIEXPORT void JNICALL Java_org_opencv_video_DualTVL1OpticalFlow_delete(JNIEnv*, jclass, jlong);
55 JNIEXPORT void JNICALL Java_org_opencv_video_DualTVL1OpticalFlow_delete
66 JNIEXPORT void JNICALL Java_org_opencv_video_DenseOpticalFlow_calc_10 (JNIEnv*, jclass, jlong, jlong, jlong, jlong);
68 JNIEXPORT void JNICALL Java_org_opencv_video_DenseOpticalFlow_calc_10
94 JNIEXPORT void JNICALL Java_org_opencv_video_DenseOpticalFlow_collectGarbage_10 (JNIEnv*, jclass, jlong);
96 JNIEXPORT void JNICALL Java_org_opencv_video_DenseOpticalFlow_collectGarbage_10
119 JNIEXPORT void JNICALL Java_org_opencv_video_DenseOpticalFlow_delete(JNIEnv*, jclass, jlong);
121 JNIEXPORT void JNICALL Java_org_opencv_video_DenseOpticalFlow_delete
132 JNIEXPORT void JNICALL Java_org_opencv_video_BackgroundSubtractor_getBackgroundImage_10 (JNIEnv*, jclass, jlong, jlong);
134 JNIEXPORT void JNICALL Java_org_opencv_video_BackgroundSubtractor_getBackgroundImage_1
    [all...]
ml.cpp 52 JNIEXPORT jint JNICALL Java_org_opencv_ml_EM_getClustersNumber_10 (JNIEnv*, jclass, jlong);
54 JNIEXPORT jint JNICALL Java_org_opencv_ml_EM_getClustersNumber_10
77 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_setClustersNumber_10 (JNIEnv*, jclass, jlong, jint);
79 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_setClustersNumber_10
102 JNIEXPORT jint JNICALL Java_org_opencv_ml_EM_getCovarianceMatrixType_10 (JNIEnv*, jclass, jlong);
104 JNIEXPORT jint JNICALL Java_org_opencv_ml_EM_getCovarianceMatrixType_10
127 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_setCovarianceMatrixType_10 (JNIEnv*, jclass, jlong, jint);
129 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_setCovarianceMatrixType_10
152 JNIEXPORT jdoubleArray JNICALL Java_org_opencv_ml_EM_getTermCriteria_10 (JNIEnv*, jclass, jlong);
154 JNIEXPORT jdoubleArray JNICALL Java_org_opencv_ml_EM_getTermCriteria_1
    [all...]
videoio.cpp 53 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_10 (JNIEnv*, jclass);
55 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_10
78 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_11 (JNIEnv*, jclass, jstring);
80 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_11
103 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_12 (JNIEnv*, jclass, jint);
105 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_12
128 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_open_10 (JNIEnv*, jclass, jlong, jstring);
130 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_open_10
154 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_open_11 (JNIEnv*, jclass, jlong, jint);
156 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_open_1
    [all...]
  /art/benchmark/scoped-primitive-array/
scoped_primitive_array.cc 20 extern "C" JNIEXPORT jlong JNICALL Java_ScopedPrimitiveArrayBenchmark_measureByteArray(
30 extern "C" JNIEXPORT jlong JNICALL Java_ScopedPrimitiveArrayBenchmark_measureShortArray(
40 extern "C" JNIEXPORT jlong JNICALL Java_ScopedPrimitiveArrayBenchmark_measureIntArray(
50 extern "C" JNIEXPORT jlong JNICALL Java_ScopedPrimitiveArrayBenchmark_measureLongArray(
  /art/test/044-proxy/
native_proxy.cc 23 extern "C" JNIEXPORT void JNICALL Java_NativeProxy_nativeCall(
  /art/test/139-register-natives/
regnative.cc 29 extern "C" JNIEXPORT jint JNICALL Java_Main_registerNatives(JNIEnv* env, jclass, jclass trg) {
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 60 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height);
61 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_step(JNIEnv * env, jobject obj);
64 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height)
90 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_step(JNIEnv * env, jobject obj)

Completed in 675 milliseconds

1 23 4 5 6 7 8 91011