Home
last modified time | relevance | path

Searched defs:final (Results 1 – 5 of 5) 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;
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_int.h500 struct tBTA_AV_SCB final { struct
503 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 …]