Searched defs:section (Results 1 - 1 of 1) sorted by relevance

/development/tools/emulator/system/camera/
H A DEmulatedFakeCamera2.cpp566 uint32_t section = tag >> 16; local
567 if (section < VENDOR_SECTION || section > END_EMULATOR_SECTIONS) return NULL;
568 return emulator_metadata_section_names[section - VENDOR_SECTION];
573 uint32_t section = tag >> 16; local
574 if (section < VENDOR_SECTION || section > END_EMULATOR_SECTIONS) return NULL;
575 uint32_t section_index = section - VENDOR_SECTION;
585 uint32_t section = tag >> 16; local
586 if (section < VENDOR_SECTIO
[all...]

Completed in 334 milliseconds