Home
last modified time | relevance | path

Searched refs:getCodecName (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecConfigTest.java193 assertEquals("SBC", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
196 assertEquals("AAC", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
199 assertEquals("aptX", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
202 assertEquals("aptX HD", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
205 assertEquals("LDAC", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
209 bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
212 assertEquals("INVALID CODEC", bcc.getCodecName()); in testBluetoothCodecConfig_valid_get_methods()
/frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
DBluetoothCodecConfig.java24 public String getCodecName() { return null; } in getCodecName() method in BluetoothCodecConfig
/frameworks/base/media/java/android/media/
DMediaCodecList.java114 getCodecName(index), isEncoder(index), caps); in getNewCodecInfoAt()
117 /* package private */ static native final String getCodecName(int index); in getCodecName() method in MediaCodecList
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java191 return "{codecName:" + getCodecName() in toString()
253 public String getCodecName() { in getCodecName() method in BluetoothCodecConfig
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DA2dpProfileTest.java202 when(config.getCodecName()).thenReturn("LDAC"); in getLabelDeviceConnectedWithHighQualityCodec()
204 String.format(KNOWN_CODEC_LABEL, config.getCodecName())); in getLabelDeviceConnectedWithHighQualityCodec()
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp276 if (strcmp(mCodecInfos[i]->getCodecName(), name) == 0) { in findCodecByName()
345 AString componentName = info->getCodecName(); in findMatchingCodecs()
DMediaCodecListOverrides.cpp224 AString name = info->getCodecName(); in profileCodecs()
/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h164 const char *getCodecName() const;
/frameworks/av/include/media/
DMediaCodecInfo.h164 const char *getCodecName() const;
/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp81 if (info == NULL || MediaCodecList::isSoftwareCodec(info->getCodecName())) { in android_videoCodec_expose()
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp164 const char *MediaCodecInfo::getCodecName() const { in getCodecName() function in android::MediaCodecInfo
/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp68 const char *name = info->getCodecName(); in android_media_MediaCodecList_getCodecName()
Dandroid_media_MediaCodec.cpp700 env->NewStringUTF(codecInfo->getCodecName())); in getCodecInfo()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp665 codecType, info->getCodecName()); in dumpCodecProfiles()
/frameworks/base/config/
Dboot-image-profile.txt1227 HPLandroid/bluetooth/BluetoothCodecConfig;->getCodecName()Ljava/lang/String;