HomeSort by relevance Sort by last modified time
    Searched refs:initializeNative (Results 1 - 15 of 15) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 107 static void initializeNative(JNIEnv *env, jobject object) {
247 {"initializeNative", "()V", (void *) initializeNative},
com_android_bluetooth_pan.cpp 106 static void initializeNative(JNIEnv *env, jobject object) {
233 {"initializeNative", "()V", (void *) initializeNative},
com_android_bluetooth_hid.cpp 208 static void initializeNative(JNIEnv *env, jobject object) {
476 {"initializeNative", "()V", (void *) initializeNative},
com_android_bluetooth_hfpclient.cpp 306 static void initializeNative(JNIEnv *env, jobject object) {
594 {"initializeNative", "()V", (void *) initializeNative},
com_android_bluetooth_sdp.cpp 80 static void initializeNative(JNIEnv *env, jobject object) {
559 {"initializeNative", "()V", (void *) initializeNative},
com_android_bluetooth_hfp.cpp 458 static void initializeNative(JNIEnv *env, jobject object, jint max_hf_clients) {
855 {"initializeNative", "(I)V", (void *) initializeNative},
    [all...]
com_android_bluetooth_gatt.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 95 private native void initializeNative();
220 initializeNative();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 102 initializeNative();
601 private native void initializeNative();
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 105 private static native void initializeNative();
404 initializeNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 97 initializeNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 86 initializeNative();
701 private native void initializeNative();
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 192 initializeNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 236 initializeNative(max_hf_connections);
    [all...]

Completed in 424 milliseconds