HomeSort by relevance Sort by last modified time
    Searched full:fakevendor_section_bounds (Results 1 - 1 of 1) sorted by null

  /system/media/camera/tests/
camera_metadata_tests_fake_vendor.h 70 unsigned int fakevendor_section_bounds[FAKEVENDOR_SECTION_COUNT][2] = { variable
140 || tag >= fakevendor_section_bounds[tag_section][1]) return NULL;
151 || tag >= fakevendor_section_bounds[tag_section][1]) return -1;
163 start = fakevendor_section_bounds[section][0];
164 end = fakevendor_section_bounds[section][1];
176 start = fakevendor_section_bounds[section][0];
177 end = fakevendor_section_bounds[section][1];

Completed in 48 milliseconds