Home
last modified time | relevance | path

Searched refs:channelMode (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java199 int channelMode = BluetoothCodecConfig.CHANNEL_MODE_STEREO; in processParameters() local
292 channelMode = Integer.valueOf(tmpStr); in processParameters()
330 if (!setCodecValue(codecType, sampleRate, bitsPerSample, channelMode, in processParameters()
447 int channelMode, long codecSpecific1, long codecSpecific2, in setCodecValue() argument
450 + " bitsPerSample: " + bitsPerSample + " Channel Mode: " + channelMode in setCodecValue()
455 sampleRate, bitsPerSample, channelMode, in setCodecValue()
487 bitsPerSample, channelMode, codecSpecific1)) { in setCodecValue()
497 bitsPerSample, channelMode, codecSpecific1)) { in setCodecValue()
513 int channelMode, long codecSpecific1) { in verifyCodeConfig() argument
522 && codecConfig.getChannelMode() == channelMode in verifyCodeConfig()
[all …]
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java53 public void setChannelMode(int channelMode) { in setChannelMode() argument
54 mChannelMode = channelMode; in setChannelMode()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothA2dpConfigStore.java53 public void setChannelMode(int channelMode) { in setChannelMode() argument
54 mChannelMode = channelMode; in setChannelMode()
DBluetoothAudioChannelModePreferenceController.java81 final int channelMode = config.getChannelMode(); in getCurrentA2dpSettingIndex() local
83 switch (channelMode) { in getCurrentA2dpSettingIndex()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_a2dp.cpp258 jint channelMode = env->CallIntMethod( in prepareCodecPreferences() local
277 static_cast<btav_a2dp_codec_channel_mode_t>(channelMode), in prepareCodecPreferences()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java669 int sampleRate, int bitsPerSample, int channelMode, boolean invokeNative) { in testCodecParametersChangeHelper() argument
675 sampleRate, bitsPerSample, channelMode, in testCodecParametersChangeHelper()