/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecType.java | 72 private BluetoothCodecType(@BluetoothCodecConfig.SourceCodecType int codecType, long codecId) { in BluetoothCodecType() 87 public BluetoothCodecType(int codecType, long codecId, @NonNull String codecName) { in BluetoothCodecType() 173 public static @Nullable BluetoothCodecType createFromType( in createFromType()
|
D | BluetoothCodecConfig.java | 246 public BluetoothCodecConfig( in BluetoothCodecConfig() 282 public BluetoothCodecConfig( in BluetoothCodecConfig() 315 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig() 395 int codecType = SOURCE_CODEC_TYPE_INVALID; in toString() local 515 public static @NonNull String getCodecName(@SourceCodecType int codecType) { in getCodecName() 849 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType() 860 public @NonNull Builder setExtendedCodecType(@Nullable BluetoothCodecType codecType) { in setExtendedCodecType()
|
D | BluetoothLeAudioCodecConfig.java | 237 private BluetoothLeAudioCodecConfig( in BluetoothLeAudioCodecConfig() 528 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType()
|
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/ |
D | AudioConfig.java | 63 private @CodecType int codecType; field in AudioConfig 136 public void setCodecType(int codecType) { in setCodecType() 272 private @CodecType int codecType; field in AudioConfig.Builder 333 public Builder setCodecType(final @CodecType int codecType) { in setCodecType()
|
D | VideoConfig.java | 564 public Builder setCodecType(final @CodecType int codecType) { in setCodecType()
|
/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothCodecListPreferenceController.java | 150 BluetoothCodecType codecType = config.getExtendedCodecType(); in updateState() local 229 BluetoothCodecType codecType = config.getExtendedCodecType(); in writeConfigurationValues() local 267 long codecType = BluetoothCodecType.CODEC_ID_SBC; in getCodecIdFromEntryValue() local
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | A2dpReceiver.java | 197 int codecType = BluetoothCodecConfig.SOURCE_CODEC_TYPE_INVALID; in processParameters() local 447 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, in setCodecValue() 529 private boolean verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, in verifyCodeConfig()
|
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothLeAudioCodecConfigTest.java | 42 int codecType = mCodecTypeArray[codecIdx]; in testBluetoothLeAudioCodecConfig_valid_get_methods() local
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/ |
D | AudioConfig.h | 104 int32_t codecType; variable
|
D | VideoConfig.h | 224 int32_t codecType; variable
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | A2dp.kt | 402 val codecType = (codecId and 0xFF).toInt() in unpackCodecId() constant 425 var codecType: Int in packCodecId() variable 454 for (codecType: BluetoothCodecType in supportedCodecTypes) { in getProtoCodecId() variable 543 for (codecType: BluetoothCodecType in codecTypes) { in getCodecConfigFromProtoConfiguration() variable
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/nodes/ |
D | ImsMediaAudioUtil.cpp | 395 uint32_t ImsMediaAudioUtil::GetMaximumAmrMode(int32_t codecType, int32_t bitmask) in GetMaximumAmrMode() 574 const int32_t codecType, const uint32_t frameTypeIndex, const uint32_t size) in GetAmrFrameType()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | BluetoothA2dpConfigStore.java | 39 public void setCodecType(@Nullable BluetoothCodecType codecType) { in setCodecType()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 772 int codecType, int codecPriority) { in getDefaultCodecConfigByType() 799 private static BluetoothCodecConfig getCodecCapabilitiesByType(int codecType) { in getCodecCapabilitiesByType()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/ |
D | TextRtpPayloadEncoderNode.cpp | 129 uint32_t codecType = mCodecType; in EncodeT140() local
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/ |
D | ImsMediaVideoRenderer.cpp | 55 void ImsMediaVideoRenderer::SetCodec(int32_t codecType) in SetCodec()
|
D | ImsMediaVideoSource.cpp | 80 void ImsMediaVideoSource::SetCodecConfig(int32_t codecType, const uint32_t profile, in SetCodecConfig()
|
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/ |
D | MainActivity.java | 1511 RtcpConfig rtcpConfig, int codecType, int videoMode, int framerate, int bitrate, in createVideoConfig() 1545 RtcpConfig rtcpConfig, int codecType) { in createTextConfig() 1728 private VideoConfig createVideoConfig(int codecType, int videoMode, int framerate, int bitrate, in createVideoConfig() 1752 private TextConfig createTextConfig(int codecType) { in createTextConfig()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_a2dp.cpp | 238 jint codecType = in prepareCodecPreferences() local
|
D | com_android_bluetooth_le_audio.cpp | 416 jint codecType = env->CallIntMethod(jcodecConfig, in prepareCodecPreferences() local
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | TranscodeHelperImpl.java | 1167 String codecType = c.getString(0); in getVideoTrackFormat() local
|