Home
last modified time | relevance | path

Searched refs:valueCodecList2 (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java109 public List<BluetoothLeAudioCodecConfig> valueCodecList2; field in LeAudioStackEvent
134 ", valueCodecList2:" + eventTypeValueCodecList2ToString(type, valueCodecList2)); in toString()
146 ", valueCodecList2:" + eventTypeValueCodecList2ToString(type, valueCodecList2)); in toString()
DLeAudioNativeInterface.java176 event.valueCodecList2 = Arrays.asList(localOutputCodecCapabilities); in onAudioLocalCodecCapabilities()
210 event.valueCodecList2 = Arrays.asList(outputSelectableCodecConfig); in onAudioGroupSelectableCodecConf()
DLeAudioService.java3054 mOutputLocalCodecCapabilities = stackEvent.valueCodecList2; in messageFromNative()
3065 descriptor.mOutputSelectableConfig = new ArrayList<>(stackEvent.valueCodecList2); in messageFromNative()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java1231 groupCodecConfigChangedEvent.valueCodecList2 = outputSelectableCodecConfig; in injectGroupSelectableCodecConfigChanged()
DLeAudioServiceTest.java2147 localCodecCapaEvent.valueCodecList2 = outputCodecCapa; in injectLocalCodecConfigCapaChanged()
2175 groupCodecConfigChangedEvent.valueCodecList2 = outputSelectableCodecConfig; in injectGroupSelectableCodecConfigChanged()