Searched refs:tagVec (Results 1 – 10 of 10) sorted by relevance
46 std::vector<vendorTag_t> tagVec {}; variable47 cameraVendorTagExample->GetAllVendorTags(tagVec);
468 std::vector<vendorTag_t>tagVec; variable469 GetAllVendorTags(tagVec);
65 void CameraVendorTagExample::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() argument75 tagVec.push_back(info); in GetAllVendorTags()
32 virtual void GetAllVendorTags(std::vector<vendorTag_t>& tagVec) = 0;
119 static int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec);
211 int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec);
50 void GetAllVendorTags(std::vector<vendorTag_t>& tagVec) override;
148 int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() argument150 return CameraMetadata::GetAllVendorTags(tagVec); in GetAllVendorTags()
1408 int32_t CameraMetadata::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() argument1415 g_vendorTagImpl->GetAllVendorTags(tagVec); in GetAllVendorTags()
218 std::vector<vendorTag_t> tagVec {}; in TEST_F() local219 auto ret = GetAllVendorTags(tagVec); in TEST_F()220 for (auto tag : tagVec) { in TEST_F()