Home
last modified time | relevance | path

Searched refs:initNative (Results 1 – 25 of 27) sorted by relevance

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreNativeInterface.java65 initNative(); in init()
112 private native void initNative(); in initNative() method in BluetoothKeystoreNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothQualityReportNativeInterface.java65 initNative(); in init()
135 private native void initNative(); in initNative() method in BluetoothQualityReportNativeInterface
DAdapterNativeInterface.java71 return initNative( in init()
272 private native boolean initNative( in initNative() method in AdapterNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java74 initNative(); in init()
172 private native void initNative(); in initNative() method in HearingAidNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkNativeInterface.java71 initNative(maxConnectedAudioDevices); in init()
175 private native void initNative(int maxConnectedAudioDevices); in initNative() method in A2dpSinkNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_BluetoothQualityReport.cpp83 static void initNative(JNIEnv* env, jobject object) { in initNative() function
144 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_btservice_BluetoothQualityReport()
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp88 static void initNative(JNIEnv* env, jobject object) { in initNative() function
146 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_btservice_BluetoothKeystore()
Dcom_android_bluetooth_hearing_aid.cpp88 static void initNative(JNIEnv* env, jobject object) { in initNative() function
209 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_hearing_aid()
Dcom_android_bluetooth_a2dp_sink.cpp112 static void initNative(JNIEnv* env, jobject object, in initNative() function
253 {"initNative", "(I)V", (void*)initNative}, in register_com_android_bluetooth_a2dp_sink()
Dcom_android_bluetooth_csip_set_coordinator.cpp155 static void initNative(JNIEnv* env, jobject object) { in initNative() function
267 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_csip_set_coordinator()
Dcom_android_bluetooth_hid_device.cpp152 static void initNative(JNIEnv* env, jobject object) { in initNative() function
486 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_hid_device()
Dcom_android_bluetooth_vc.cpp204 static void initNative(JNIEnv* env, jobject object) { in initNative() function
521 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_vc()
Dcom_android_bluetooth_a2dp.cpp251 static void initNative(JNIEnv* env, jobject object, in initNative() function
520 (void*)initNative}, in register_com_android_bluetooth_a2dp()
Dcom_android_bluetooth_hap_client.cpp302 static void initNative(JNIEnv* env, jobject object) { in initNative() function
570 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_hap_client()
Dcom_android_bluetooth_avrcp_controller.cpp726 static void initNative(JNIEnv* env, jobject object) { in initNative() function
1168 {"initNative", "()V", (void*)initNative}, in register_com_android_bluetooth_avrcp_controller()
Dcom_android_bluetooth_avrcp_target.cpp235 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/
DCsipSetCoordinatorNativeInterface.java72 initNative(); in init()
212 private native void initNative(); in initNative() method in CsipSetCoordinatorNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java80 initNative(); in init()
287 private native void initNative(); in initNative() method in HidDeviceNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioBroadcasterNativeInterface.java141 initNative(); in init()
245 private native void initNative(); in initNative() method in LeAudioBroadcasterNativeInterface
DLeAudioNativeInterface.java267 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/
DA2dpNativeInterface.java96 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/
DVolumeControlNativeInterface.java69 initNative(); in init()
334 private native void initNative(); in initNative() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java97 initNative(); in init()
359 private native void initNative(); in initNative() method in HapClientNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java78 initNative(); in init()
378 private native void initNative(); in initNative() method in AvrcpNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java60 initNative(); in init()
369 private native void initNative(); in initNative() method in AvrcpControllerNativeInterface

12