Home
last modified time | relevance | path

Searched defs:codecStatus (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java701 BluetoothCodecStatus codecStatus = new BluetoothCodecStatus(oldCodecConfig, in testCodecParametersChangeHelper() local
726 BluetoothCodecStatus codecStatus = in testCodecParametersChangeHelper() local
765 BluetoothCodecStatus codecStatus = new BluetoothCodecStatus(oldCodecConfig, in testCodecSpecificParametersChangeHelper() local
794 BluetoothCodecStatus codecStatus = new BluetoothCodecStatus(oldCodecConfig, in testCodecPriorityChangeHelper() local
815 BluetoothCodecStatus codecStatus = new BluetoothCodecStatus(oldCodecConfig, in testCodecPriorityChangeHelper() local
859 BluetoothCodecStatus codecStatus = in testCodecPriorityChangeHelper() local
882 BluetoothCodecStatus codecStatus = in testCodecPriorityChangeHelper() local
DA2dpServiceTest.java210 BluetoothCodecStatus codecStatus) { in verifyCodecConfigIntent()
581 BluetoothCodecStatus codecStatus = new BluetoothCodecStatus(codecConfig, in testProcessAudioStateChangedCodecConfigChangedEvents() local
875 BluetoothCodecStatus codecStatus) { in connectDeviceWithCodecStatus()
968 BluetoothCodecStatus codecStatus) { in generateCodecMessageFromNative()
979 BluetoothCodecStatus codecStatus) { in generateUnexpectedCodecMessageFromNative()
1067 BluetoothCodecStatus codecStatus = new BluetoothCodecStatus(codecConfigSbc, in testUpdateOptionalCodecsSupportCase() local
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java581 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in setActiveDevice() local
761 BluetoothCodecStatus codecStatus = getCodecStatus(device); in setCodecConfigPreference() local
792 BluetoothCodecStatus codecStatus = getCodecStatus(device); in enableOptionalCodecs() local
823 BluetoothCodecStatus codecStatus = getCodecStatus(device); in disableOptionalCodecs() local
929 public void codecConfigUpdated(BluetoothDevice device, BluetoothCodecStatus codecStatus, in codecConfigUpdated()
1012 private void broadcastCodecConfig(BluetoothDevice device, BluetoothCodecStatus codecStatus) { in broadcastCodecConfig()
1103 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in updateOptionalCodecsSupport() local
DA2dpStackEvent.java47 public BluetoothCodecStatus codecStatus; field in A2dpStackEvent
DA2dpCodecConfig.java80 BluetoothCodecStatus codecStatus, in setCodecConfigPreference()
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java208 BluetoothCodecStatus codecStatus = mBluetoothA2dp.getCodecStatus(bluetoothDevice); in getCodecConfig() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DAbstractBluetoothA2dpPreferenceController.java200 BluetoothCodecStatus codecStatus = mBluetoothA2dp.getCodecStatus(bluetoothDevice); in getCodecConfig() local
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java400 BluetoothCodecStatus codecStatus = null; in getCodecValue() local