Searched refs:bd (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapper.cpp | 53 bool QtiMapper::ValidDescriptor(const BufferDescriptorInfo_3_0 &bd) { in ValidDescriptor() argument 54 if (bd.width == 0 || bd.height == 0 || (static_cast<int32_t>(bd.format) <= 0) || in ValidDescriptor() 55 bd.layerCount <= 0) { in ValidDescriptor()
|
D | QtiMapper.h | 99 bool ValidDescriptor(const IMapper::BufferDescriptorInfo &bd);
|
/hardware/qcom/sdm845/display/gralloc/ |
D | QtiMapper.cpp | 53 bool QtiMapper::ValidDescriptor(const BufferDescriptorInfo_2_1 &bd) { in ValidDescriptor() argument 54 if (bd.width == 0 || bd.height == 0 || (static_cast<int32_t>(bd.format) <= 0) || in ValidDescriptor() 55 bd.layerCount <= 0) { in ValidDescriptor()
|
D | QtiMapper.h | 106 bool ValidDescriptor(const IMapper::BufferDescriptorInfo &bd);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1642 bcm_format_field(const bcm_bit_desc_ex_t *bd, uint32 flags, char* buf, int len) in bcm_format_field() argument 1647 mask = bd->mask; in bcm_format_field() 1653 for (i = 0; (name = bd->bitfield[i].name) != NULL; i++) { in bcm_format_field() 1654 bit = bd->bitfield[i].bit; in bcm_format_field() 1667 bcm_format_flags(const bcm_bit_desc_t *bd, uint32 flags, char* buf, int len) in bcm_format_flags() argument 1682 bit = bd[i].bit; in bcm_format_flags() 1683 name = bd[i].name; in bcm_format_flags()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 793 extern int bcm_format_field(const bcm_bit_desc_ex_t *bd, uint32 field, char* buf, int len); 795 extern int bcm_format_flags(const bcm_bit_desc_t *bd, uint32 flags, char* buf, int len);
|