HomeSort by relevance Sort by last modified time
    Searched refs:section_index (Results 1 - 6 of 6) sorted by null

  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 221 uint32_t section_index = section - VENDOR_SECTION; local
231 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index])
234 ret = qcamera3_tag_info[section_index][tag_index].tag_name;
263 uint32_t section_index = section - VENDOR_SECTION; local
272 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index])
275 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 255 uint32_t section_index = section - VENDOR_SECTION; local
265 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index])
268 ret = qcamera3_tag_info[section_index][tag_index].tag_name;
297 uint32_t section_index = section - VENDOR_SECTION; local
306 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index])
309 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /art/compiler/
elf_writer_quick.cc 330 uint32_t section_index = 1; local
335 dynsym_builder_.section_index_ = section_index++;
340 dynsym_builder_.strtab_.section_index_ = section_index++;
345 hash_builder_.section_index_ = section_index++;
350 rodata_builder_.section_index_ = section_index++;
355 text_builder_.section_index_ = section_index++;
360 dynamic_builder_.section_index_ = section_index++;
366 symtab_builder_.section_index_ = section_index++;
371 symtab_builder_.strtab_.section_index_ = section_index++;
378 it->section_index_ = section_index++
    [all...]
  /external/lldb/source/Core/
Section.cpp 316 size_t section_index = m_sections.size(); local
318 return section_index;
  /external/libnfc-nxp/src/
phDnldNfc.c 559 volatile uint8_t section_index; member in struct:phDnldNfc_sContext
    [all...]
  /external/chromium_org/v8/src/
gdb-jit.cc 708 int SectionHeaderPosition(uint32_t section_index) {
709 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index;
    [all...]

Completed in 193 milliseconds