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

  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 219 uint32_t section_index = section - VENDOR_SECTION; local
229 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index])
232 ret = qcamera3_tag_info[section_index][tag_index].tag_name;
261 uint32_t section_index = section - VENDOR_SECTION; local
270 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index])
273 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;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 268 uint32_t section_index = section - VENDOR_SECTION; local
278 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index])
281 ret = qcamera3_tag_info[section_index][tag_index].tag_name;
310 uint32_t section_index = section - VENDOR_SECTION; local
319 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index])
322 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /external/lldb/source/Core/
Section.cpp 316 size_t section_index = m_sections.size(); local
318 return section_index;
  /art/compiler/
elf_builder.h 95 void SetSectionIndex(Elf_Word section_index) {
96 section_index_ = section_index;
    [all...]
  /external/libnfc-nxp/src/
phDnldNfc.c 559 volatile uint8_t section_index; member in struct:phDnldNfc_sContext
    [all...]
  /external/v8/src/
gdb-jit.cc 706 int SectionHeaderPosition(uint32_t section_index) {
707 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index;
    [all...]

Completed in 397 milliseconds