Home
last modified time | relevance | path

Searched defs:decode (Results 26 – 50 of 111) sorted by relevance

12345

/aosp12/hardware/ril/include/telephony/
H A Dril_mnc.h37 static inline std::string decode(int mnc) { in decode() function
/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
H A DEapSimTypeData.java121 public DecodeResult<EapSimTypeData> decode(@NonNull byte[] typeData) { in decode() method in EapSimTypeData.EapSimTypeDataDecoder
H A DEapSimAkaTypeData.java117 protected DecodeResult<T> decode(@NonNull byte[] typeData) { in decode() method in EapSimAkaTypeData.EapSimAkaTypeDataDecoder
H A DEapAkaTypeData.java133 public DecodeResult<EapAkaTypeData> decode(@NonNull byte[] typeData) { in decode() method in EapAkaTypeData.EapAkaTypeDataDecoder
/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/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/frameworks/base/tools/preload/
H A DRecord.java148 String decode(String rawField) { in decode() method in Record
/ohos5.0/build/lite/
H A Dutils.py33 def decode(data, encoding: str = 'utf-8'): function
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A DSettingsWrapper.java79 String decode(@Nullable String value, int userId) { in decode() method in SettingsWrapper
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlv.java120 public static ComprehensionTlv decode(byte[] data, int startIndex) in decode() method in ComprehensionTlv
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp29 int64_t decode = frameInfo.timePonit.finishDecode - frameInfo.timePonit.startDecode; in CalProcessTime() local
/aosp12/frameworks/base/core/java/android/net/
H A DUriCodec.java76 public static String decode( in decode() method in UriCodec
/aosp12/frameworks/base/media/jni/soundpool/
H A DSound.cpp48 static status_t decode(int fd, int64_t offset, int64_t length, in decode() function
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
H A DMediaCodecAudioDecoder.java155 public void decode(SampleHolder sampleHolder) { in decode() method in MediaCodecAudioDecoder
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dprobability_entry.h116 static ProbabilityEntry decode(const uint64_t encodedEntry, const bool hasHistoricalInfo) { in decode() function
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/
H A DEapMessage.java122 public static EapMessage decode(@NonNull byte[] packet) throws EapSilentException { in decode() method in EapMessage
/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DDisplaySinkService.java174 private void decode(ByteBuffer content) { in decode() method in DisplaySinkService
/aosp12/frameworks/base/core/java/android/os/
H A DBytesMatcher.java269 public static @NonNull BytesMatcher decode(@Nullable String value) { in decode() method in BytesMatcher
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/ttls/
H A DEapTtlsAvp.java227 public AvpDecodeResult decode(byte[] avp) { in decode() method in EapTtlsAvp.EapTtlsAvpDecoder
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dencodingstest.cpp266 static unsigned inline decode(unsigned* state, unsigned* codep, unsigned byte) { in decode() function
/aosp12/system/extras/verity/fec/
H A Dmain.cpp214 static int decode(image& ctx, const std::vector<std::string>& inp_filenames, in decode() function
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DDecoder.java101 public int decode(@NonNull ArrayList<ByteBuffer> inputBuffer, in decode() method in Decoder
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/huffman/
H A Dmod.rs225 pub(crate) fn decode(&mut self, src: &[u8]) -> Result<(), HuffmanDecodeError> { in decode() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs750 pub(crate) fn decode( in decode() method
794 fn decode(self, buf: &mut &[u8]) -> DecResult<DecoderInstruction, InstDecodeState> { in decode() method
814 fn decode( in decode() method
846 fn decode( in decode() method

12345