Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCallQuality.java135 int codecType) { in CallQuality()
174 int codecType, in CallQuality()
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java157 public BluetoothCodecConfig(@SourceCodecType int codecType, @CodecPriority int codecPriority, in BluetoothCodecConfig()
173 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java295 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel() local
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp167 int codecType, int dtmfType) in set()
983 int codecType = -1; in add() local
/frameworks/av/cmds/stagefright/
Dstagefright.cpp650 const char *codecType = queryDecoders? "Decoder" : "Encoder"; in dumpCodecDetails() local