Searched defs:DecodeFunction (Results 1 – 4 of 4) sorted by relevance
160 using DecodeFunction = status_t (*)(const hardware::hidl_vec<uint8_t>& input, T* output); variable
42 using DecodeFunction = bool(void* object, ProtoReader* reader); member
66 using DecodeFunction = status_t(*)(const hidl_vec<uint8_t>&, T*); typedef
59 using DecodeFunction = std::function<void(const IMapper::BufferDescriptorInfo& descriptorInfo, typedef