Home
last modified time | relevance | path

Searched defs:getChannelMode (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp389 static CHANNEL_MODE getChannelMode(OMX_U32 nChannels) { in getChannelMode() function
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java503 public @ChannelMode int getChannelMode() { in getChannelMode() method in BluetoothCodecConfig
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacEnc.cpp208 static CHANNEL_MODE getChannelMode(uint32_t nChannels) { in getChannelMode() function
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp41 jmethodID getChannelMode; member