Home
last modified time | relevance | path

Searched defs:final (Results 1 – 6 of 6) 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 { struct
246 DecodeResult Decode(std::span<char>* output) final { in Decode() argument
[all …]
/packages/modules/adb/fdevent/
Dfdevent.h57 struct fdevent final { struct
79 // 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;
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_int.h512 struct tBTA_AV_SCB final { struct
515 bool sdp_discovery_started; /* variable to determine whether SDP is started */
516 tBTA_AV_SEP seps[BTAV_A2DP_CODEC_INDEX_MAX];
517 AvdtpSepConfig peer_cap; /* buffer used for get capabilities */
518 list_t* a2dp_list; /* used for audio channels only */
519 tBTA_AV_Q_INFO q_info;
520 tAVDT_SEP_INFO sep_info[BTA_AV_NUM_SEPS]; /* stream discovery results */
521 AvdtpSepConfig cfg; /* local SEP configuration */
522 alarm_t* avrc_ct_timer; /* delay timer for AVRC CT */
523 alarm_t* link_signalling_timer;
[all …]
/packages/modules/StatsD/lib/libstatssocket/
Dstats_socket_loss_reporter.h63 struct HashPair final { struct
65 size_t operator()(const std::pair<TFirst, TSecond>& p) const noexcept { in operator()