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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery2/jni/filters/
exposure.c 19 void JNIFUNCF(ImageFilterExposure, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat bright)
highlight.c 21 jint width, jint height, jfloatArray luminanceMap){
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 207 static jint
210 return (jint) check_AudioSystem_Command(AudioSystem::muteMicrophone(on));
222 android_media_AudioSystem_isStreamActive(JNIEnv *env, jobject thiz, jint stream, jint inPastMs)
230 android_media_AudioSystem_isStreamActiveRemotely(JNIEnv *env, jobject thiz, jint stream,
231 jint inPastMs)
239 android_media_AudioSystem_isSourceActive(JNIEnv *env, jobject thiz, jint source)
246 static jint
252 static jint
262 return (jint) status
    [all...]
android_util_Log.cpp 37 jint verbose;
38 jint debug;
39 jint info;
40 jint warn;
41 jint error;
42 jint assert;
60 static jboolean isLoggable(const char* tag, jint level) {
74 static jboolean android_util_Log_isLoggable(JNIEnv* env, jobject clazz, jstring tag, jint level)
108 static jint android_util_Log_println_native(JNIEnv* env, jobject clazz,
109 jint bufID, jint priority, jstring tagObj, jstring msgObj
    [all...]
android_media_AudioErrors.h 37 static inline jint nativeToJavaStatus(status_t status) {
android_text_AndroidBidi.cpp 28 static jint runBidi(JNIEnv* env, jobject obj, jint dir, jcharArray chsArray,
29 jbyteArray infoArray, jint n, jboolean haveInfo)
34 jint result = 0;
  /frameworks/base/core/jni/android/opengl/
util.cpp 159 ArrayHelper(JNIEnv* env, JArray ref, jint offset, jint minSize) {
216 jint mOffset;
217 jint mMinSize;
236 jfloatArray positions_ref, jint positionsOffset, jint positionsCount,
237 jfloatArray sphere_ref, jint sphereOffset) {
392 jint util_frustumCullSpheres(JNIEnv *env, jclass clazz,
393 jfloatArray mvp_ref, jint mvpOffset,
394 jfloatArray spheres_ref, jint spheresOffset, jint spheresCount
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h 107 jint sfactor,
108 jint dfactor);
112 jint draw_mode);
117 jint x_count,
118 jint y_count);
123 jint vertex_count);
133 jint component_count);
140 jint type,
141 jint component_count,
142 jint stride
    [all...]
jni_init.cpp 30 jint JNI_OnLoad(JavaVM* vm, void* reserved) {
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetUniformIndices.cpp 5 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) {
6 jint _exception = 0;
9 jint _count = 0;
10 jint _i;
81 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) {
82 jint _exception = 0;
85 jint _count = 0;
86 jint _i;
89 jint _uniformIndicesRemaining
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /art/runtime/native/
java_lang_String.cc 27 static jint String_compareTo(JNIEnv* env, jobject javaThis, jobject javaRhs) {
37 static jint String_fastIndexOf(JNIEnv* env, jobject java_this, jint ch, jint start) {
  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.cpp 22 jint JNI_OnLoad(JavaVM *vm, void *reserved) {
  /cts/libs/deviceutil/jni/
CtsJniOnLoad.cpp 22 jint JNI_OnLoad(JavaVM *vm, void *reserved) {
  /cts/tests/tests/drm/jni/
CtsDrmJniOnLoad.cpp 22 jint JNI_OnLoad(JavaVM *vm, void *reserved) {
  /cts/tests/tests/nativeopengl/standalone/jni/
register.cpp 25 jint JNI_OnLoad(JavaVM *vm, void *reserved) {
  /cts/tests/tests/permission/jni/
CtsPermissionsJniOnLoad.cpp 22 jint JNI_OnLoad(JavaVM *vm, void *reserved) {
  /external/chromium_org/base/android/
memory_pressure_listener_android.cc 12 JNIEnv* env, jclass clazz, jint memory_pressure_level) {
path_service_android.cc 16 void Override(JNIEnv* env, jclass clazz, jint what, jstring path) {
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.h 26 jint GetProfileCount(JNIEnv* unused_env, jobject unused_obj);
33 jint index);
54 jint GetCreditCardCount(JNIEnv* unused_env, jobject unused_obj);
61 jint index);
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.h 39 void SurfaceSetSize(JNIEnv* env, jobject obj, jint width, jint height);
40 bool TouchEvent(JNIEnv* env, jobject obj, jint pointer_id, jint action,
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_native_opengl2.h 44 static jint CreateOpenGLNativeStatic(
48 jint width,
49 jint height);
50 jint CreateOpenGLNative(int width, int height);
  /external/chromium_org/ui/base/touch/
touch_device_android.cc 18 jint max_touch_points = Java_TouchDevice_maxTouchPoints(env, context);
  /frameworks/base/core/jni/android/graphics/
Xfermode.cpp 35 static jlong avoid_create(JNIEnv* env, jobject, jint opColor,
36 jint tolerance, jint modeHandle)
42 static jlong pixelxor_create(JNIEnv* env, jobject, jint opColor)
  /frameworks/base/packages/services/PacProcessor/jni/
jni_init.cpp 28 extern "C" jint JNI_OnLoad(JavaVM* vm, void* reserved) {

Completed in 316 milliseconds

1 2 3 4 56 7 8 91011>>