Home
last modified time | relevance | path

Searched defs:codecType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java101 public BluetoothCodecConfig(int codecType, int codecPriority, in BluetoothCodecConfig()
118 public BluetoothCodecConfig(int codecType) { in BluetoothCodecConfig()
/frameworks/base/telephony/java/android/telephony/
DCallQuality.java125 int codecType) { in CallQuality()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java274 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel() local
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp169 int codecType, int dtmfType) in set()
976 int codecType = -1; in add() local
/frameworks/av/cmds/stagefright/
Dstagefright.cpp651 const char *codecType = queryDecoders? "Decoder" : "Encoder"; in dumpCodecDetails() local