Home
last modified time | relevance | path

Searched defs:Decoder (Results 1 – 2 of 2) sorted by relevance

/packages/modules/adb/
Dcompression_utils.h46 struct Decoder { struct
51 LOG(FATAL) << "Decoder::Finish called while already finished?"; in Finish() argument
60 Decoder(std::span<char> output_buffer) : output_buffer_(output_buffer) {} in Decoder() function
73 LOG(FATAL) << "Decoder::Finish called while already finished?"; in Finish() argument
/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