/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_a2dp.cpp | 102 static void classInitNative(JNIEnv* env, jclass clazz) { 235 {"classInitNative", "()V", (void *) classInitNative},
|
com_android_bluetooth_hdp.cpp | 100 static void classInitNative(JNIEnv* env, jclass clazz) { 270 {"classInitNative", "()V", (void *) classInitNative},
|
com_android_bluetooth_pan.cpp | 96 static void classInitNative(JNIEnv* env, jclass clazz) { 233 {"classInitNative", "()V", (void *) classInitNative},
|
com_android_bluetooth_avrcp.cpp | 108 static void classInitNative(JNIEnv* env, jclass clazz) { 322 {"classInitNative", "()V", (void *) classInitNative},
|
com_android_bluetooth_hid.cpp | 145 static void classInitNative(JNIEnv* env, jclass clazz) { 446 {"classInitNative", "()V", (void *) classInitNative},
|
com_android_bluetooth_hfp.cpp | 219 static void classInitNative(JNIEnv* env, jclass clazz) { 543 {"classInitNative", "()V", (void *) classInitNative},
|
com_android_bluetooth_btservice_AdapterService.cpp | 458 static void classInitNative(JNIEnv* env, jclass clazz) { 909 {"classInitNative", "()V", (void *) classInitNative}, [all...] |
com_android_bluetooth_gatt.cpp | 635 static void classInitNative(JNIEnv* env, jclass clazz) { 673 info("classInitNative: Success!"); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpStateMachine.java | 114 classInitNative(); [all...] |
Avrcp.java | 88 classInitNative(); 548 private native static void classInitNative();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
HidService.java | 72 classInitNative(); 639 private native static void classInitNative();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
PanService.java | 84 classInitNative(); 603 private native static void classInitNative();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 76 classInitNative(); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterService.java | 90 classInitNative(); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 162 classInitNative(); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 142 classInitNative(); [all...] |