Searched refs:codecConfigArray (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfig.java | 116 BluetoothCodecConfig[] codecConfigArray = new BluetoothCodecConfig[1]; in setCodecConfigPreference() local 117 codecConfigArray[0] = newCodecConfig; in setCodecConfigPreference() 118 mA2dpNativeInterface.setCodecConfigPreference(device, codecConfigArray); in setCodecConfigPreference() 130 BluetoothCodecConfig[] codecConfigArray = assignCodecConfigPriorities(); in enableOptionalCodecs() local 131 if (codecConfigArray == null) { in enableOptionalCodecs() 136 for (int i = 0; i < codecConfigArray.length; i++) { in enableOptionalCodecs() 137 BluetoothCodecConfig codecConfig = codecConfigArray[i]; in enableOptionalCodecs() 139 codecConfigArray[i] = null; in enableOptionalCodecs() 143 mA2dpNativeInterface.setCodecConfigPreference(device, codecConfigArray); in enableOptionalCodecs() 152 BluetoothCodecConfig[] codecConfigArray = assignCodecConfigPriorities(); in disableOptionalCodecs() local [all …]
|
D | A2dpNativeInterface.java | 160 BluetoothDevice device, BluetoothCodecConfig[] codecConfigArray) { in setCodecConfigPreference() argument 161 return setCodecConfigPreferenceNative(getByteAddress(device), codecConfigArray); in setCodecConfigPreference() 259 byte[] address, BluetoothCodecConfig[] codecConfigArray); in setCodecConfigPreferenceNative() argument
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp.cpp | 206 JNIEnv* env, jobject /* object */, jobjectArray codecConfigArray) { in prepareCodecPreferences() argument 209 int numConfigs = env->GetArrayLength(codecConfigArray); in prepareCodecPreferences() 211 jobject jcodecConfig = env->GetObjectArrayElement(codecConfigArray, i); in prepareCodecPreferences() 255 jobjectArray codecConfigArray, jobjectArray codecOffloadingArray) { in initNative() argument 284 prepareCodecPreferences(env, object, codecConfigArray); in initNative() 434 jobjectArray codecConfigArray) { in setCodecConfigPreferenceNative() argument 445 prepareCodecPreferences(env, object, codecConfigArray); in setCodecConfigPreferenceNative()
|
D | com_android_bluetooth_le_audio.cpp | 399 jobjectArray codecConfigArray) { in prepareCodecPreferences() argument 402 int numConfigs = env->GetArrayLength(codecConfigArray); in prepareCodecPreferences() 404 jobject jcodecConfig = env->GetObjectArrayElement(codecConfigArray, i); in prepareCodecPreferences()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/javac/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/combined/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/jarjar/ |
D | Bluetooth.jar | org/jspecify/annotations/Nullable.class
Nullable.java
package org.jspecify.annotations
public ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/withres/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |