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

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

Completed in 56 milliseconds