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

<<11121314151617181920>>

  /development/tutorials/MoarRam/jni/
baz.c 35 jint id)
59 jint id)
  /external/chromium_org/android_webview/native/
aw_picture.cc 25 jint AwPicture::GetWidth(JNIEnv* env, jobject obj) {
29 jint AwPicture::GetHeight(JNIEnv* env, jobject obj) {
external_video_surface_container_impl.h 37 JNIEnv* env, jobject obj, jint player_id, jobject jsurface);
38 void SurfaceDestroyed(JNIEnv* env, jobject obj, jint player_id);
aw_quota_manager_bridge_impl.h 43 void GetOrigins(JNIEnv* env, jobject object, jint callback_id);
47 jint callback_id,
67 void GetOriginsOnUiThread(jint callback_id);
69 jint callback_id,
  /external/chromium_org/content/browser/android/
content_readback_handler.h 34 jint readback_id,
44 jint readback_id,
content_view_core_impl.h 87 jint load_url_type,
88 jint transition_type,
90 jint referrer_policy,
91 jint ua_override_option,
100 void SendOrientationChangeEvent(JNIEnv* env, jobject obj, jint orientation);
105 jint android_action,
106 jint pointer_count,
107 jint history_size,
108 jint action_index,
113 jint pointer_id_0
    [all...]
  /external/chromium_org/media/audio/android/
audio_record_input.h 47 void OnData(JNIEnv* env, jobject obj, jint size, jint hardware_delay_bytes);
  /external/chromium_org/net/android/
network_change_notifier_delegate_android.h 47 jint new_connection_type);
48 jint GetConnectionType(JNIEnv* env, jobject obj) const;
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jritypes.h 64 typedef jint JRIFieldID;
65 typedef jint JRIMethodID;
75 jint i;
182 JRI_NewScalarArray(env, ((length) * sizeof(jint)), JRISigInt, (jbyte*)(initialValues))
186 ((jint*)JRI_GetScalarArrayElements(env, array))
217 jint i;
219 jint o;
231 jint x[2];
  /frameworks/base/core/jni/
android_hardware_UsbDevice.cpp 29 static jint
39 android_hardware_UsbDevice_get_device_name(JNIEnv *env, jobject clazz, jint id)
android_util_StringBlock.cpp 36 jint off, jint len)
62 static jint android_content_StringBlock_nativeGetSize(JNIEnv* env, jobject clazz,
75 jlong token, jint idx)
99 jlong token, jint idx)
123 jintArray array = env->NewIntArray((num*sizeof(ResStringPool_span))/sizeof(jint));
129 static const int numInts = sizeof(ResStringPool_span)/sizeof(jint);
133 (jint*)spans);
android_view_MotionEvent.cpp 113 static const jint HISTORY_CURRENT = -0x80000000;
115 static bool validatePointerCount(JNIEnv* env, jint pointerCount) {
156 static bool validatePointerIndex(JNIEnv* env, jint pointerIndex, size_t pointerCount) {
165 static bool validateHistoryPos(JNIEnv* env, jint historyPos, size_t historySize) {
335 jint deviceId, jint source, jint action, jint flags, jint edgeFlags,
336 jint metaState, jint buttonState
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 115 static jint translateError(int code) {
336 static jint
338 jint sessionId, jintArray jId)
344 jint* nId = NULL;
384 nId = (jint *) env->GetPrimitiveArrayCritical(jId, NULL);
417 return (jint) lStatus;
452 static jint
460 jint retVal = translateError(lpVisualizer->setEnabled(enabled));
492 jint *nRange = env->GetIntArrayElements(jRange, NULL);
500 static jint
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
brightness.cpp 29 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
contrast.cpp 29 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
  /packages/apps/Gallery2/jni/filters/
contrast.c 39 void JNIFUNCF(ImageFilterContrast, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat bright)
shadows.c 20 void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float scale){
  /art/runtime/native/
dalvik_system_VMDebug.cc 70 static jint VMDebug_getAllocCount(JNIEnv*, jclass, jint kind) {
74 static void VMDebug_resetAllocCount(JNIEnv*, jclass, jint kinds) {
78 static void VMDebug_startMethodTracingDdmsImpl(JNIEnv*, jclass, jint bufferSize, jint flags,
79 jboolean samplingEnabled, jint intervalUs) {
84 jobject javaFd, jint bufferSize, jint flags,
85 jboolean samplingEnabled, jint intervalUs) {
108 jint bufferSize, jint flags
    [all...]
  /art/test/004-StackWalk/
stack_walk_jni.cc 103 extern "C" JNIEXPORT jint JNICALL Java_Main_stackmap(JNIEnv*, jobject, jint count) {
115 extern "C" JNIEXPORT jint JNICALL Java_Main_refmap2(JNIEnv*, jobject, jint count) {
  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 43 jint android_security_cts_LinuxRngTest_getCharDeviceMajor(JNIEnv* env,
48 jint result = -1;
69 jint android_security_cts_LinuxRngTest_getCharDeviceMinor(JNIEnv* env,
74 jint result = -1;
  /external/chromium_org/chrome/app/android/
chrome_android_initializer.cc 15 jint RunChrome(JavaVM* vm, ChromeMainDelegateAndroid* main_delegate) {
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_android.h 26 jint selected_index);
27 jint GetDefaultSearchProvider(JNIEnv* env, jobject obj);
28 jint GetTemplateUrlCount(JNIEnv* env, jobject obj);
31 GetPrepopulatedTemplateUrlAt(JNIEnv* env, jobject obj, jint index);
  /external/chromium_org/content/shell/android/linker_test_apk/
chromium_linker_test_android.cc 19 JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
  /external/chromium_org/content/shell/android/
shell_library_loader.cc 18 JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
  /external/chromium_org/remoting/client/jni/
chromoting_jni_onload.cc 14 JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {

Completed in 454 milliseconds

<<11121314151617181920>>