HomeSort by relevance Sort by last modified time
    Searched refs:classInitNative (Results 1 - 24 of 24) 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) {
238 {"classInitNative", "()V", (void *) classInitNative},
com_android_bluetooth_avrcp.cpp 183 static void classInitNative(JNIEnv* env, jclass clazz) {
420 {"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) {
594 {"classInitNative", "()V", (void *) classInitNative},
com_android_bluetooth_sdp.cpp 105 static void classInitNative(JNIEnv* env, jclass clazz) {
562 {"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 602 static void classInitNative(JNIEnv* env, jclass clazz) {
    [all...]
com_android_bluetooth_gatt.cpp 853 static void classInitNative(JNIEnv* env, jclass clazz) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 55 classInitNative();
272 private native static void classInitNative();
Avrcp.java 141 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 91 classInitNative();
94 private native static void classInitNative();
  /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();
602 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 129 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 164 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 159 classInitNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 198 classInitNative();
    [all...]

Completed in 341 milliseconds