Searched refs:tag_array (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/modules/camera/
H A DVendorTags.cpp144 void VendorTags::getAllTags(const vendor_tag_ops_t* ops, uint32_t* tag_array) argument
146 if (tag_array == NULL) {
147 ALOGE("%s: NULL tag_array", __func__);
154 *tag_array++ = tag;
H A DVendorTags.h33 void getAllTags(const vendor_tag_ops_t* ops, uint32_t* tag_array);
H A DCameraHAL.cpp132 static void get_all_tags(const vendor_tag_ops_t* ops, uint32_t* tag_array) argument
134 gVendorTags.getAllTags(ops, tag_array);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3VendorTags.h218 uint32_t *tag_array);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3VendorTags.h318 uint32_t *tag_array);

Completed in 137 milliseconds