Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3VendorTags.cpp645 const vendor_tag_ops_t* QCamera3VendorTags::Ops = NULL; member in qcamera::QCamera3VendorTags
663 Ops = ops; in get_vendor_tag_ops()
692 if (ops == Ops) in get_tag_count()
715 if (ops != Ops) in get_all_tags()
745 if (ops != Ops) in get_section_name()
786 if (ops != Ops) { in get_tag_name()
830 if (ops != Ops) { in get_tag_type()
DQCamera3VendorTags.h587 static const vendor_tag_ops_t *Ops; variable