Home
last modified time | relevance | path

Searched refs:Decoder (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java657 public static final class Decoder { class in CarDiagnosticEvent.IgnitionMonitor
661 Decoder(int availableBitmask, int incompleteBitmask) { in Decoder() method in CarDiagnosticEvent.IgnitionMonitor.Decoder
701 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 …]
/packages/modules/adb/
Dcompression_utils.h46 struct Decoder { struct
60 Decoder(std::span<char> output_buffer) : output_buffer_(output_buffer) {} in Decoder() argument
61 ~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 …]
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeCertX509CertPayloadTest.java162 Base64.Decoder bs64Decoder = Base64.getDecoder(); in pemStringToCertificate()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java118 private Base64.Decoder mDecoder = Base64.getDecoder();
/packages/modules/adb/daemon/
Dfile_sync_service.cpp278 Decoder* decoder = nullptr; in handle_send_file_data()
/packages/modules/adb/client/
Dfile_sync_client.cpp1156 Decoder* decoder = nullptr; in sync_recv_v2()
/packages/inputmethods/LatinIME/dictionaries/
Dde_wordlist.combined.gz