Searched defs:final (Results 1 – 4 of 4) sorted by relevance
/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 | 789 static void process_ad(ae_ctx* ctx, const void* ad, int ad_len, int final) { in process_ad() 919 int ad_len, void* ct, void* tag, int final) { in ae_encrypt() 1130 int ad_len, void* pt, const void* tag, int final) { in ae_decrypt()
|
/system/extras/ksmutils/ |
D | lookup3.c | 150 #define final(a,b,c) \ macro
|