Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java101 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/
DCallQuality.java125 int codecType) { in CallQuality() argument
136 this.mCodecType = codecType; in CallQuality()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp103 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/
DA2dpProfile.java274 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel() local
278 switch (codecType) { in getHighQualityAudioOptionLabel()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp651 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/
DTelephonyMetrics.java2052 cq.codecType = convertImsCodec(callQuality.getCodecType()); in toCallQualityProto()