Searched defs:final (Results 1 – 5 of 5) sorted by relevance
90 struct NullDecoder final : public Decoder { struct93 DecodeResult Decode(std::span<char>* output) final { in Decode() argument110 struct NullEncoder final : public Encoder { struct113 EncodeResult Encode(Block* output) final { in Encode() argument136 struct BrotliDecoder final : public Decoder { struct142 DecodeResult Decode(std::span<char>* output) final { in Decode() argument178 struct BrotliEncoder final : public Encoder { struct188 EncodeResult Encode(Block* output) final { in Encode() argument235 struct LZ4Decoder final : public Decoder { argument246 DecodeResult Decode(std::span<char>* output) final { in Decode() argument[all …]
55 struct fdevent final { struct78 // final. argument
35 struct fdevent_context_epoll final : public fdevent_context { struct52 unique_fd interrupt_fd_;53 fdevent* interrupt_fde_ = nullptr;
47 struct fdevent_context_poll final : public fdevent_context { struct65 fdevent* interrupt_fde_ = nullptr;
500 struct tBTA_AV_SCB final { struct503 bool sdp_discovery_started; /* variable to determine whether SDP is started */504 tBTA_AV_SEP seps[BTAV_A2DP_CODEC_INDEX_MAX];505 AvdtpSepConfig peer_cap; /* buffer used for get capabilities */506 list_t* a2dp_list; /* used for audio channels only */507 tBTA_AV_Q_INFO q_info;508 tAVDT_SEP_INFO sep_info[BTA_AV_NUM_SEPS]; /* stream discovery results */509 AvdtpSepConfig cfg; /* local SEP configuration */510 alarm_t* avrc_ct_timer; /* delay timer for AVRC CT */511 alarm_t* link_signalling_timer;[all …]