/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidNativeInterface.java | 74 initNative(); in init() 178 private native void initNative(); in initNative() method in HearingAidNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpNativeInterface.java | 79 initNative(maxConnectedAudioDevices, codecConfigPriorities); in init() 207 private native void initNative(int maxConnectedAudioDevices, in initNative() method in A2dpNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDeviceNativeInterface.java | 81 initNative(); in init() 261 private native void initNative(); in initNative() method in HidDeviceNativeInterface
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpNativeInterface.java | 51 initNative(); in init() 237 private native void initNative(); in initNative() method in AvrcpNativeInterface
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_a2dp_sink.cpp | 113 static void initNative(JNIEnv* env, jobject object) { in initNative() function 224 {"initNative", "()V", (void*)initNative},
|
D | com_android_bluetooth_hearing_aid.cpp | 103 static void initNative(JNIEnv* env, jobject object) { in initNative() function 224 {"initNative", "()V", (void*)initNative},
|
D | com_android_bluetooth_hid_device.cpp | 171 static void initNative(JNIEnv* env, jobject object) { in initNative() function 503 {"initNative", "()V", (void*)initNative},
|
D | com_android_bluetooth_a2dp.cpp | 261 static void initNative(JNIEnv* env, jobject object, in initNative() function 479 (void*)initNative},
|
D | com_android_bluetooth_avrcp_target.cpp | 219 static void initNative(JNIEnv* env, jobject object) { in initNative() function 806 {"initNative", "()V", (void*)initNative},
|
D | com_android_bluetooth_avrcp_controller.cpp | 812 static void initNative(JNIEnv* env, jobject object) { in initNative() function 1211 {"initNative", "()V", (void*)initNative},
|
D | com_android_bluetooth_btservice_AdapterService.cpp | 686 static bool initNative(JNIEnv* env, jobject obj, jboolean isGuest, in initNative() function 1243 {"initNative", "(ZZ)Z", (void*)initNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 59 initNative(); in start() 382 private native void initNative(); in initNative() method in A2dpSinkService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 111 initNative(); in start() 707 private native void initNative(); in initNative() method in AvrcpControllerService
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | ProfileServiceTest.java | 99 mMockAdapterService.initNative(false /* is_restricted */, false /* is_single_user_mode */); in setUp()
|
D | AdapterServiceTest.java | 104 adapterService.initNative(false /* is_restricted */, false /* is_single_user_mode */); in setupClass()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 396 initNative(isGuest(), isSingleUserMode()); in onCreate() 2894 native boolean initNative(boolean startRestricted, boolean isSingleUserMode); in initNative() method in AdapterService
|