Home
last modified time | relevance | path

Searched defs:decode (Results 1 – 25 of 90) sorted by relevance

1234

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/util/
H A DHexEncoding.java107 public static byte[] decode(String encoded) throws IllegalArgumentException { in decode() method in HexEncoding
118 public static byte[] decode(String encoded, boolean allowSingleChar) in decode() method in HexEncoding
129 public static byte[] decode(char[] encoded) throws IllegalArgumentException { in decode() method in HexEncoding
140 public static byte[] decode(char[] encoded, boolean allowSingleChar) in decode() method in HexEncoding
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DLEB128.h101 IntType decode(const char* pBuf, size_t& pSize) { in decode() function
106 IntType decode(const char*& pBuf) { in decode() function
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DDrawableResourceDecoder.java46 public Resource<Drawable> decode(Drawable source, int width, int height, Options options) in decode() method in DrawableResourceDecoder
/aosp12/frameworks/base/errorprone/tests/res/libcore/util/
H A DHexEncoding.java24 public static byte[] decode(String encoded) { in decode() method in HexEncoding
/aosp12/packages/modules/common/tools/
H A Dconv_classpaths_proto.py34 def decode(args): function
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeMessage.java117 public static DecodeResult decode(int expectedMsgId, IkeHeader header, byte[] inputPacket) { in decode() method in IkeMessage
133 public static DecodeResult decode( in decode() method in IkeMessage
397 DecodeResult decode(int expectedMsgId, IkeHeader ikeHeader, byte[] packet); in decode() method
411 DecodeResult decode( in decode() method
560 public DecodeResult decode(int expectedMsgId, IkeHeader header, byte[] inputPacket) { in decode() method in IkeMessage.IkeMessageHelper
587 public DecodeResult decode( in decode() method in IkeMessage.IkeMessageHelper
606 private DecodeResult decode( in decode() method in IkeMessage.IkeMessageHelper
/aosp12/frameworks/base/errorprone/tests/res/android/util/
H A DBase64.java20 public static byte[] decode(String str, int flags) { in decode() method in Base64
/aosp12/packages/apps/SecureElement/src/com/android/se/security/gpac/
H A DBerTlv.java70 public static BerTlv decode(byte[] data, int startIndex) throws ParserException { in decode() method in BerTlv
75 public static BerTlv decode(byte[] data, int startIndex, boolean containsAllData) in decode() method in BerTlv
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DPictureDecoder.java33 public static Bitmap decode( in decode() method in PictureDecoder
/aosp12/hardware/ril/include/telephony/
H A Dril_mcc.h36 static inline std::string decode(int mcc) { in decode() function
H A Dril_mnc.h37 static inline std::string decode(int mnc) { in decode() function
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp75 void testHelper(const T& input, EncodeFunction<T> encode, DecodeFunction<T> decode) { in testHelper()
84 void testHelperConst(const T& input, EncodeConstFunction<T> encode, DecodeFunction<T> decode) { in testHelperConst()
93 …aType(const T& input, EncodeMetadataTypeFunction<T> encode, DecodeMetadataTypeFunction<T> decode) { in testHelperMetadataType()
103 …(const T& input, EncodeMetadataTypeConstFunction<T> encode, DecodeMetadataTypeFunction<T> decode) { in testHelperMetadataTypeConst()
113 …testHelperStableAidlType(const T& input, EncodeConstFunction<T> encode, DecodeFunction<T> decode) { in testHelperStableAidlType()
123 DecodeOptionalFunction<T> decode) { in testHelperStableAidlTypeOptional()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
H A DAudioDecoder.java32 public abstract void decode(SampleHolder sampleHolder); in decode() method in AudioDecoder
/aosp12/frameworks/opt/net/voip/src/jni/rtp/
H A DG711Codec.cpp67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anon4aa8fb9b0110::UlawCodec
117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anon4aa8fb9b0110::AlawCodec
H A DAmrCodec.cpp131 int AmrCodec::decode(int16_t *samples, int /* count */, void *payload, int length) in decode() function in __anonba7e5dbb0110::AmrCodec
242 int GsmEfrCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anonba7e5dbb0110::GsmEfrCodec
H A DGsmCodec.cpp58 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length) in decode() function in __anonec29f7e20110::GsmCodec
/aosp12/frameworks/base/core/java/android/util/
H A DBase64.java119 public static byte[] decode(String str, int flags) { in decode() method in Base64
137 public static byte[] decode(byte[] input, int flags) { in decode() method in Base64
157 public static byte[] decode(byte[] input, int offset, int len, int flags) { in decode() method in Base64
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDecodeUtils.java60 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { in decode() method in DecodeUtils
77 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { in decode() method in DecodeUtils
81 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, in decode() method in DecodeUtils
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
H A DUtility.java65 private static String decode(Charset charset, byte[] b) { in decode() method in Utility
/aosp12/system/extras/verity/fec/tests/
H A Dfec.py48 def decode(image, fec, output): function
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DBerTlv.java78 public static BerTlv decode(byte[] data) throws ResultException { in decode() method in BerTlv
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
H A DEapAkaPrimeTypeData.java91 public DecodeResult<EapAkaTypeData> decode(@NonNull byte[] typeData) { in decode() method in EapAkaPrimeTypeData.EapAkaPrimeTypeDataDecoder
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java115 public ReusableBitmap decode() { in decode() method in DecodeTask
488 private Bitmap decode(ParcelFileDescriptor fd, InputStream in) { in decode() method in DecodeTask
/aosp12/packages/modules/DnsResolver/
H A DResolverStats.h78 inline ssize_t ResolverStats::decode(const std::vector<int32_t>& in, ssize_t ofs) { in decode() function
/aosp12/frameworks/base/tools/preload/
H A DRecord.java148 String decode(String rawField) { in decode() method in Record

1234