Searched refs:decodeBase64 (Results 1 - 22 of 22) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A Dbase64.h28 sp<ABuffer> decodeBase64(const AString &s);
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A Dbase64.h28 sp<ABuffer> decodeBase64(const AString &s);
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A Dbase64.h28 sp<ABuffer> decodeBase64(const AString &s);
/frameworks/base/core/java/android/security/keystore/recovery/
H A DX509CertificateParsingUtils.java39 return decodeCert(decodeBase64(string));
50 private static byte[] decodeBase64(String string) { method in class:X509CertificateParsingUtils
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DBase64.h35 sp<Buffer> decodeBase64(const std::string &s);
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
H A DSigXml.java103 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content)));
112 return CertUtils.decodeCert(CertUtils.decodeBase64(contents.get(0)));
119 return CertUtils.decodeBase64(contents.get(0));
H A DCertXml.java159 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content)));
174 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content)));
H A DCertUtils.java221 public static byte[] decodeBase64(String str) throws CertParsingException { method in class:CertUtils
/frameworks/av/media/libstagefright/foundation/tests/
H A DBase64_test.cpp43 // Since android::decodeBase64() requires padding characters,
52 sp<ABuffer> result = decodeBase64(AString(paddedText.string()));
116 sp<ABuffer> result = decodeBase64(AString(base64Url[i]));
/frameworks/av/media/libstagefright/
H A DDataURISource.cpp52 buffer = decodeBase64(encoded);
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DBase64.java64 public static byte[] decodeBase64(byte[] base64Data) { method in class:Base64
H A DPduParser.java915 partData = Base64.decodeBase64(partData);
/frameworks/av/media/libmediaextractor/
H A DVorbisComment.cpp35 sp<ABuffer> flacBuffer = decodeBase64(AString((const char *)data, size));
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtilsTest.java124 assertThat(CertUtils.decodeBase64("VEVTVA==")).isEqualTo("TEST".getBytes(UTF_8));
129 assertThat(CertUtils.decodeBase64("")).hasLength(0);
134 assertThrows(CertParsingException.class, () -> CertUtils.decodeBase64("EVTVA=="));
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DBase64.cpp27 sp<Buffer> decodeBase64(const std::string &s) { function in namespace:android::hardware::drm::V1_1::clearkey
H A DJsonWebKey.cpp113 // Since decodeBase64() requires padding characters,
123 sp<Buffer> buffer = decodeBase64(paddedText);
/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp24 sp<ABuffer> decodeBase64(const AString &s) { function in namespace:android
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DJsonAssetLoader.cpp73 // Since android::decodeBase64() requires padding characters,
83 return decodeBase64(AString(paddedText.string()));
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DJsonWebKey.cpp111 // Since android::decodeBase64() requires padding characters,
122 android::decodeBase64(AString(paddedText.string()));
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp135 sp<ABuffer> nal = decodeBase64(nalString);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 474 milliseconds