Home
last modified time | relevance | path

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

/system/media/camera/tests/
Dcamera_metadata_tests_fake_vendor.h37 const int FAKEVENDOR_SECTION_COUNT = FAKEVENDOR_SECTION_END - VENDOR_SECTION; variable
68 const char *fakevendor_section_names[FAKEVENDOR_SECTION_COUNT] = {
75 uint32_t fakevendor_section_bounds[FAKEVENDOR_SECTION_COUNT][2] = {
105 vendor_tag_info_t *fakevendor_tag_info[FAKEVENDOR_SECTION_COUNT] = {
135 tag_section >= FAKEVENDOR_SECTION_COUNT) return NULL; in get_fakevendor_section_name()
145 || tag_section >= FAKEVENDOR_SECTION_COUNT in get_fakevendor_tag_name()
156 || tag_section >= FAKEVENDOR_SECTION_COUNT in get_fakevendor_tag_type()
168 for (section = 0; section < FAKEVENDOR_SECTION_COUNT; section++) { in get_fakevendor_tag_count()
181 for (section = 0; section < FAKEVENDOR_SECTION_COUNT; section++) { in get_fakevendor_tags()