/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothCodecConfigTest.java | 193 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/ |
D | BluetoothCodecConfig.java | 24 public String getCodecName() { return null; } in getCodecName() method in BluetoothCodecConfig
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecList.java | 114 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/ |
D | BluetoothCodecConfig.java | 191 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/ |
D | A2dpProfileTest.java | 202 when(config.getCodecName()).thenReturn("LDAC"); in getLabelDeviceConnectedWithHighQualityCodec() 204 String.format(KNOWN_CODEC_LABEL, config.getCodecName())); in getLabelDeviceConnectedWithHighQualityCodec()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecList.cpp | 276 if (strcmp(mCodecInfos[i]->getCodecName(), name) == 0) { in findCodecByName() 345 AString componentName = info->getCodecName(); in findMatchingCodecs()
|
D | MediaCodecListOverrides.cpp | 224 AString name = info->getCodecName(); in profileCodecs()
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaCodecInfo.h | 164 const char *getCodecName() const;
|
/frameworks/av/include/media/ |
D | MediaCodecInfo.h | 164 const char *getCodecName() const;
|
/frameworks/wilhelm/src/android/ |
D | VideoCodec_to_android.cpp | 81 if (info == NULL || MediaCodecList::isSoftwareCodec(info->getCodecName())) { in android_videoCodec_expose()
|
/frameworks/av/media/libmedia/ |
D | MediaCodecInfo.cpp | 164 const char *MediaCodecInfo::getCodecName() const { in getCodecName() function in android::MediaCodecInfo
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodecList.cpp | 68 const char *name = info->getCodecName(); in android_media_MediaCodecList_getCodecName()
|
D | android_media_MediaCodec.cpp | 700 env->NewStringUTF(codecInfo->getCodecName())); in getCodecInfo()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 665 codecType, info->getCodecName()); in dumpCodecProfiles()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1227 HPLandroid/bluetooth/BluetoothCodecConfig;->getCodecName()Ljava/lang/String;
|