Searched refs:getCodecStatus (Results 1 – 11 of 11) sorted by relevance
114 when(mBluetoothA2dp.getCodecStatus( in onIndexUpdated_checkFlow()147 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(null); in getCurrentCodecConfig_errorChecking()154 when(mBluetoothA2dp.getCodecStatus( in getCurrentCodecConfig_verifyConfig()164 when(mBluetoothA2dp.getCodecStatus( in getSelectableConfigs_verifyConfig()174 when(mBluetoothA2dp.getCodecStatus( in getSelectableByCodecType_verifyConfig()185 when(mBluetoothA2dp.getCodecStatus( in getSelectableByCodecType_unavailable()196 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()131 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()128 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in getSelectableIndex_verifyList()
573 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in setActiveDevice()702 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus() method in A2dpService715 return sm.getCodecStatus(); in getCodecStatus()746 BluetoothCodecStatus codecStatus = getCodecStatus(device); in setCodecConfigPreference()776 BluetoothCodecStatus codecStatus = getCodecStatus(device); in enableOptionalCodecs()806 BluetoothCodecStatus codecStatus = getCodecStatus(device); in disableOptionalCodecs()1123 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in updateOptionalCodecsSupport()1391 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device, in getCodecStatus() method in A2dpService.BluetoothA2dpBinder1398 return service.getCodecStatus(device); in getCodecStatus()
613 BluetoothCodecStatus getCodecStatus() { in getCodecStatus() method in A2dpStateMachine
160 bluetoothA2dp.getCodecStatus(activeDevice); in getCurrentCodecConfig()183 final BluetoothCodecStatus codecStatus = bluetoothA2dp.getCodecStatus(bluetoothDevice); in getSelectableConfigs()
202 BluetoothCodecStatus codecStatus = mBluetoothA2dp.getCodecStatus(bluetoothDevice); in getCodecConfig()
411 codecStatus = mBluetoothA2dp.getCodecStatus(activeDevice); in getCodecValue()