Searched refs:mCodecConfigOffloading (Results 1 – 2 of 2) sorted by relevance
31 private BluetoothLeAudioCodecConfig[] mCodecConfigOffloading = field in LeAudioCodecConfig44 mCodecConfigOffloading = in LeAudioCodecConfig()47 .toArray(mCodecConfigOffloading); in LeAudioCodecConfig()49 Log.i(TAG, "mCodecConfigOffloading size for le -> " + mCodecConfigOffloading.length); in LeAudioCodecConfig()51 for (int idx = 0; idx < mCodecConfigOffloading.length; idx++) { in LeAudioCodecConfig()52 Log.i(TAG, "mCodecConfigOffloading[" + idx + "] -> " + mCodecConfigOffloading[idx]); in LeAudioCodecConfig()57 return mCodecConfigOffloading; in getCodecConfigOffloading()
60 private BluetoothCodecConfig[] mCodecConfigOffloading = new BluetoothCodecConfig[0]; field in A2dpCodecConfig72 mCodecConfigOffloading = in A2dpCodecConfig()73 audioManager.getHwOffloadFormatsSupportedForA2dp().toArray(mCodecConfigOffloading); in A2dpCodecConfig()81 return mCodecConfigOffloading; in codecConfigOffloading()