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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
com_android_frameworks_coretests_JNITest.cpp 21 static jint checkFunction(JNIEnv*, jclass) {
40 jint JNI_OnLoad(JavaVM *jvm, void *reserved) {
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 47 static jint
51 return (jint) sProfiles->getOutputFileFormats().size();
54 static jint
55 android_media_MediaProfiles_native_get_file_format(JNIEnv *env, jobject thiz, jint index)
64 return static_cast<jint>(formats[index]);
67 static jint
75 android_media_MediaProfiles_native_get_video_encoder_cap(JNIEnv *env, jobject thiz, jint index)
118 static jint
122 return (jint) sProfiles->getAudioEncoders().size();
126 android_media_MediaProfiles_native_get_audio_encoder_cap(JNIEnv *env, jobject thiz, jint index
    [all...]
  /frameworks/webview/chromium/plat_support/
jni_entry_point.cpp 29 JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
31 jint ret = vm->AttachCurrentThread(&env, NULL);
  /libcore/luni/src/main/native/
valueOf.h 24 jobject integerValueOf(JNIEnv* env, jint i);
30 jint intValue(JNIEnv* env, jobject javaLangInteger);
  /packages/apps/Gallery2/jni/filters/
negative.c 19 void JNIFUNCF(ImageFilterNegative, nativeApplyFilter, jobject bitmap, jint width, jint height)
redeye.c 20 void JNIFUNCF(ImageFilterRedEye, nativeApplyFilter, jobject bitmap, jint width, jint height, jshortArray vrect)
  /external/chromium_org/third_party/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.h 16 (JNIEnv *, jobject, jobject, jint);
40 (JNIEnv *, jobject, jint, jint);
48 (JNIEnv *, jobject, jint, jfloat, jfloat, jint);
80 (JNIEnv *, jobject, jint);
  /external/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.h 16 (JNIEnv *, jobject, jobject, jint);
40 (JNIEnv *, jobject, jint, jint);
48 (JNIEnv *, jobject, jint, jfloat, jfloat, jint);
80 (JNIEnv *, jobject, jint);
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 211 jint res = veData1.jvm->AttachCurrentThread(&env, NULL);
322 jint JNI_OnLoad(JavaVM* vm, void* /*reserved*/)
385 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest(
388 jint testType,
389 jint extendedSel)
420 // jint retVal = runAutoTest(tType);
520 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Init(
561 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Terminate(
567 jint retVal = veData1.base->Terminate();
578 JNIEXPORT jint JNICAL
    [all...]
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
video_engine_jni.cc 235 int RegisterExternalReceiveCodec(jint channel, jint pl_type, jobject decoder,
245 int DeRegisterExternalReceiveCodec(jint channel, jint pl_type) {
354 JOWW(jint, VideoEngine_init)(JNIEnv* jni, jobject j_vie) {
359 JOWW(jint, VideoEngine_setVoiceEngine)(JNIEnv* jni, jobject j_vie,
371 JOWW(jint, VideoEngine_startSend)(JNIEnv* jni, jobject j_vie, jint channel) {
376 JOWW(jint, VideoEngine_stopRender)(JNIEnv* jni, jobject j_vie, jint channel)
    [all...]
voice_engine_jni.cc 205 JOWW(jint, VoiceEngine_init)(JNIEnv* jni, jobject j_voe) {
210 JOWW(jint, VoiceEngine_createChannel)(JNIEnv* jni, jobject j_voe) {
215 JOWW(jint, VoiceEngine_deleteChannel)(JNIEnv* jni, jobject j_voe,
216 jint channel) {
221 JOWW(jint, VoiceEngine_setLocalReceiver)(JNIEnv* jni, jobject j_voe,
222 jint channel, jint port) {
229 JOWW(jint, VoiceEngine_setSendDestination)(JNIEnv* jni, jobject j_voe,
230 jint channel, jint port
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 185 static jint
188 jint sampleRateInHertz, jint javaChannelMask,
189 jint audioFormat, jint buffSizeInBytes, jint memoryMode, jintArray jSession) {
196 return (jint) AUDIO_JAVA_ERROR;
205 return (jint) AUDIOTRACK_ERROR_SETUP_INVALIDCHANNELMASK;
215 return (jint) AUDIOTRACK_ERROR_SETUP_INVALIDFORMAT;
243 return (jint) AUDIOTRACK_ERROR_SETUP_NATIVEINITFAILED
    [all...]
com_android_internal_os_ZygoteInit.cpp 39 static jint com_android_internal_os_ZygoteInit_setreuid(
40 JNIEnv* env, jobject clazz, jint ruid, jint euid)
52 static jint com_android_internal_os_ZygoteInit_setregid(
53 JNIEnv* env, jobject clazz, jint rgid, jint egid)
65 static jint com_android_internal_os_ZygoteInit_setpgid(
66 JNIEnv* env, jobject clazz, jint pid, jint pgid)
78 static jint com_android_internal_os_ZygoteInit_getpgid
    [all...]
android_hardware_UsbDeviceConnection.cpp 75 static jint
109 jint interfaceID, jboolean force)
127 android_hardware_UsbDeviceConnection_release_interface(JNIEnv *env, jobject thiz, jint interfaceID)
143 android_hardware_UsbDeviceConnection_set_interface(JNIEnv *env, jobject thiz, jint interfaceID,
144 jint alternateSetting)
156 android_hardware_UsbDeviceConnection_set_configuration(JNIEnv *env, jobject thiz, jint configurationID)
167 static jint
169 jint requestType, jint request, jint value, jint index
    [all...]
android_media_AudioRecord.cpp 146 static jint
148 jobject jaa, jint sampleRateInHertz, jint channelMask,
150 jint audioFormat, jint buffSizeInBytes, jintArray jSession)
158 return (jint) AUDIO_JAVA_ERROR;
163 return (jint) AUDIORECORD_ERROR_SETUP_INVALIDCHANNELMASK;
171 return (jint) AUDIORECORD_ERROR_SETUP_INVALIDFORMAT;
178 return (jint) AUDIORECORD_ERROR_SETUP_ZEROFRAMECOUNT;
186 return (jint) AUDIORECORD_ERROR_SETUP_NATIVEINITFAILED
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 51 jint len = 0; \
54 jint relFlag = 0; \
96 _env->ReleaseIntArrayElements((jintArray)data, (jint *)ptr, relFlag); \
194 jint len = _env->GetArrayLength(str);
236 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value)
243 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint ct)
250 nContextCreateGL(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.h 56 JNIEXPORT jint JNICALL
61 JNIEXPORT jint JNICALL
65 jint width,
66 jint height);
72 JNIEXPORT jint JNICALL
81 jint surfaceId);
86 jint surfaceId);
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreatePbufferFromClientBuffer.cpp 4 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) {
5 jint _exception = 0;
13 jint _remaining;
67 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) {
  /external/chromium_org/mojo/android/system/
core_impl.cc 60 static jint WaitMany(JNIEnv* env,
125 static jint Close(JNIEnv* env, jobject jcaller, jint mojo_handle) {
129 static jint Wait(JNIEnv* env,
131 jint mojo_handle,
132 jint signals,
137 static jint WriteMessage(JNIEnv* env,
139 jint mojo_handle,
141 jint num_bytes,
143 jint flags)
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
motion_event_android.h 29 jint android_action,
30 jint pointer_count,
31 jint history_size,
32 jint action_index,
37 jint pointer_id_0,
38 jint pointer_id_1,
43 jint android_tool_type_0,
44 jint android_tool_type_1,
45 jint android_button_state);
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 8 static jlong Interpolator_constructor(JNIEnv* env, jobject clazz, jint valueCount, jint frameCount)
19 static void Interpolator_reset(JNIEnv* env, jobject clazz, jlong interpHandle, jint valueCount, jint frameCount)
25 static void Interpolator_setKeyFrame(JNIEnv* env, jobject clazz, jlong interpHandle, jint index, jint msec, jfloatArray valueArray, jfloatArray blendArray)
51 static jint Interpolator_timeToValues(JNIEnv* env, jobject clazz, jlong interpHandle, jint msec, jfloatArray valueArray)
67 return static_cast<jint>(result);
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 28 static jint add(JNIEnv *env, jobject thiz, jint a, jint b) {
74 jint JNI_OnLoad(JavaVM* vm, void* reserved) {
77 jint result = -1;
  /cts/suite/cts/deviceTests/dram/jni/
MemoryNativeJni.cpp 30 jclass clazz, jint bufferSize, jint repetition)
54 jclass clazz, jint bufferSize, jint repetition, jint c)
  /development/samples/SimpleJNI/jni/
native.cpp 24 static jint
25 add(JNIEnv *env, jobject thiz, jint a, jint b) {
85 jint JNI_OnLoad(JavaVM* vm, void* reserved)
89 jint result = -1;
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 24 static jint
25 add(JNIEnv *env, jobject thiz, jint a, jint b) {
85 jint JNI_OnLoad(JavaVM* vm, void* reserved)
89 jint result = -1;

Completed in 921 milliseconds

1 2 34 5 6 7 8 91011>>