Searched refs:getChannelMode (Results 1 – 14 of 14) sorted by relevance
85 return convertCfgToBtnIndex(config.getChannelMode()); in getCurrentIndexByConfig()95 getSelectableByCodecType(currentConfig.getCodecType()).getChannelMode(); in getSelectableIndex()
122 mBluetoothA2dpConfigStore.setChannelMode(config.getChannelMode()); in initConfigStore()277 final int capability = config.getChannelMode(); in getHighestChannelMode()
264 mBluetoothA2dpConfigStore.setChannelMode(config.getChannelMode()); in initConfigStore()
127 int channelMode = codecConfig.getChannelMode(); in isCodecConfigSelectable()128 if ((channelMode & selectableConfig.getChannelMode()) == 0 in isCodecConfigSelectable()
610 public @ChannelMode int getChannelMode() { in getChannelMode() method in BluetoothCodecConfig
785 codecConfig.getChannelMode(), in getDefaultCodecConfigByType()808 codecCapabilities.getChannelMode(), in getCodecCapabilitiesByType()932 codecDefaultTemp.getChannelMode(), in testCodecSpecificParametersChangeHelper()945 codecDefaultTemp.getChannelMode(), in testCodecSpecificParametersChangeHelper()
40 jmethodID getChannelMode; member222 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getChannelMode); in prepareCodecPreferences()564 &android_bluetooth_BluetoothCodecConfig.getChannelMode}, in register_com_android_bluetooth_a2dp()
62 jmethodID getChannelMode; member
539 && codecConfig.getChannelMode() == channelMode in verifyCodeConfig()545 && codecConfig.getChannelMode() == channelMode) return true; in verifyCodeConfig()
218 verify(mBluetoothA2dpConfigStore).setChannelMode(mCodecConfigAAC.getChannelMode()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
226 verify(mBluetoothA2dpConfigStore).setChannelMode(mCodecConfigAAC.getChannelMode()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
271 expect.that(bcc.getChannelMode()).isEqualTo(channel_mode); in testBluetoothCodecConfig_valid_get_methods()
986 codecConfig.getChannelMode(), in codecConfigUpdated()1002 codecCapability.getChannelMode(), in codecConfigUpdated()
427 method public int getChannelMode();