Home
last modified time | relevance | path

Searched defs:initNative (Results 1 – 20 of 20) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/activityAttribution/
H A DActivityAttributionNativeInterface.java77 private native void initNative(); in initNative() method in ActivityAttributionNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreNativeInterface.java102 private native void initNative(); in initNative() method in BluetoothKeystoreNativeInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_ActivityAttribution.cpp99 static void initNative(JNIEnv* env, jobject object) { in initNative() function
H A Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp100 static void initNative(JNIEnv* env, jobject object) { in initNative() function
H A Dcom_android_bluetooth_hearing_aid.cpp102 static void initNative(JNIEnv* env, jobject object) { in initNative() function
H A Dcom_android_bluetooth_a2dp_sink.cpp112 static void initNative(JNIEnv* env, jobject object, in initNative() function
H A Dcom_android_bluetooth_le_audio.cpp141 static void initNative(JNIEnv* env, jobject object) { in initNative() function
H A Dcom_android_bluetooth_hid_device.cpp170 static void initNative(JNIEnv* env, jobject object) { in initNative() function
H A Dcom_android_bluetooth_a2dp.cpp288 static void initNative(JNIEnv* env, jobject object, in initNative() function
H A Dcom_android_bluetooth_avrcp_controller.cpp869 static void initNative(JNIEnv* env, jobject object) { in initNative() function
H A Dcom_android_bluetooth_avrcp_target.cpp218 static void initNative(JNIEnv* env, jobject object) { in initNative() function
H A Dcom_android_bluetooth_btservice_AdapterService.cpp868 static bool initNative(JNIEnv* env, jobject obj, jboolean isGuest, in initNative() function
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidNativeInterface.java178 private native void initNative(); in initNative() method in HearingAidNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioNativeInterface.java210 private native void initNative(); in initNative() method in LeAudioNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpNativeInterface.java225 private native void initNative(int maxConnectedAudioDevices, in initNative() method in A2dpNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java261 private native void initNative(); in initNative() method in HidDeviceNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpNativeInterface.java257 private native void initNative(); in initNative() method in AvrcpNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java498 private native void initNative(int maxConnectedAudioDevices); in initNative() method in A2dpSinkService
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java917 private native void initNative(); in initNative() method in AvrcpControllerService
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java3882 native boolean initNative(boolean startRestricted, boolean isCommonCriteriaMode, in initNative() method in AdapterService