/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreNativeInterface.java | 65 initNative(); in init() 112 private native void initNative(); in initNative() method in BluetoothKeystoreNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BluetoothQualityReportNativeInterface.java | 65 initNative(); in init() 135 private native void initNative(); in initNative() method in BluetoothQualityReportNativeInterface
|
D | AdapterNativeInterface.java | 71 return initNative( in init() 272 private native boolean initNative( in initNative() method in AdapterNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidNativeInterface.java | 74 initNative(); in init() 172 private native void initNative(); in initNative() method in HearingAidNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkNativeInterface.java | 71 initNative(maxConnectedAudioDevices); in init() 175 private native void initNative(int maxConnectedAudioDevices); in initNative() method in A2dpSinkNativeInterface
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_BluetoothQualityReport.cpp | 83 static void initNative(JNIEnv* env, jobject object) { in initNative() function 144 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_btservice_BluetoothQualityReport()
|
D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 88 static void initNative(JNIEnv* env, jobject object) { in initNative() function 146 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_btservice_BluetoothKeystore()
|
D | com_android_bluetooth_hearing_aid.cpp | 88 static void initNative(JNIEnv* env, jobject object) { in initNative() function 209 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_hearing_aid()
|
D | com_android_bluetooth_a2dp_sink.cpp | 112 static void initNative(JNIEnv* env, jobject object, in initNative() function 253 {"initNative", "(I)V", (void*)initNative}, in register_com_android_bluetooth_a2dp_sink()
|
D | com_android_bluetooth_csip_set_coordinator.cpp | 155 static void initNative(JNIEnv* env, jobject object) { in initNative() function 267 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_csip_set_coordinator()
|
D | com_android_bluetooth_hid_device.cpp | 152 static void initNative(JNIEnv* env, jobject object) { in initNative() function 486 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_hid_device()
|
D | com_android_bluetooth_vc.cpp | 204 static void initNative(JNIEnv* env, jobject object) { in initNative() function 521 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_vc()
|
D | com_android_bluetooth_a2dp.cpp | 251 static void initNative(JNIEnv* env, jobject object, in initNative() function 520 (void*)initNative}, in register_com_android_bluetooth_a2dp()
|
D | com_android_bluetooth_hap_client.cpp | 302 static void initNative(JNIEnv* env, jobject object) { in initNative() function 570 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_hap_client()
|
D | com_android_bluetooth_avrcp_controller.cpp | 726 static void initNative(JNIEnv* env, jobject object) { in initNative() function 1168 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_avrcp_controller()
|
D | com_android_bluetooth_avrcp_target.cpp | 235 static void initNative(JNIEnv* env, jobject object) { in initNative() function 1049 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_avrcp_target()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorNativeInterface.java | 72 initNative(); in init() 212 private native void initNative(); in initNative() method in CsipSetCoordinatorNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceNativeInterface.java | 80 initNative(); in init() 287 private native void initNative(); in initNative() method in HidDeviceNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioBroadcasterNativeInterface.java | 141 initNative(); in init() 245 private native void initNative(); in initNative() method in LeAudioBroadcasterNativeInterface
|
D | LeAudioNativeInterface.java | 267 initNative(codecConfigOffloading); in init() 424 private native void initNative(BluetoothLeAudioCodecConfig[] codecConfigOffloading); in initNative() method in LeAudioNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpNativeInterface.java | 96 initNative(maxConnectedAudioDevices, codecConfigPriorities, codecConfigOffloading); in init() 241 private native void initNative( in initNative() method in A2dpNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlNativeInterface.java | 69 initNative(); in init() 334 private native void initNative(); in initNative() method in VolumeControlNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientNativeInterface.java | 97 initNative(); in init() 359 private native void initNative(); in initNative() method in HapClientNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/ |
D | AvrcpNativeInterface.java | 78 initNative(); in init() 378 private native void initNative(); in initNative() method in AvrcpNativeInterface
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerNativeInterface.java | 60 initNative(); in init() 369 private native void initNative(); in initNative() method in AvrcpControllerNativeInterface
|