/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecType.java | 69 private BluetoothCodecType(@BluetoothCodecConfig.SourceCodecType int codecType, long codecId) { in BluetoothCodecType() 84 public BluetoothCodecType(int codecType, long codecId, @NonNull String codecName) { in BluetoothCodecType() 165 public static @Nullable BluetoothCodecType createFromType( in createFromType()
|
D | BluetoothCodecConfig.java | 247 public BluetoothCodecConfig( in BluetoothCodecConfig() 283 public BluetoothCodecConfig( in BluetoothCodecConfig() 316 public BluetoothCodecConfig(@SourceCodecType int codecType) { in BluetoothCodecConfig() 396 int codecType = SOURCE_CODEC_TYPE_INVALID; in toString() local 516 public static @NonNull String getCodecName(@SourceCodecType int codecType) { in getCodecName() 851 public @NonNull Builder setCodecType(@SourceCodecType int codecType) { in setCodecType() 863 public @NonNull Builder setExtendedCodecType(@Nullable BluetoothCodecType codecType) { in setExtendedCodecType()
|
D | BluetoothLeAudioCodecConfig.java | 240 private BluetoothLeAudioCodecConfig( in BluetoothLeAudioCodecConfig() 526 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/ |
D | BluetoothA2dpConfigStore.java | 41 public void setCodecType(int codecType) { in setCodecType() 45 public void setCodecType(@Nullable BluetoothCodecType codecType) { in setCodecType()
|
/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/apps/Settings/src/com/android/settings/development/bluetooth/ |
D | BluetoothCodecListPreferenceController.java | 231 BluetoothCodecType codecType = config.getExtendedCodecType(); in writeConfigurationValues() local 267 long codecType = BluetoothCodecType.CODEC_ID_SBC; in getCodecIdFromEntryValue() local
|
/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/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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 773 private BluetoothCodecConfig getDefaultCodecConfigByType(int codecType, int codecPriority) { in getDefaultCodecConfigByType() 798 private BluetoothCodecConfig getCodecCapabilitiesByType(int codecType) { in getCodecCapabilitiesByType()
|
/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/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/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 | 213 jint codecType = env->CallIntMethod( in prepareCodecPreferences() local
|
D | com_android_bluetooth_le_audio.cpp | 395 jint codecType = env->CallIntMethod( in prepareCodecPreferences() local
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | TranscodeHelperImpl.java | 1152 String codecType = c.getString(0); in getVideoTrackFormat() local
|