Searched refs:tag_info (Results 1 – 13 of 13) sorted by relevance
/hardware/google/camera/common/hal/utils/ |
D | vendor_tag_interface.h | 39 virtual status_t GetTagInfo(uint32_t tag_id, VendorTagInfo* tag_info) = 0;
|
D | vendor_tag_utils.cc | 230 status_t VendorTagManager::GetTagInfo(uint32_t tag_id, VendorTagInfo* tag_info) { in GetTagInfo() argument 231 if (tag_info == nullptr) { in GetTagInfo() 242 *tag_info = itr->second; in GetTagInfo()
|
D | vendor_tag_utils.h | 79 status_t GetTagInfo(uint32_t tag_id, VendorTagInfo* tag_info) override;
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | hw_ar3k.h | 133 struct tag_info { struct
|
/hardware/qcom/bt/msm8998/libbt-vendor/include/ |
D | hw_ar3k.h | 135 struct tag_info { struct
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | hw_ar3k.h | 133 struct tag_info { struct
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | hw_ar3k.h | 133 struct tag_info { struct
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/ |
D | hw_ar3k.h | 133 struct tag_info { struct
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 530 struct tag_info *info, const char *ptr) in update_tag_data() 572 struct tag_info status = { 0, 0, 0, 0}; in ath_parse_ps() 649 memset(&status, 0x00, sizeof(struct tag_info)); in ath_parse_ps()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 534 struct tag_info *info, const char *ptr) in update_tag_data() 576 struct tag_info status = { 0, 0, 0, 0}; in ath_parse_ps() 653 memset(&status, 0x00, sizeof(struct tag_info)); in ath_parse_ps()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 530 struct tag_info *info, const char *ptr) in update_tag_data() 572 struct tag_info status = { 0, 0, 0, 0}; in ath_parse_ps() 649 memset(&status, 0x00, sizeof(struct tag_info)); in ath_parse_ps()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 536 struct tag_info *info, const char *ptr) in update_tag_data() 578 struct tag_info status = { 0, 0, 0, 0}; in ath_parse_ps() 655 memset(&status, 0x00, sizeof(struct tag_info)); in ath_parse_ps()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 532 struct tag_info *info, const char *ptr) in update_tag_data() 574 struct tag_info status = { 0, 0, 0, 0}; in ath_parse_ps() 651 memset(&status, 0x00, sizeof(struct tag_info)); in ath_parse_ps()
|