Home
last modified time | relevance | path

Searched defs:DecodeFunction (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/ui/include/ui/
H A DGralloc4.h160 using DecodeFunction = status_t (*)(const hardware::hidl_vec<uint8_t>& input, T* output); variable
/aosp12/system/nvram/messages/include/nvram/messages/
H A Dmessage_codec.h42 using DecodeFunction = bool(void* object, ProtoReader* reader); member
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp66 using DecodeFunction = status_t(*)(const hidl_vec<uint8_t>&, T*); typedef
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp59 using DecodeFunction = std::function<void(const IMapper::BufferDescriptorInfo& descriptorInfo, typedef