Home
last modified time | relevance | path

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

/system/core/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
62 fdevent* interrupt_fde_ = nullptr;
/system/incremental_delivery/incfs/include/
DMountRegistry.h55 struct Mount final { struct
66 struct iterator final : public std::vector<Root>::const_iterator { struct
67 using base = std::vector<Root>::const_iterator;
68 using value_type = Mount;
71 explicit iterator(base b) : base(b) {} in iterator()
Dincfs.h136 struct BlockRange final : public IncFsBlockRange { struct
141 class FilledRanges final { argument
/system/bt/bta/av/
Dbta_av_int.h459 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/
DFuseBuffer.h101 union FuseBuffer final { union
/system/keymaster/key_blob_utils/
Docb.c802 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()