Home
last modified time | relevance | path

Searched refs:codecConfigOffloading (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpNativeInterface.java81 BluetoothCodecConfig[] codecConfigOffloading) { in init() argument
82 initNative(maxConnectedAudioDevices, codecConfigPriorities, codecConfigOffloading); in init()
227 BluetoothCodecConfig[] codecConfigOffloading); in initNative() argument
H A DA2dpCodecConfig.java75 BluetoothCodecConfig[] codecConfigOffloading() { in codecConfigOffloading() method in A2dpCodecConfig
H A DA2dpService.java145 mA2dpCodecConfig.codecConfigOffloading()); in start()
1505 for (BluetoothCodecConfig codecConfig : mA2dpCodecConfig.codecConfigOffloading()) { in dump()