Home
last modified time | relevance | path

Searched defs:ControlTags (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dproperty.h33 virtual std::vector<int32_t> ControlTags() const override { return {}; }; in ControlTags() function
H A Dstate.h35 virtual std::vector<int32_t> ControlTags() const override { return {}; }; in ControlTags() function
H A Dcontrol.h78 std::vector<int32_t> Control<T>::ControlTags() const { in ControlTags() function