Home
last modified time | relevance | path

Searched refs:codecType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java157 public BluetoothCodecConfig(@SourceCodecType int codecType, @CodecPriority int codecPriority, in BluetoothCodecConfig() argument
162 mCodecType = codecType; in BluetoothCodecConfig()
173 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig() argument
174 mCodecType = codecType; in BluetoothCodecConfig()
321 final int codecType = in.readInt();
330 return new BluetoothCodecConfig(codecType, codecPriority,
/frameworks/base/telephony/java/android/telephony/
DCallQuality.java135 int codecType) { in CallQuality() argument
139 averageRoundTripTime, codecType, false, false, false); in CallQuality()
174 int codecType, in CallQuality() argument
188 this.mCodecType = codecType; in CallQuality()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp101 int codecType, int dtmfType);
167 int codecType, int dtmfType) in set() argument
174 mCodecMagic = (0x8000 | codecType) << 16; in set()
983 int codecType = -1; in add() local
986 sscanf(codecSpec, "%d %15[^/]%*c%d", &codecType, codecName, &sampleRate); in add()
999 codecType, dtmfType)) { in add()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DA2dpProfile.java295 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel() local
299 switch (codecType) { in getHighQualityAudioOptionLabel()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp650 const char *codecType = queryDecoders? "Decoder" : "Encoder"; in dumpCodecDetails() local
652 "=============================\n", codecType); in dumpCodecDetails()
691 codecType, info->getCodecName()); in dumpCodecDetails()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2111 cq.codecType = convertImsCodec(callQuality.getCodecType()); in toCallQualityProto()