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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/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/dual/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;
  /packages/apps/Gallery2/jni/filters/
bwfilter.c 20 void JNIFUNCF(ImageFilterBwFilter, nativeApplyFilter, jobject bitmap, jint width, jint height, jint rw, jint gw, jint bw)
geometry.c 130 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint flip) {
143 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterRotate, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint rotate)
    [all...]
gradient.c 19 void JNIFUNCF(ImageFilter, nativeApplyGradientFilter, jobject bitmap, jint width, jint height,
23 jint* redGradientArray = 0;
24 jint* greenGradientArray = 0;
25 jint* blueGradientArray = 0;
  /frameworks/base/core/jni/
android_backup_BackupHelperDispatcher.cpp 43 static jint
55 return (jint) -1;
65 return (jint) 1;
73 return (jint) -1;
83 return (jint) 1;
99 return (jint) -1;
105 return (jint) -1;
122 return (jint) 0;
125 static jint
126 skipChunk_native(JNIEnv* env, jobject clazz, jobject fdObj, jint bytesToSkip
    [all...]
android_backup_BackupDataOutput.cpp 45 static jint
46 writeEntityHeader_native(JNIEnv* env, jobject clazz, jlong w, jstring key, jint dataSize)
59 return (jint)err;
62 static jint
63 writeEntityData_native(JNIEnv* env, jobject clazz, jlong w, jbyteArray data, jint size)
82 return (jint)err;
android_opengl_GLES10Ext.cpp 99 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset)
101 jint position;
102 jint limit;
103 jint elementSizeShift;
136 jint position = _env->GetIntField(buffer, positionID);
137 jint elementSizeShift = _env->GetIntField(buffer, elementSizeShiftID);
231 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) {
232 jint _exception = 0
    [all...]
android_util_FileObserver.cpp 40 static jint android_os_fileobserver_init(JNIEnv* env, jobject object)
44 return (jint)inotify_init();
53 static void android_os_fileobserver_observe(JNIEnv* env, jobject object, jint fd)
105 static jint android_os_fileobserver_startWatching(JNIEnv* env, jobject object, jint fd, jstring pathString, jint mask)
125 static void android_os_fileobserver_stopWatching(JNIEnv* env, jobject object, jint fd, jint wfd)
  /external/chromium_org/chrome/browser/android/
favicon_helper.h 22 jint j_icon_types,
23 jint j_desired_size_in_dip,
30 jint j_min_size_threshold_px,
recently_closed_tabs_bridge.h 27 jint max_tab_count);
31 jint tab_id,
32 jint j_disposition);
  /external/chromium_org/content/browser/frame_host/
navigation_controller_android.h 38 jboolean CanGoToOffset(JNIEnv* env, jobject obj, jint offset);
41 void GoToOffset(JNIEnv* env, jobject obj, jint offset);
42 void GoToNavigationIndex(JNIEnv* env, jobject obj, jint index);
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 222 extern "C" JNIEXPORT jint JNICALL
228 Java_android_renderscript_cts_CoreMathVerifier_ldexp(JNIEnv*, jclass, jfloat x, jint exp) {
291 extern "C" JNIEXPORT jint JNICALL
292 Java_android_renderscript_cts_CoreMathVerifier_maxI32(JNIEnv*, jclass, jint x, jint y) {
296 extern "C" JNIEXPORT jint JNICALL
297 Java_android_renderscript_cts_CoreMathVerifier_maxU32(JNIEnv*, jclass, jint x, jint y) {
331 extern "C" JNIEXPORT jint JNICALL
332 Java_android_renderscript_cts_CoreMathVerifier_minI32(JNIEnv*, jclass, jint x, jint y)
    [all...]
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool_SoundPoolImpl.cpp 48 static jint
49 android_media_SoundPool_SoundPoolImpl_load_URL(JNIEnv *env, jobject thiz, jstring path, jint priority)
60 return (jint) id;
63 static jint
65 jlong offset, jlong length, jint priority)
70 return (jint) ap->load(jniGetFDFromFileDescriptor(env, fileDescriptor),
75 android_media_SoundPool_SoundPoolImpl_unload(JNIEnv *env, jobject thiz, jint sampleID) {
82 static jint
83 android_media_SoundPool_SoundPoolImpl_play(JNIEnv *env, jobject thiz, jint sampleID,
84 jfloat leftVolume, jfloat rightVolume, jint priority, jint loop
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeLlcpServiceSocket.cpp 50 static jobject nativeLlcpServiceSocket_doAccept(JNIEnv *e, jobject o, jint miu, jint rw, jint /*linearBufferLength*/)
89 e->SetIntField (clientSocket, f, (jint) connHandle);
93 e->SetIntField (clientSocket, f, (jint)miu);
97 e->SetIntField (clientSocket, f, (jint)rw);
  /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) {
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_CameraTests.h 37 jint debugHeight,
38 jint debugWidth);
com_android_cts_verifier_camera_analyzer_ExposureCompensationTest.h 31 jint debugHeight,
32 jint debugWidth);
  /external/chromium_org/android_webview/native/
aw_picture.h 27 jint GetWidth(JNIEnv* env, jobject obj);
28 jint GetHeight(JNIEnv* env, jobject obj);
  /external/chromium_org/chrome/browser/android/signin/
account_management_screen_helper.cc 30 jint metric,
31 jint gaiaServiceType) {
  /external/chromium_org/chrome/browser/prerender/
external_prerender_handler_android.h 36 jint width,
37 jint height);
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 69 (JNIEnv *env, jclass clazz, jint sampleRate, jint fifoFrames) {
84 static JNIEXPORT jint JNICALL Java_android_speech_srec_Recognizer_AudioRecordStart
86 return (jint)(((AudioRecordWrapper*)audioRecord)->get()->start());
89 static JNIEXPORT jint JNICALL Java_android_speech_srec_Recognizer_AudioRecordRead
90 (JNIEnv *env, jclass clazz, jlong audioRecord, jbyteArray array, jint offset, jint length) {
130 jint register_android_speech_srec_MicrophoneInputStream(JavaVM* vm, void* reserved)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.h 36 JNIEnv* env, jobject thiz, jobject imageBuffer, jint width, jint height,
  /libcore/luni/src/main/native/
ZipUtilities.h 34 void setInput(JNIEnv* env, jbyteArray buf, jint off, jint len);
java_lang_Float.cpp 32 jint Float_floatToRawIntBits(JNIEnv*, jclass, jfloat val) {
38 jfloat Float_intBitsToFloat(JNIEnv*, jclass, jint val) {

Completed in 316 milliseconds

1 2 3 45 6 7 8 91011>>