Home
last modified time | relevance | path

Searched refs:MULTI_BIT_SET (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/libbt/include/
Dbt_vendor_brcm_a2dp.h101 #define MULTI_BIT_SET(x) !!(x & (x - 1)) macro
/hardware/broadcom/libbt/src/
Dbt_vendor_brcm_a2dp.c265 if(MULTI_BIT_SET(parsed_info->sampling_freq)) in bcrm_vnd_a2dp_parse_codec_info()
267 if(MULTI_BIT_SET(parsed_info->channel_mode)) in bcrm_vnd_a2dp_parse_codec_info()
269 if(MULTI_BIT_SET(parsed_info->block_length)) in bcrm_vnd_a2dp_parse_codec_info()
271 if(MULTI_BIT_SET(parsed_info->num_subbands)) in bcrm_vnd_a2dp_parse_codec_info()
273 if(MULTI_BIT_SET(parsed_info->alloc_method)) in bcrm_vnd_a2dp_parse_codec_info()