Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecStatus.java52 @Nullable List<BluetoothCodecConfig> codecsLocalCapabilities, in BluetoothCodecStatus()
232 public @NonNull Builder setCodecsLocalCapabilities( in setCodecsLocalCapabilities()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java559 BluetoothCodecConfig[] codecsLocalCapabilities = new BluetoothCodecConfig[1]; in testProcessAudioStateChangedCodecConfigChangedEvents() local
1242 BluetoothCodecConfig[] codecsLocalCapabilities; in testUpdateOptionalCodecsSupportCase() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java214 BluetoothCodecConfig[] codecsLocalCapabilities, in onCodecConfigChanged()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java403 List<BluetoothCodecConfig> codecsLocalCapabilities = new ArrayList<>(); in getCodecValue() local