Home
last modified time | relevance | path

Searched defs:Decode (Results 1 – 19 of 19) sorted by relevance

/aosp12/system/nvram/messages/include/nvram/messages/
H A Dproto.hpp157 static bool Decode(Blob& blob, ProtoReader* reader) { in Decode() function
193 static bool Decode(Type& value, ProtoReader* reader) { in Decode() function
412 static bool Decode(StructType& object, ProtoReader* reader) { in Decode() function in nvram::proto::detail::MessageDecoder
440 static bool Decode(StructType& object, ProtoReader* reader) { in Decode() function
470 bool Decode(Struct* object, InputStreamBuffer* stream) { in Decode() function
/aosp12/system/nvram/messages/
H A Dmessage_codec.cpp89 bool MessageDecoderBase::Decode(void* object, in Decode() function in nvram::proto::MessageDecoderBase
97 bool MessageDecoderBase::Decode(ProtoReader* reader) { in Decode() function in nvram::proto::MessageDecoderBase
H A Dnvram_messages.cpp193 bool Decode(const uint8_t* data, size_t size, Message* msg) { in Decode() function
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dencodings.h124 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function
263 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function
386 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function
495 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function
565 RAPIDJSON_FORCEINLINE static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function
/aosp12/packages/modules/adb/
H A Dcompression_utils.h93 DecodeResult Decode(std::span<char>* output) final { in Decode() function
142 DecodeResult Decode(std::span<char>* output) final { in Decode() function
246 DecodeResult Decode(std::span<char>* output) final { in Decode() function
394 DecodeResult Decode(std::span<char>* output) final { in Decode() function
/aosp12/system/core/libcrypto_utils/tests/
H A Dandroid_pubkey_test.cpp119 TEST_F(AndroidPubkeyTest, Decode) { in TEST_F() argument
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper.h110 static gralloc::Error Decode(const hidl_vec<uint32_t> &in, in Decode() function
H A DQtiMapper4.h156 static gralloc::Error Decode(const hidl_vec<uint8_t> &in, in Decode() function
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper.h110 static gralloc::Error Decode(const hidl_vec<uint32_t> &in, in Decode() function
H A DQtiMapper4.h157 static gralloc::Error Decode(const hidl_vec<uint8_t> &in, in Decode() function
/aosp12/art/libartbase/base/
H A Dbit_field.h76 static T Decode(uintptr_t value) { in Decode() function
H A Dbit_table.h50 ALWAYS_INLINE void Decode(BitMemoryReader& reader) { in Decode() function
/aosp12/art/runtime/
H A Dscoped_thread_state_change-inl.h86 inline ObjPtr<T> ScopedObjectAccessAlreadyRunnable::Decode(jobject obj) const { in Decode() function
/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DDecoderTest.cpp31 TEST_P(DecoderTest, Decode) { in TEST_P() argument
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_buf_descriptor.h62 Error Decode(const hidl_vec<uint32_t> &in) { in Decode() function
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DNative.java27 public native int Decode(String inputFilePath, String inputFileName, String statsFile, in Decode() method in Native
/aosp12/system/unwinding/libunwindstack/
H A DArmExidx.cpp774 bool ArmExidx::Decode() { in Decode() function in unwindstack::ArmExidx
H A DDwarfOp.cpp1534 bool DwarfOp<AddressType>::Decode() { in Decode() function in unwindstack::DwarfOp
/aosp12/frameworks/base/libs/hwui/jni/
H A DGIFMovie.cpp40 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode() function