Home
last modified time | relevance | path

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

/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java196 int codecType = BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID; in processParameters() local
446 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, in setCodecValue()
512 private boolean verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, in verifyCodeConfig()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCallQuality.java133 int codecType) { in CallQuality()
172 int codecType, in CallQuality()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DBluetoothA2dpConfigStore.java37 public void setCodecType(int codecType) { in setCodecType()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java632 private BluetoothCodecConfig getDefaultCodecConfigByType(int codecType, int codecPriority) { in getDefaultCodecConfigByType()
651 private BluetoothCodecConfig getCodecCapabilitiesByType(int codecType) { in getCodecCapabilitiesByType()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java182 public BluetoothCodecConfig(@SourceCodecType int codecType, @CodecPriority int codecPriority, in BluetoothCodecConfig()
199 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig()
/aosp12/hardware/google/av/media/eco/tests/
H A DEcoSessionTest.cpp260 int32_t codecType; in TEST_F() local
585 int32_t codecType; in TEST_F() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java295 final int codecType = (codecConfig == null || codecConfig.isMandatoryCodec()) in getHighQualityAudioOptionLabel() local
/aosp12/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp171 int codecType, int dtmfType) in set()
993 int codecType = -1; in add() local
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp250 jint codecType = env->CallIntMethod( in prepareCodecPreferences() local
/aosp12/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp650 const char *codecType = queryDecoders? "Decoder" : "Encoder"; in dumpCodecDetails() local
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DTranscodeHelperImpl.java1097 String codecType = c.getString(0); in getVideoTrackFormat() local
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp276 const char *codecType = queryDecoders? "Decoder" : "Encoder"; in dumpCodecDetails() local