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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
org_webrtc_voiceengine_test_AndroidTest.h 23 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest
24 (JNIEnv *, jobject, jint, jint);
47 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Init
55 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Terminate
63 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_CreateChannel
71 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_DeleteChannel
72 (JNIEnv *, jobject, jint);
79 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_SetLocalReceiver
80 (JNIEnv *, jobject, jint, jint)
    [all...]
  /development/ndk/samples/two-libs/jni/
second.c 20 jint
23 jint x,
24 jint y )
  /frameworks/base/core/jni/
android_server_NetworkManagementSocketTagger.cpp 33 static jint QTagUid_tagSocketFd(JNIEnv* env, jclass,
35 jint tagNum, jint uid) {
40 return (jint)-1;
45 return (jint)-errno;
47 return (jint)res;
50 static jint QTagUid_untagSocketFd(JNIEnv* env, jclass,
56 return (jint)-1;
61 return (jint)-errno;
63 return (jint)res
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
pixelutils.h 31 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height, jint offset,
32 jint pixStride, jint rowStride);
histogram.h 34 JNIEnv* env, jclass clazz, jobject imageBuffer, jobject histogramBuffer, jint hBins, jint sBins);
39 jint hueBins, jint saturationBins, jint valueBins,
40 jint saturationThreshold, jint valueThreshold);
brightness.h 29 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer);
colorspace.h 31 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
35 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
39 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
43 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
contrast.h 29 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer);
exposure.h 29 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer);
33 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/jni/
org_webrtc_vieautotest_vie_autotest.h 27 JNIEXPORT jint JNICALL
29 (JNIEnv *, jobject, jint, jint, jobject, jobject);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetProgramResourceName.cpp 4 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) {
glCreateShaderProgramv.cpp 2 static jint
4 (JNIEnv *_env, jobject _this, jint type, jobjectArray strings) {
glGetObjectLabelKHR.cpp 3 android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) {
glGetDebugMessageLogKHR.cpp 2 static jint
4 (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) {
12 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject le (…)
    [all...]
glDrawElementsIndirect.cpp 2 static void android_glDrawElementsIndirect(JNIEnv *_env, jobject, jint mode, jint type, jlong indirect) {
glGetStringi.cpp 4 (JNIEnv *_env, jobject _this, jint name, jint index) {
glMapBufferRange.cpp 4 (JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) {
glBindVertexBuffer.cpp 4 (JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) {
glDrawElementsInstanced.cpp 4 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) {
6 jint _bufferOffset = (jint) 0;
7 jint _remaining;
30 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount)
    [all...]
  /external/chromium_org/ui/gfx/android/
shared_device_display_info.h 37 jint display_height,
38 jint display_width,
39 jint physical_display_height,
40 jint physical_display_width,
41 jint bits_per_pixel,
42 jint bits_per_component,
44 jint smallest_dip_width,
45 jint rotation_degrees);
53 jint display_height,
54 jint display_width
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequenceJNI.h 22 jint FrameSequence_OnLoad(JNIEnv* env);
  /external/chromium_org/base/android/
jni_int_wrapper.h 14 // jint that could be consider anti-patterns, such as from size_t.
20 typedef jint JniIntWrapper;
24 inline jint as_jint(JniIntWrapper wrapper) {
36 jint as_jint() const { return i_; }
47 jint i_;
50 inline jint as_jint(const JniIntWrapper& wrapper) {
  /libnativehelper/include/nativehelper/
JniInvocation.h 50 jint JNI_GetDefaultJavaVMInitArgs(void* vmargs);
51 jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args);
52 jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count);
57 jint (*JNI_GetDefaultJavaVMInitArgs_)(void*);
58 jint (*JNI_CreateJavaVM_)(JavaVM**, JNIEnv**, void*);
59 jint (*JNI_GetCreatedJavaVMs_)(JavaVM**, jsize, jsize*);
61 friend jint JNI_GetDefaultJavaVMInitArgs(void* vm_args);
62 friend jint JNI_CreateJavaVM(JavaVM** p_vm, JNIEnv** p_env, void* vm_args);
63 friend jint JNI_GetCreatedJavaVMs(JavaVM** vms, jsize size, jsize* vm_count);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni.h 78 JNIEXPORT jint JNICALL Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_freeWnnWork
86 JNIEXPORT jint JNICALL Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_clearDictionaryParameters
94 JNIEXPORT jint JNICALL Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_setDictionaryParameter
95 (JNIEnv *, jclass, jlong, jint, jint, jint);
102 JNIEXPORT jint JNICALL Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_searchWord
103 (JNIEnv *, jclass, jlong, jint, jint, jstring);
110 JNIEXPORT jint JNICALL Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getNextWor
    [all...]
  /external/chromium_org/chrome/app/android/
chrome_jni_onload.cc 15 JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {

Completed in 216 milliseconds

1 2 3 4 5 6 7 8 91011>>