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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Bluetooth/jni/
com_android_bluetooth.h 27 void checkAndClearExceptionFromCallback(JNIEnv* env,
32 JNIEnv* getCallbackEnv();
34 int register_com_android_bluetooth_hfp(JNIEnv* env);
36 int register_com_android_bluetooth_a2dp(JNIEnv* env);
38 int register_com_android_bluetooth_avrcp(JNIEnv* env);
40 int register_com_android_bluetooth_hid(JNIEnv* env);
42 int register_com_android_bluetooth_hdp(JNIEnv* env);
44 int register_com_android_bluetooth_pan(JNIEnv* env);
46 int register_com_android_bluetooth_gatt (JNIEnv* env);
  /cts/tests/jni/
android_net_cts_NetlinkSocket.h 20 int register_android_net_cts_NetlinkSocket(JNIEnv*);
  /external/chromium_org/chrome/browser/android/
content_view_util.h 11 bool RegisterContentViewUtil(JNIEnv* env);
  /external/chromium/android/jni/
jni_utils.h 19 JNIEnv* GetJNIEnv();
22 std::string JstringToStdString(JNIEnv* env, jstring jstr);
24 string16 JstringToString16(JNIEnv* env, jstring jstr);
26 jstring ConvertUTF8ToJavaString(JNIEnv* env, std::string str);
28 bool CheckException(JNIEnv*);
  /external/chromium_org/base/android/
cpu_features.cc 13 jint GetCoreCount(JNIEnv*, jclass) {
17 jlong GetCpuFeatures(JNIEnv*, jclass) {
21 bool RegisterCpuFeatures(JNIEnv* env) {
thread_utils.h 12 bool RegisterThreadUtils(JNIEnv* env);
  /external/javasqlite/src/main/native/
sqlite_jni.h 16 (JNIEnv *, jobject, jstring, jint);
24 (JNIEnv *, jobject, jstring);
32 (JNIEnv *, jobject);
40 (JNIEnv *, jobject);
48 (JNIEnv *, jobject, jstring, jobject);
56 (JNIEnv *, jobject, jstring, jobject, jobjectArray);
64 (JNIEnv *, jobject);
72 (JNIEnv *, jobject);
80 (JNIEnv *, jobject);
88 (JNIEnv *, jobject, jobject)
    [all...]
  /frameworks/base/core/jni/
android_os_Parcel.h 25 extern Parcel* parcelForJavaObject(JNIEnv* env, jobject obj);
26 extern jobject createJavaParcelObject(JNIEnv* env);
27 extern void recycleJavaParcelObject(JNIEnv* env, jobject object);
  /libcore/luni/src/main/native/
JniException.h 22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);
24 void jniThrowOutOfMemoryError(JNIEnv* env, const char* message);
25 void jniThrowSocketException(JNIEnv* env, int error);
valueOf.h 22 jobject booleanValueOf(JNIEnv* env, jboolean b);
23 jobject doubleValueOf(JNIEnv* env, jdouble d);
24 jobject integerValueOf(JNIEnv* env, jint i);
25 jobject longValueOf(JNIEnv* env, jlong l);
29 jboolean booleanValue(JNIEnv* env, jobject javaLangBoolean);
30 jint intValue(JNIEnv* env, jobject javaLangInteger);
  /external/chromium_org/content/common/android/
command_line.h 11 void InitNativeCommandLineFromJavaArray(JNIEnv* env,
15 bool RegisterCommandLine(JNIEnv* env);
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.h 31 bool SendKeyEvent(JNIEnv* env, jobject,
37 bool SendSyntheticKeyEvent(JNIEnv*,
43 void SetComposingText(JNIEnv*, jobject, jstring text, int new_cursor_pos);
44 void ImeBatchStateChanged(JNIEnv*, jobject, jboolean is_begin);
45 void CommitText(JNIEnv*, jobject, jstring text);
46 void FinishComposingText(JNIEnv* env, jobject);
47 void AttachImeAdapter(JNIEnv*, jobject java_object);
48 void SetEditableSelectionOffsets(JNIEnv*, jobject, int start, int end);
49 void SetComposingRegion(JNIEnv*, jobject, int start, int end);
50 void DeleteSurroundingText(JNIEnv*, jobject, int before, int after)
    [all...]
  /frameworks/base/services/jni/
onload.cpp 23 int register_android_server_AlarmManagerService(JNIEnv* env);
24 int register_android_server_ConsumerIrService(JNIEnv *env);
25 int register_android_server_InputApplicationHandle(JNIEnv* env);
26 int register_android_server_InputWindowHandle(JNIEnv* env);
27 int register_android_server_InputManager(JNIEnv* env);
28 int register_android_server_LightsService(JNIEnv* env);
29 int register_android_server_PowerManagerService(JNIEnv* env);
30 int register_android_server_SerialService(JNIEnv* env);
31 int register_android_server_UsbDeviceManager(JNIEnv* env);
32 int register_android_server_UsbHostManager(JNIEnv* env)
    [all...]
  /external/chromium_org/android_webview/native/
android_webview_jni_registrar.h 13 bool RegisterJni(JNIEnv* env);
aw_form_database.h 12 bool RegisterAwFormDatabase(JNIEnv* env);
aw_resource.h 15 bool RegisterAwResource(JNIEnv* env);
  /external/chromium_org/base/power_monitor/
power_monitor_device_source_android.h 13 bool RegisterPowerMonitor(JNIEnv* env);
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_android.h 14 bool RegisterApplicationLifetimeAndroid(JNIEnv* env);
  /external/chromium_org/components/autofill/core/browser/android/
component_jni_registrar.h 14 bool RegisterAutofillAndroidJni(JNIEnv* env);
  /external/chromium_org/components/navigation_interception/
component_jni_registrar.h 14 bool RegisterNavigationInterceptionJni(JNIEnv* env);
  /external/chromium_org/components/web_contents_delegate_android/
component_jni_registrar.h 14 bool RegisterWebContentsDelegateAndroidJni(JNIEnv* env);
  /external/chromium_org/content/app/android/
child_process_service.h 11 bool RegisterChildProcessService(JNIEnv* env);
content_main.h 12 bool RegisterContentMain(JNIEnv* env);
  /external/chromium_org/content/browser/android/
android_browser_process.h 12 bool RegisterAndroidBrowserProcess(JNIEnv* env);
content_view_statics.h 10 bool RegisterWebViewStatics(JNIEnv* env);

Completed in 406 milliseconds

1 2 3 4 5 6 7 8 91011>>