Home
last modified time | relevance | path

Searched defs:codecConfigArray (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpCodecConfig.java118 BluetoothCodecConfig[] codecConfigArray = new BluetoothCodecConfig[1]; in setCodecConfigPreference() local
132 BluetoothCodecConfig[] codecConfigArray = assignCodecConfigPriorities(); in enableOptionalCodecs() local
154 BluetoothCodecConfig[] codecConfigArray = assignCodecConfigPriorities(); in disableOptionalCodecs() local
269 BluetoothCodecConfig[] codecConfigArray = new BluetoothCodecConfig[6]; in assignCodecConfigPriorities() local
317 BluetoothCodecConfig[] codecConfigArray = assignCodecConfigPriorities(); in switchCodecByBufferSize() local
DA2dpNativeInterface.java126 BluetoothDevice device, BluetoothCodecConfig[] codecConfigArray) { in setCodecConfigPreference()
155 byte[] address, BluetoothCodecConfig[] codecConfigArray); in setCodecConfigPreferenceNative()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp224 JNIEnv* env, jobject /* object */, jobjectArray codecConfigArray) { in prepareCodecPreferences()
274 jobjectArray codecConfigArray, jobjectArray codecOffloadingArray) { in initNative()
447 jobjectArray codecConfigArray) { in setCodecConfigPreferenceNative()
Dcom_android_bluetooth_le_audio.cpp403 JNIEnv* env, jobject /* object */, jobjectArray codecConfigArray) { in prepareCodecPreferences()