HomeSort by relevance Sort by last modified time
    Searched refs:jint (Results 151 - 175 of 685) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
exposure.cpp 30 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
52 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 62 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height);
66 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height)
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglQueryString.cpp 4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) {
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glShaderSource.cpp 6 (JNIEnv *_env, jobject _this, jint shader, jstring string) {
glTransformFeedbackVaryings.cpp 5 (JNIEnv *_env, jobject _this, jint program, jobjectArray varyings_ref, jint bufferMode) {
6 jint _exception = 0;
9 jint _count = 0, _i;
  /frameworks/opt/net/voip/src/jni/rtp/
rtp_jni.cpp 24 __attribute__((visibility("default"))) jint JNI_OnLoad(JavaVM *vm, void *unused)
  /cts/tests/tests/opengl/libopengltest/
gl2_jni_libone.cpp 49 (JNIEnv *, jclass pClass, jint pCategory, jint pSubCategory, jint width, jint height) {
118 extern "C" JNIEXPORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getAttachShaderError(JNIEnv * env, jclass obj){
122 extern "C" JNIEXPORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getLoadShaderError(JNIEnv * env, jclass obj){
126 extern "C" JNIEXPORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getProgramError(JNIEnv * env, jclass obj){
130 extern "C" JNIEXPORT jint JNICALL Java_android_opengl_cts_GL2JniLibOne_getAttachedShaderCount(JNIEnv * env, jclass obj){
135 jclass obj, jint pCategory, jint pSubCategory, jfloatArray color
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/primitive/
GLPrimitive.cpp 34 JNIEnv* env, jclass clazz, jint numFrames, jdoubleArray frameTimes) {
73 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) {
80 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) {
87 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) {
94 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) {
  /external/chromium_org/android_webview/native/
external_video_surface_container_impl.cc 43 env, jobject_.obj(), static_cast<jint>(player_id));
50 env, jobject_.obj(), static_cast<jint>(player_id));
67 static_cast<jint>(player_id),
76 JNIEnv* env, jobject obj, jint player_id, jobject jsurface) {
82 JNIEnv* env, jobject obj, jint player_id) {
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 101 jint mSize;
102 jint mOffset;
109 static void Charsets_asciiBytesToChars(JNIEnv* env, jclass, jbyteArray javaBytes, jint offset, jint length, jcharArray javaChars) {
128 static void Charsets_isoLatin1BytesToChars(JNIEnv* env, jclass, jbyteArray javaBytes, jint offset, jint length, jcharArray javaChars) {
150 static jbyteArray charsToBytes(JNIEnv* env, jcharArray javaChars, jint offset, jint length, jchar maxValidChar) {
175 static jbyteArray Charsets_toAsciiBytes(JNIEnv* env, jclass, jcharArray javaChars, jint offset, jint length)
    [all...]
libcore_io_Posix.cpp 276 jint port;
293 pw_name, static_cast<jint>(pw.pw_uid), static_cast<jint>(pw.pw_gid), pw_dir, pw_shell);
301 static_cast<jint>(sb.st_mode), static_cast<jlong>(sb.st_nlink),
302 static_cast<jint>(sb.st_uid), static_cast<jint>(sb.st_gid),
377 static bool fillInetSocketAddress(JNIEnv* env, jint rc, jobject javaInetSocketAddress, const sockaddr_storage& ss) {
382 jint port;
466 jint clientFd = NET_FAILURE_RETRY(env, int, accept, javaFd, peer, peerLength);
474 static jboolean Posix_access(JNIEnv* env, jobject, jstring javaPath, jint mode)
    [all...]
java_util_zip_Deflater.cpp 38 static jint Deflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) {
42 static jlong Deflater_createStream(JNIEnv * env, jobject, jint level, jint strategy, jboolean noHeader) {
67 static void Deflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong handle) {
71 static jint Deflater_deflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong handle, int flushStyle) {
101 jint bytesRead = stream->stream.next_in - initialNextIn;
102 jint bytesWritten = stream->stream.next_out - initialNextOut;
105 jint inReadValue = env->GetIntField(recv, inReadField);
libcore_icu_AlphabeticIndex.cpp 49 static jint AlphabeticIndex_getMaxLabelCount(JNIEnv*, jclass, jlong peer) {
54 static void AlphabeticIndex_setMaxLabelCount(JNIEnv* env, jclass, jlong peer, jint count) {
73 jint codePointStart, jint codePointEnd) {
80 static jint AlphabeticIndex_getBucketCount(JNIEnv* env, jclass, jlong peer) {
83 jint result = ai->getBucketCount(status);
90 static jint AlphabeticIndex_getBucketIndex(JNIEnv* env, jclass, jlong peer, jstring javaString) {
97 jint result = ai->getBucketIndex(string.unicodeString(), status);
104 static jstring AlphabeticIndex_getBucketLabel(JNIEnv* env, jclass, jlong peer, jint index) {
117 for (jint i = 0; i <= index; ++i)
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_native_frame.cpp 37 jint size) {
45 jint Java_android_filterfw_core_NativeFrame_nativeIntSize(JNIEnv*, jclass) {
46 return sizeof(jint);
49 jint Java_android_filterfw_core_NativeFrame_nativeFloatSize(JNIEnv*, jclass) {
56 jint offset,
57 jint length) {
74 jint size) {
103 jint* int_ptr = env->GetIntArrayElements(ints, NULL);
108 length * sizeof(jint));
118 jint size)
    [all...]
jni_gl_frame.cpp 47 jint width,
48 jint height) {
63 jint tex_id,
64 jint width,
65 jint height) {
80 jint fbo_id,
81 jint width,
82 jint height) {
115 jint offset,
116 jint length)
    [all...]
jni_vertex_frame.cpp 26 jint size) {
40 jint* int_ptr = env->GetIntArrayElements(ints, NULL);
44 length * sizeof(jint));
72 jint offset,
73 jint length) {
87 jint Java_android_filterfw_core_VertexFrame_getNativeVboId(JNIEnv* env, jobject thiz) {
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 107 static jint getFlags(JNIEnv* env, jobject paint) {
115 return static_cast<jint>(result);
118 static void setFlags(JNIEnv* env, jobject paint, jint flags) {
133 static jint getHinting(JNIEnv* env, jobject paint) {
139 static void setHinting(JNIEnv* env, jobject paint, jint mode) {
186 static jint getStyle(JNIEnv* env, jobject clazz,jlong objHandle) {
188 return static_cast<jint>(obj->getStyle());
191 static void setStyle(JNIEnv* env, jobject clazz, jlong objHandle, jint styleHandle) {
197 static jint getColor(JNIEnv* env, jobject paint) {
201 return static_cast<jint>(color)
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 68 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_getRcFeatures, addr, (jint)features);
100 sCallbackEnv->SetIntArrayRegion(attrs, 0, num_attr, (jint *)p_attrs);
115 (jint)event_id, (jint)param);
127 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_volumeChangeCallback, (jint)volume,
128 (jint)ctype);
140 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_handlePassthroughCmd, (jint)id,
141 (jint)pressed);
238 static jboolean getPlayStatusRspNative(JNIEnv *env, jobject object, jint playStatus,
239 jint songLen, jint songPos)
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 31 static jint OutputStream_setup(JNIEnv* env, jobject thiz, jobject out,
32 jint width, jint height, jint format, jint quality) {
84 static jint InputStream_setup(JNIEnv* env, jobject thiz, jobject dimens,
85 jobject in, jint format) {
132 env->CallVoidMethod(dimens, setMethod, static_cast<jint>(w),
133 static_cast<jint>(h));
220 static jint OutputStream_writeInputBytes(JNIEnv* env, jobject thiz
    [all...]
  /frameworks/base/core/jni/
android_backup_FileBackupHelperBase.cpp 40 static jint
75 return (jint) err;
79 static jint
93 return (jint) err;
96 static jint
106 return (jint) err;
android_graphics_Picture.cpp 74 static jint android_graphics_Picture_getWidth(JNIEnv* env, jobject, jlong pictureHandle) {
76 return static_cast<jint>(pict->width());
79 static jint android_graphics_Picture_getHeight(JNIEnv* env, jobject, jlong pictureHandle) {
81 return static_cast<jint>(pict->height());
85 jint w, jint h) {
  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 107 jint light, jint colorARGB, jint flashMode, jint onMS, jint offMS, jint brightnessMode)
  /frameworks/ml/bordeaux/learning/multiclass_pa/jni/
jni_multiclass_pa.cpp 38 jint num_classes,
39 jint num_dims,
60 jint target,
67 jint* indices = env->GetIntArrayElements(index_array, NULL);
89 jint Java_android_bordeaux_learning_MulticlassPA_nativeSparseGetClass(JNIEnv* env,
100 jint* indices = env->GetIntArrayElements(index_array, NULL);
  /libnativehelper/
JniInvocation.cpp 127 jint JniInvocation::JNI_GetDefaultJavaVMInitArgs(void* vmargs) {
131 jint JniInvocation::JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args) {
135 jint JniInvocation::JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) {
156 extern "C" jint JNI_GetDefaultJavaVMInitArgs(void* vm_args) {
160 extern "C" jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args) {
164 extern "C" jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count) {
  /packages/apps/Gallery2/jni/filters/
fx.c 32 void JNIFUNCF(ImageFilterFx, nativeApplyFilter, jobject bitmap, jint width, jint height,
33 jobject lutbitmap, jint lutwidth, jint lutheight,
34 jint start, jint end)

Completed in 313 milliseconds

1 2 3 4 5 67 8 91011>>