Home
last modified time | relevance | path

Searched refs:mChannelCount (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecConfig.java221 private final @ChannelCount int mChannelCount; field in BluetoothLeAudioCodecConfig
254 mChannelCount = channelCount; in BluetoothLeAudioCodecConfig()
303 out.writeInt(mChannelCount); in writeToParcel()
371 + mChannelCount in toString()
431 return mChannelCount; in getChannelCount()
462 && other.getChannelCount() == mChannelCount in equals()
482 mChannelCount, in hashCode()
500 private int mChannelCount = BluetoothLeAudioCodecConfig.CHANNEL_COUNT_NONE; field in BluetoothLeAudioCodecConfig.Builder
513 mChannelCount = config.getChannelCount(); in Builder()
571 mChannelCount = channelCount; in setChannelCount()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DStackEvent.java42 int mChannelCount = 0; field in StackEvent
63 + mChannelCount; in toString()
91 event.mChannelCount = channelCount; in audioConfigChanged()
DA2dpSinkStateMachine.java306 event.mChannelCount, in processStackEvent()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioDeviceInfo.java86 private int mChannelCount; field in CarAudioDeviceInfo
105 mChannelCount = DEFAULT_NUM_CHANNELS; in CarAudioDeviceInfo()
261 return mChannelCount; in getChannelCount()
350 mChannelCount = getMaxChannels(info); in setAudioGainInfoIfNeededLocked()
362 mChannelCount = DEFAULT_NUM_CHANNELS; in resetAudioDeviceInfoToDefaultLocked()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DStackEventTest.java113 assertThat(event.mChannelCount).isEqualTo(channelCount); in testCreateAudioConfigurationChangedEvent()