Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecStatus.java120 int channelMode = codecConfig.getChannelMode(); in isCodecConfigSelectable()
121 if ((channelMode & selectableConfig.getChannelMode()) == 0 in isCodecConfigSelectable()
DBluetoothCodecConfig.java503 public @ChannelMode int getChannelMode() { in getChannelMode() method in BluetoothCodecConfig
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp389 static CHANNEL_MODE getChannelMode(OMX_U32 nChannels) { in getChannelMode() function
442 getChannelMode(mNumChannels))) { in setAudioParams()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp208 static CHANNEL_MODE getChannelMode(uint32_t nChannels) { in getChannelMode() function
266 getChannelMode(mIntf->getChannelCount()))) { in setAudioParams()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecConfigTest.java219 assertEquals(channel_mode, bcc.getChannelMode()); in testBluetoothCodecConfig_valid_get_methods()