Home
last modified time | relevance | path

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

/packages/modules/adb/
Dcompression_utils.h90 struct NullDecoder final : public Decoder { struct
93 DecodeResult Decode(std::span<char>* output) final { in Decode() argument
110 struct NullEncoder final : public Encoder { struct
113 EncodeResult Encode(Block* output) final { in Encode() argument
136 struct BrotliDecoder final : public Decoder { struct
142 DecodeResult Decode(std::span<char>* output) final { in Decode() argument
178 struct BrotliEncoder final : public Encoder { struct
188 EncodeResult Encode(Block* output) final { in Encode() argument
235 struct LZ4Decoder final : public Decoder { argument
246 DecodeResult Decode(std::span<char>* output) final { in Decode() argument
[all …]
/packages/modules/adb/fdevent/
Dfdevent.h55 struct fdevent final { struct
78 // final. argument
Dfdevent_epoll.h35 struct fdevent_context_epoll final : public fdevent_context { struct
52 unique_fd interrupt_fd_;
53 fdevent* interrupt_fde_ = nullptr;
Dfdevent_poll.h47 struct fdevent_context_poll final : public fdevent_context { struct
65 fdevent* interrupt_fde_ = nullptr;