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

<<11121314151617181920>>

  /frameworks/base/core/jni/android/graphics/
ColorFilter.cpp 39 static jlong CreatePorterDuffFilter(JNIEnv* env, jobject, jint srcColor,
40 jint modeHandle) {
45 static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) {
PorterDuff.cpp 34 static jlong CreateXfermode(JNIEnv* env, jobject, jint modeHandle) {
  /frameworks/base/core/jni/
android_app_backup_FullBackup.cpp 73 static jint backupToTar(JNIEnv* env, jobject clazz, jstring packageNameObj,
101 return (jint) -1;
107 return (jint) -1;
110 return (jint) write_tarfile(packageName, domain, rootpath, path, writer);
android_nio_utils.h 68 jint fRemaining;
android_util_Binder.h 33 extern void set_dalvik_blockguard_policy(JNIEnv* env, jint strict_policy);
android_emoji_EmojiFactory.cpp 158 JNIEnv* env, jobject clazz, jlong nativeEmojiFactory, jint pua) {
186 static jint android_emoji_EmojiFactory_getAndroidPuaFromVendorSpecificSjis(
192 static jint android_emoji_EmojiFactory_getVendorSpecificSjisFromAndroidPua(
193 JNIEnv* env, jobject obj, jlong nativeEmojiFactory, jint pua) {
198 static jint android_emoji_EmojiFactory_getAndroidPuaFromVendorSpecificPua(
199 JNIEnv* env, jobject obj, jlong nativeEmojiFactory, jint vsu) {
204 static jint android_emoji_EmojiFactory_getVendorSpecificPuaFromAndroidPua(
205 JNIEnv* env, jobject obj, jlong nativeEmojiFactory, jint pua) {
210 static jint android_emoji_EmojiFactory_getMaximumVendorSpecificPua(
216 static jint android_emoji_EmojiFactory_getMinimumVendorSpecificPua
    [all...]
android_database_CursorWindow.cpp 48 static void throwExceptionWithRowCol(JNIEnv* env, jint row, jint column) {
56 static void throwUnknownTypeException(JNIEnv * env, jint type) {
62 static jlong nativeCreate(JNIEnv* env, jclass clazz, jstring nameObj, jint cursorWindowSize) {
130 static jint nativeGetNumRows(JNIEnv* env, jclass clazz, jlong windowPtr) {
136 jint columnNum) {
153 static jint nativeGetType(JNIEnv* env, jclass clazz, jlong windowPtr,
154 jint row, jint column) {
169 jint row, jint column)
    [all...]
android_backup_BackupDataInput.cpp 49 static jint
91 static jint
92 readEntityData_native(JNIEnv* env, jobject clazz, jlong r, jbyteArray data, jint offset, jint size)
114 static jint
android_media_ToneGenerator.cpp 41 static jboolean android_media_ToneGenerator_startTone(JNIEnv *env, jobject thiz, jint toneType, jint durationMs) {
68 static jint android_media_ToneGenerator_getAudioSessionId(JNIEnv *env, jobject thiz) {
89 jint streamType, jint volume) {
  /frameworks/ex/framesequence/jni/
BitmapDecoderJNI.cpp 32 jint JNI_OnLoad(JavaVM* vm, void* reserved) {
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglGetDisplay.cpp 15 (JNIEnv *_env, jobject _this, jint display_id) {
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 77 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset)
79 jint position;
80 jint limit;
81 jint elementSizeShift;
114 jint position = _env->GetIntField(buffer, positionID);
115 jint elementSizeShift = _env->GetIntField(buffer, elementSizeShiftID);
209 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) {
210 jint _exception = 0
    [all...]
glGetProgramInfoLog.cpp 4 static jstring android_glGetProgramInfoLog(JNIEnv *_env, jobject, jint shader) {
glGetProgramPipelineInfoLog.cpp 4 static jstring android_glGetProgramPipelineInfoLog(JNIEnv *_env, jobject, jint shader) {
glGetShaderInfoLog.cpp 4 static jstring android_glGetShaderInfoLog(JNIEnv *_env, jobject, jint shader) {
  /libcore/luni/src/main/native/
java_io_FileDescriptor.cpp 24 static jboolean FileDescriptor_isSocket(JNIEnv*, jclass, jint fd) {
libcore_icu_NativeCollation.cpp 102 static jint NativeCollation_compare(JNIEnv* env, jclass, jlong address, jstring javaLhs, jstring javaRhs) {
114 static jint NativeCollation_getAttribute(JNIEnv* env, jclass, jlong address, jint type) {
116 jint result = ucol_getAttribute(toCollator(address), (UColAttribute) type, &status);
137 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jlong address, jint order) {
141 static jint NativeCollation_getOffset(JNIEnv*, jclass, jlong address) {
176 static jint NativeCollation_next(JNIEnv* env, jclass, jlong address) {
178 jint result = ucol_next(toCollationElements(address)->get(), &status);
195 static jlong NativeCollation_openCollatorFromRules(JNIEnv* env, jclass, jstring javaRules, jint mode, jint strength)
    [all...]
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.cc 66 jint SQLiteCursor::GetCount(JNIEnv* env, jobject obj) {
83 jint column) {
89 jlong SQLiteCursor::GetLong(JNIEnv* env, jobject obj, jint column) {
93 jint SQLiteCursor::GetInt(JNIEnv* env, jobject obj, jint column) {
97 jdouble SQLiteCursor::GetDouble(JNIEnv* env, jobject obj, jint column) {
103 jint column) {
116 jboolean SQLiteCursor::IsNull(JNIEnv* env, jobject obj, jint column) {
120 jint SQLiteCursor::MoveTo(JNIEnv* env, jobject obj, jint pos)
    [all...]
  /external/chromium_org/chrome/browser/speech/
tts_android.h 30 void OnEndEvent(JNIEnv* env, jobject obj, jint utterance_id);
31 void OnErrorEvent(JNIEnv* env, jobject obj, jint utterance_id);
32 void OnStartEvent(JNIEnv* env, jobject obj, jint utterance_id);
  /external/chromium_org/content/browser/android/
content_view_render_view.h 41 jint format, jint width, jint height, jobject surface);
  /external/chromium_org/content/browser/frame_host/
navigation_controller_android.cc 49 jint offset) {
63 jint offset) {
69 jint index) {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 64 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onControlStateChanged, (jint)local_role, (jint)state,
65 (jint)error, js_ifname);
82 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onConnectStateChanged, addr, (jint) state,
83 (jint)error, (jint)local_role, (jint)remote_role);
165 static jboolean enablePanNative(JNIEnv *env, jobject object, jint local_role) {
174 static jint getPanLocalRoleNative(JNIEnv *env, jobject object) {
181 return (jint)local_role
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 39 extern "C" JNIEXPORT jint JNICALL Java_MyClassNatives_bar(JNIEnv*, jobject, jint count) {
43 extern "C" JNIEXPORT jint JNICALL Java_MyClassNatives_sbar(JNIEnv*, jclass, jint count) {
236 jint result = env_->CallNonvirtualIntMethod(jobj_, jklass_, jmethod_, 24);
255 jint result = env_->CallStaticIntMethod(jklass_, jmethod_, 42);
262 jint Java_MyClassNatives_fooI(JNIEnv* env, jobject thisObj, jint x) {
280 jint result = env_->CallNonvirtualIntMethod(jobj_, jklass_, jmethod_, 42);
284 EXPECT_EQ(static_cast<jint>(0xCAFED00D), result)
    [all...]
  /external/chromium_org/media/base/android/
media_drm_bridge.h 119 jint j_session_id,
123 jint j_session_id,
126 void OnSessionReady(JNIEnv* env, jobject j_media_drm, jint j_session_id);
127 void OnSessionClosed(JNIEnv* env, jobject j_media_drm, jint j_session_id);
128 void OnSessionError(JNIEnv* env, jobject j_media_drm, jint j_session_id);
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.cc 19 ui::EventType MotionEventActionToEventType(jint action) {
79 jint width, jint height) {
85 jint pointer_id,
86 jint action,

Completed in 1395 milliseconds

<<11121314151617181920>>