Searched refs:getCodecStatus (Results 1 – 12 of 12) sorted by relevance
112 when(mBluetoothA2dp.getCodecStatus( in onIndexUpdated_checkFlow()145 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(null); in getCurrentCodecConfig_errorChecking()152 when(mBluetoothA2dp.getCodecStatus( in getCurrentCodecConfig_verifyConfig()162 when(mBluetoothA2dp.getCodecStatus( in getSelectableConfigs_verifyConfig()172 when(mBluetoothA2dp.getCodecStatus( in getSelectableByCodecType_verifyConfig()183 when(mBluetoothA2dp.getCodecStatus( in getSelectableByCodecType_unavailable()194 when(mBluetoothA2dp.getCodecStatus( in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
110 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_selectDefault_setHighest()122 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_checkCodec()149 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_resetHighestConfig()
120 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in updateState_codeTypeIsLDAC_enablePreference()131 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in updateState_codeTypeAAC_disablePreference()
102 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_selectDefault_setHighest()128 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in getSelectableIndex_verifyList()
104 when(mBluetoothA2dp.getCodecStatus( in writeConfigurationValues_selectDefault_setHighest()137 when(mBluetoothA2dp.getCodecStatus( in getSelectableIndex_verifyList()
102 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_selectDefault_setHighest()131 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in getSelectableIndex_verifyList()
570 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in setActiveDevice()699 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus() method in A2dpService713 return sm.getCodecStatus(); in getCodecStatus()745 BluetoothCodecStatus codecStatus = getCodecStatus(device); in setCodecConfigPreference()776 BluetoothCodecStatus codecStatus = getCodecStatus(device); in enableOptionalCodecs()807 BluetoothCodecStatus codecStatus = getCodecStatus(device); in disableOptionalCodecs()1087 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in updateOptionalCodecsSupport()1324 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus() method in A2dpService.BluetoothA2dpBinder1329 return service.getCodecStatus(device); in getCodecStatus()
610 BluetoothCodecStatus getCodecStatus() { in getCodecStatus() method in A2dpStateMachine
158 bluetoothA2dp.getCodecStatus(activeDevice); in getCurrentCodecConfig()181 final BluetoothCodecStatus codecStatus = bluetoothA2dp.getCodecStatus(bluetoothDevice); in getSelectableConfigs()
202 BluetoothCodecStatus codecStatus = mBluetoothA2dp.getCodecStatus(bluetoothDevice); in getCodecConfig()
203 BluetoothCodecStatus codecStatus = mBluetoothA2dp.getCodecStatus(bluetoothDevice); in getCodecConfig()
411 codecStatus = mBluetoothA2dp.getCodecStatus(activeDevice); in getCodecValue()