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

  /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 160 static void classInitNative(JNIEnv* env, jclass clazz) {
398 {"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 459 static void classInitNative(JNIEnv* env, jclass clazz) {
924 {"classInitNative", "()V", (void *) classInitNative},
    [all...]
com_android_bluetooth_gatt.cpp 646 static void classInitNative(JNIEnv* env, jclass clazz) {
685 info("classInitNative: Success!");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 114 classInitNative();
    [all...]
Avrcp.java 138 classInitNative();
    [all...]
  /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 92 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 167 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 142 classInitNative();
    [all...]

Completed in 1540 milliseconds