Searched defs:codecStatus (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
H A D | A2dpCodecConfigTest.java | 701 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
|
H A D | A2dpServiceTest.java | 211 BluetoothCodecStatus codecStatus) { in verifyCodecConfigIntent() 582 BluetoothCodecStatus codecStatus = new BluetoothCodecStatus(codecConfig, in testProcessAudioStateChangedCodecConfigChangedEvents() local 876 BluetoothCodecStatus codecStatus) { in connectDeviceWithCodecStatus() 969 BluetoothCodecStatus codecStatus) { in generateCodecMessageFromNative() 980 BluetoothCodecStatus codecStatus) { in generateUnexpectedCodecMessageFromNative() 1068 BluetoothCodecStatus codecStatus = new BluetoothCodecStatus(codecConfigSbc, in testUpdateOptionalCodecsSupportCase() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
H A D | AbstractBluetoothDialogPreferenceController.java | 159 final BluetoothCodecStatus codecStatus = in getCurrentCodecConfig() local 183 final BluetoothCodecStatus codecStatus = bluetoothA2dp.getCodecStatus(bluetoothDevice); in getSelectableConfigs() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
H A D | A2dpService.java | 573 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in setActiveDevice() local 746 BluetoothCodecStatus codecStatus = getCodecStatus(device); in setCodecConfigPreference() local 776 BluetoothCodecStatus codecStatus = getCodecStatus(device); in enableOptionalCodecs() local 806 BluetoothCodecStatus codecStatus = getCodecStatus(device); in disableOptionalCodecs() local 949 public void codecConfigUpdated(BluetoothDevice device, BluetoothCodecStatus codecStatus, in codecConfigUpdated() 1032 private void broadcastCodecConfig(BluetoothDevice device, BluetoothCodecStatus codecStatus) { in broadcastCodecConfig() 1123 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in updateOptionalCodecsSupport() local
|
H A D | A2dpStackEvent.java | 47 public BluetoothCodecStatus codecStatus; field in A2dpStackEvent
|
H A D | A2dpCodecConfig.java | 80 BluetoothCodecStatus codecStatus, in setCodecConfigPreference()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | AbstractBluetoothA2dpPreferenceController.java | 202 BluetoothCodecStatus codecStatus = mBluetoothA2dp.getCodecStatus(bluetoothDevice); in getCodecConfig() local
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | A2dpReceiver.java | 400 BluetoothCodecStatus codecStatus = null; in getCodecValue() local
|