HomeSort by relevance Sort by last modified time
    Searched refs:JNIEnv (Results 51 - 75 of 1141) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/components/navigation_interception/
navigation_params_android.h 15 JNIEnv* env,
18 bool RegisterNavigationParams(JNIEnv* env);
  /external/chromium_org/media/base/android/
media_player_listener.h 36 void OnMediaError(JNIEnv* /* env */, jobject /* obj */, jint error_type);
37 void OnVideoSizeChanged(JNIEnv* /* env */, jobject /* obj */,
39 void OnBufferingUpdate(JNIEnv* /* env */, jobject /* obj */, jint percent);
40 void OnPlaybackComplete(JNIEnv* /* env */, jobject /* obj */);
41 void OnSeekComplete(JNIEnv* /* env */, jobject /* obj */);
42 void OnMediaPrepared(JNIEnv* /* env */, jobject /* obj */);
43 void OnMediaInterrupted(JNIEnv* /* env */, jobject /* obj */);
50 static bool RegisterMediaPlayerListener(JNIEnv* env);
media_jni_registrar.h 15 MEDIA_EXPORT bool RegisterJni(JNIEnv* env);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_GImpactCollisionShape.h 16 (JNIEnv *, jobject, jlong);
24 (JNIEnv *, jobject, jlong);
com_jme3_bullet_collision_shapes_MeshCollisionShape.h 16 (JNIEnv *, jobject, jlong);
24 (JNIEnv *, jobject, jlong);
com_jme3_bullet_joints_PhysicsJoint.h 16 (JNIEnv *, jobject, jlong);
24 (JNIEnv *, jobject, jlong);
  /libcore/luni/src/main/native/
ExecStrings.h 21 ExecStrings(JNIEnv* env, jobjectArray java_string_array);
28 JNIEnv* env_;
  /libnativehelper/include/nativehelper/
ScopedLocalFrame.h 24 ScopedLocalFrame(JNIEnv* env) : mEnv(env) {
33 JNIEnv* mEnv;
  /cts/tests/jni/
CtsJniOnLoad.cpp 21 extern int register_android_os_cts_CpuFeatures(JNIEnv*);
23 extern int register_android_os_cts_OSFeatures(JNIEnv*);
25 extern int register_android_os_cts_FileUtils(JNIEnv*);
28 JNIEnv *env = NULL;
  /external/chromium_org/base/android/
base_jni_registrar.h 16 BASE_EXPORT bool RegisterJni(JNIEnv* env);
cpu_features.h 13 bool RegisterCpuFeatures(JNIEnv* env);
important_file_writer_android.h 13 bool RegisterImportantFileWriterAndroid(JNIEnv* env);
path_service_android.h 13 bool RegisterPathService(JNIEnv* env);
  /external/chromium_org/chrome/browser/android/
chrome_jni_registrar.h 14 bool RegisterJni(JNIEnv* env);
field_trial_helper.h 13 bool RegisterFieldTrialHelper(JNIEnv* env);
most_visited_sites.h 13 bool RegisterMostVisitedSites(JNIEnv* env);
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.h 30 JNIEnv* env, jobject wallet);
34 static base::string16 GetWalletEmail(JNIEnv* env, jobject wallet);
38 static std::string GetWalletGoogleTransactionId(JNIEnv* env, jobject wallet);
41 static bool RegisterAutofillDialogResult(JNIEnv* env);
  /external/chromium_org/chrome/browser/ui/android/
navigation_popup.h 24 NavigationPopup(JNIEnv* env, jobject obj);
26 void Destroy(JNIEnv* env, jobject obj);
27 void FetchFaviconForUrl(JNIEnv* env, jobject obj, jstring jurl);
32 static bool RegisterNavigationPopup(JNIEnv* env);
ssl_client_certificate_request.h 14 bool RegisterSSLClientCertificateRequestAndroid(JNIEnv* env);
  /external/chromium_org/content/app/android/
app_jni_registrar.h 14 bool RegisterAppJni(JNIEnv* env);
  /external/chromium_org/content/browser/android/
browser_jni_registrar.h 16 CONTENT_EXPORT bool RegisterBrowserJni(JNIEnv* env);
  /external/chromium_org/content/child/android/
child_jni_registrar.h 16 CONTENT_EXPORT bool RegisterChildJni(JNIEnv* env);
  /external/chromium_org/content/common/android/
common_jni_registrar.h 16 CONTENT_EXPORT bool RegisterCommonJni(JNIEnv* env);
hash_set.h 11 bool RegisterHashSet(JNIEnv* env);
13 void JNI_Java_HashSet_add(JNIEnv* env,
17 void JNI_Java_HashSet_remove(JNIEnv* env,
21 void JNI_Java_HashSet_clear(JNIEnv* env,
  /external/chromium_org/content/shell/android/
shell_jni_registrar.h 14 bool RegisterShellJni(JNIEnv* env);

Completed in 2187 milliseconds

1 23 4 5 6 7 8 91011>>