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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 173 static void cleanupNative(JNIEnv *env, jobject object) {
237 {"cleanupNative", "()V", (void *) cleanupNative},
com_android_bluetooth_hdp.cpp 169 static void cleanupNative(JNIEnv *env, jobject object) {
272 {"cleanupNative", "()V", (void *) cleanupNative},
com_android_bluetooth_pan.cpp 147 static void cleanupNative(JNIEnv *env, jobject object) {
235 {"cleanupNative", "()V", (void *) cleanupNative},
com_android_bluetooth_avrcp.cpp 158 static void cleanupNative(JNIEnv *env, jobject object) {
324 {"cleanupNative", "()V", (void *) cleanupNative},
com_android_bluetooth_hid.cpp 217 static void cleanupNative(JNIEnv *env, jobject object) {
448 {"cleanupNative", "()V", (void *) cleanupNative},
com_android_bluetooth_hfp.cpp 304 static void cleanupNative(JNIEnv *env, jobject object) {
545 {"cleanupNative", "()V", (void *) cleanupNative},
com_android_bluetooth_btservice_AdapterService.cpp 531 static bool cleanupNative(JNIEnv *env, jobject obj) {
911 {"cleanupNative", "()V", (void*) cleanupNative},
    [all...]
com_android_bluetooth_gatt.cpp 715 static void cleanupNative(JNIEnv *env, jobject object) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 156 cleanupNative();
    [all...]
Avrcp.java 138 cleanupNative();
550 private native void cleanupNative();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 98 cleanupNative();
641 private native void cleanupNative();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 125 cleanupNative();
605 private native void cleanupNative();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 128 cleanupNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 363 cleanupNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 240 cleanupNative();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 173 cleanupNative();
    [all...]

Completed in 605 milliseconds