HomeSort by relevance Sort by last modified time
    Searched refs:classInitNative (Results 1 - 22 of 22) 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_avrcp_controller.cpp 94 static void classInitNative(JNIEnv* env, jclass clazz) {
187 {"classInitNative", "()V", (void *) classInitNative},
com_android_bluetooth_a2dp_sink.cpp 126 static void classInitNative(JNIEnv* env, jclass clazz) {
241 {"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 161 static void classInitNative(JNIEnv* env, jclass clazz) {
399 {"classInitNative", "()V", (void *) classInitNative},
com_android_bluetooth_hid.cpp 198 static void classInitNative(JNIEnv* env, jclass clazz) {
501 {"classInitNative", "()V", (void *) classInitNative},
com_android_bluetooth_hfpclient.cpp 279 static void classInitNative(JNIEnv* env, jclass clazz) {
586 {"classInitNative", "()V", (void *) classInitNative},
com_android_bluetooth_hfp.cpp 401 static void classInitNative(JNIEnv* env, jclass clazz) {
824 {"classInitNative", "()V", (void *) classInitNative},
com_android_bluetooth_btservice_AdapterService.cpp 678 static void classInitNative(JNIEnv* env, jclass clazz) {
    [all...]
com_android_bluetooth_gatt.cpp 817 static void classInitNative(JNIEnv* env, jclass clazz) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 55 classInitNative();
273 private native static void classInitNative();
Avrcp.java 141 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 114 classInitNative();
    [all...]
A2dpStateMachine.java 110 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 81 classInitNative();
601 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/hid/
HidService.java 73 classInitNative();
700 private native static void classInitNative();
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 125 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 159 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 158 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 197 classInitNative();
    [all...]

Completed in 604 milliseconds