Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/activityAttribution/
H A DActivityAttributionNativeInterface.java54 initNative(); in init()
77 private native void initNative(); in initNative() method in ActivityAttributionNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreNativeInterface.java59 initNative(); in init()
102 private native void initNative(); in initNative() method in BluetoothKeystoreNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidNativeInterface.java74 initNative(); in init()
178 private native void initNative(); in initNative() method in HearingAidNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioNativeInterface.java152 initNative(); in init()
210 private native void initNative(); in initNative() method in LeAudioNativeInterface
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_ActivityAttribution.cpp99 static void initNative(JNIEnv* env, jobject object) { in initNative() function
162 {"initNative", "()V", (void*)initNative},
H A Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp100 static void initNative(JNIEnv* env, jobject object) { in initNative() function
160 {"initNative", "()V", (void*)initNative},
H A Dcom_android_bluetooth_hearing_aid.cpp102 static void initNative(JNIEnv* env, jobject object) { in initNative() function
223 {"initNative", "()V", (void*)initNative},
H A Dcom_android_bluetooth_a2dp_sink.cpp112 static void initNative(JNIEnv* env, jobject object, in initNative() function
248 {"initNative", "(I)V", (void*)initNative},
H A Dcom_android_bluetooth_le_audio.cpp141 static void initNative(JNIEnv* env, jobject object) { in initNative() function
266 {"initNative", "()V", (void*)initNative},
H A Dcom_android_bluetooth_hid_device.cpp170 static void initNative(JNIEnv* env, jobject object) { in initNative() function
502 {"initNative", "()V", (void*)initNative},
H A Dcom_android_bluetooth_a2dp.cpp288 static void initNative(JNIEnv* env, jobject object, in initNative() function
512 (void*)initNative},
H A Dcom_android_bluetooth_avrcp_target.cpp218 static void initNative(JNIEnv* env, jobject object) { in initNative() function
905 {"initNative", "()V", (void*)initNative},
H A Dcom_android_bluetooth_avrcp_controller.cpp869 static void initNative(JNIEnv* env, jobject object) { in initNative() function
1289 {"initNative", "()V", (void*)initNative},
H A Dcom_android_bluetooth_btservice_AdapterService.cpp868 static bool initNative(JNIEnv* env, jobject obj, jboolean isGuest, in initNative() function
1695 {"initNative", "(ZZI[Ljava/lang/String;Z)Z", (void*)initNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpNativeInterface.java82 initNative(maxConnectedAudioDevices, codecConfigPriorities, codecConfigOffloading); in init()
225 private native void initNative(int maxConnectedAudioDevices, in initNative() method in A2dpNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java81 initNative(); in init()
261 private native void initNative(); in initNative() method in HidDeviceNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpNativeInterface.java57 initNative(); in init()
257 private native void initNative(); in initNative() method in AvrcpNativeInterface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java79 initNative(mMaxConnectedAudioDevices); in start()
498 private native void initNative(int maxConnectedAudioDevices); in initNative() method in A2dpSinkService
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DProfileServiceTest.java116 mMockAdapterService.initNative(false /* is_restricted */, in setUp()
H A DAdapterServiceTest.java124 adapterService.initNative(false /* is_restricted */, false /* is_common_criteria_mode */, in setupClass()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java139 initNative(); in start()
917 private native void initNative(); in initNative() method in AvrcpControllerService
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java527 initNative(isGuest(), isCommonCriteriaMode(), configCompareResult, getInitFlags(), in onCreate()
3882 native boolean initNative(boolean startRestricted, boolean isCommonCriteriaMode, in initNative() method in AdapterService