Searched refs:codecType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 157 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/ |
D | CallQuality.java | 135 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/ |
D | AudioGroup.cpp | 101 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/ |
D | A2dpProfile.java | 295 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel() local 299 switch (codecType) { in getHighQualityAudioOptionLabel()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 650 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/ |
D | TelephonyMetrics.java | 2111 cq.codecType = convertImsCodec(callQuality.getCodecType()); in toCallQualityProto()
|