Searched refs:codecType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 101 public BluetoothCodecConfig(int codecType, int codecPriority, in BluetoothCodecConfig() argument 106 mCodecType = codecType; in BluetoothCodecConfig() 118 public BluetoothCodecConfig(int codecType) { in BluetoothCodecConfig() argument 119 mCodecType = codecType; in BluetoothCodecConfig() 253 final int codecType = in.readInt(); 262 return new BluetoothCodecConfig(codecType, codecPriority,
|
/frameworks/base/telephony/java/android/telephony/ |
D | CallQuality.java | 125 int codecType) { in CallQuality() argument 136 this.mCodecType = codecType; in CallQuality()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 103 int codecType, int dtmfType); 169 int codecType, int dtmfType) in set() argument 176 mCodecMagic = (0x8000 | codecType) << 16; in set() 976 int codecType = -1; in add() local 979 sscanf(codecSpec, "%d %15[^/]%*c%d", &codecType, codecName, &sampleRate); in add() 992 codecType, dtmfType)) { in add()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | A2dpProfile.java | 274 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel() local 278 switch (codecType) { in getHighQualityAudioOptionLabel()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 651 const char *codecType = queryDecoders? "Decoder" : "Encoder"; in dumpCodecDetails() local 653 "=============================\n", codecType); in dumpCodecDetails() 692 codecType, info->getCodecName()); in dumpCodecDetails()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 2052 cq.codecType = convertImsCodec(callQuality.getCodecType()); in toCallQualityProto()
|