HomeSort by relevance Sort by last modified time
    Searched defs:get_section_name (Results 1 - 5 of 5) sorted by null

  /system/media/camera/include/system/
camera_vendor_tags.h 69 const char *(*get_section_name)(const vendor_tag_ops_t *v, uint32_t tag); member in struct:vendor_tag_ops
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 107 ops->get_section_name = get_section_name;
167 * FUNCTION : get_section_name
180 const char* QCamera3VendorTags::get_section_name( function in class:qcamera::QCamera3VendorTags
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 141 ops->get_section_name = get_section_name;
201 * FUNCTION : get_section_name
214 const char* QCamera3VendorTags::get_section_name( function in class:qcamera::QCamera3VendorTags
  /hardware/libhardware/modules/camera/
CameraHAL.cpp 137 static const char* get_section_name(const vendor_tag_ops_t* ops, uint32_t tag) function
157 ops->get_section_name = get_section_name;
  /external/elfutils/0.153/src/
unstrip.c 913 get_section_name (size_t ndx, const GElf_Shdr *shdr, const Elf_Data *shstrtab)
1035 sec->name = get_section_name (i + 1, &sec->shdr, main_shstrtab);
1067 const char *name = get_section_name (elf_ndxscn (scn), shdr,
911 get_section_name (size_t ndx, const GElf_Shdr *shdr, const Elf_Data *shstrtab) function
    [all...]

Completed in 2012 milliseconds