Searched defs:final (Results 1 – 10 of 10) sorted by relevance
/system/core/adb/ |
D | compression_utils.h | 90 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 …]
|
/system/core/adb/fdevent/ |
D | fdevent.h | 55 struct fdevent final { struct 78 // final. argument
|
D | fdevent_epoll.h | 35 struct fdevent_context_epoll final : public fdevent_context { struct 52 unique_fd interrupt_fd_; 53 fdevent* interrupt_fde_ = nullptr;
|
D | fdevent_poll.h | 47 struct fdevent_context_poll final : public fdevent_context { struct 65 fdevent* interrupt_fde_ = nullptr;
|
/system/incremental_delivery/incfs/include/ |
D | MountRegistry.h | 55 struct Mount final { struct 66 struct iterator final : public std::vector<Root>::const_iterator { argument 67 using base = std::vector<Root>::const_iterator; 68 using value_type = Mount; 71 explicit iterator(base b) : base(b) {} in iterator()
|
D | incfs.h | 136 struct BlockRange final : public IncFsBlockRange { struct 141 class FilledRanges final { argument
|
/system/libfmq/include/fmq/ |
D | MessageQueue.h | 26 struct MessageQueue final : public MessageQueueBase<MQDescriptor, T, flavor> { struct 27 typedef MQDescriptor<T, flavor> Descriptor; 45 MessageQueue& operator=(const MessageQueue& other) = delete;
|
/system/bt/bta/av/ |
D | bta_av_int.h | 459 struct tBTA_AV_SCB final { struct 462 const tBTA_AV_CO_FUNCTS* p_cos; /* the associated callout functions */ 463 bool sdp_discovery_started; /* variable to determine whether SDP is started */ 464 tBTA_AV_SEP seps[BTAV_A2DP_CODEC_INDEX_MAX]; 465 AvdtpSepConfig peer_cap; /* buffer used for get capabilities */ 466 list_t* a2dp_list; /* used for audio channels only */ 467 tBTA_AV_Q_INFO q_info; 468 tAVDT_SEP_INFO sep_info[BTA_AV_NUM_SEPS]; /* stream discovery results */ 469 AvdtpSepConfig cfg; /* local SEP configuration */ 470 alarm_t* avrc_ct_timer; /* delay timer for AVRC CT */ [all …]
|
/system/core/libappfuse/include/libappfuse/ |
D | FuseBuffer.h | 101 union FuseBuffer final { union
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 802 static void process_ad(ae_ctx* ctx, const void* ad, int ad_len, int final) { in process_ad() 939 int ad_len, void* ct, void* tag, int final) { in ae_encrypt() 1156 int ad_len, void* pt, const void* tag, int final) { in ae_decrypt()
|