Searched refs:Decoder (Results 1 – 7 of 7) sorted by relevance
657 public static final class Decoder { class in CarDiagnosticEvent.IgnitionMonitor661 Decoder(int availableBitmask, int incompleteBitmask) { in Decoder() method in CarDiagnosticEvent.IgnitionMonitor.Decoder701 static final IgnitionMonitor.Decoder COMPONENTS_DECODER =702 new IgnitionMonitor.Decoder(COMPONENTS_AVAILABLE, COMPONENTS_INCOMPLETE);704 static final IgnitionMonitor.Decoder FUEL_SYSTEM_DECODER =705 new IgnitionMonitor.Decoder(FUEL_SYSTEM_AVAILABLE, FUEL_SYSTEM_INCOMPLETE);707 static final IgnitionMonitor.Decoder MISFIRE_DECODER =708 new IgnitionMonitor.Decoder(MISFIRE_AVAILABLE, MISFIRE_INCOMPLETE);792 static final IgnitionMonitor.Decoder EGR_DECODER =793 new IgnitionMonitor.Decoder(EGR_AVAILABLE, EGR_INCOMPLETE);[all …]
46 struct Decoder { struct60 Decoder(std::span<char> output_buffer) : output_buffer_(output_buffer) {} in Decoder() argument61 ~Decoder() = default;90 struct NullDecoder final : public Decoder {91 explicit NullDecoder(std::span<char> output_buffer) : Decoder(output_buffer) {} in NullDecoder()136 struct BrotliDecoder final : public Decoder {138 : Decoder(output_buffer), in BrotliDecoder()235 struct LZ4Decoder final : public Decoder {237 : Decoder(output_buffer), decoder_(nullptr, nullptr) { in LZ4Decoder()386 struct ZstdDecoder final : public Decoder {[all …]
162 Base64.Decoder bs64Decoder = Base64.getDecoder(); in pemStringToCertificate()
118 private Base64.Decoder mDecoder = Base64.getDecoder();
278 Decoder* decoder = nullptr; in handle_send_file_data()
1156 Decoder* decoder = nullptr; in sync_recv_v2()