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

  /external/bluetooth/bluedroid/osi/src/
config.c 21 } section_t; typedef in typeref:struct:__anon5806
29 static section_t *section_new(const char *name);
31 static section_t *section_find(const config_t *config, const char *section);
146 section_t *sec = section_find(config, section);
218 static section_t *section_new(const char *name) {
219 section_t *section = calloc(1, sizeof(section_t));
232 section_t *section = ptr;
237 static section_t *section_find(const config_t *config, const char *section) {
239 section_t *sec = list_node(node)
    [all...]
  /external/jhead/
jpgfile.c 18 static Section_t * Sections = NULL;
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated);
576 Section_t * ExifSection;
596 Section_t * ExifSection;
661 Section_t * ExifSection;
741 Section_t ExifKeeper;
742 Section_t CommentKeeper;
743 Section_t IptcKeeper;
744 Section_t XmpKeeper
    [all...]
jhead.h 57 }Section_t;
236 void ShowXmp(Section_t XmpSection);
259 Section_t * FindSection(int SectionType);
260 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
main.c 173 Section_t* ExifSection = FindSection(M_EXIF);
312 Section_t* ExifSection = FindSection(M_EXIF);
446 Section_t* ExifSection = FindSection(M_EXIF);
483 Section_t* ExifSection = FindSection(M_EXIF);
iptc.c 175 void ShowXmp(Section_t XmpSection)
jhead.c 891 Section_t * IptcSection;
945 Section_t * CommentSec;
    [all...]
  /hardware/qcom/audio/hal/
platform_info.c 35 } section_t; typedef in typeref:enum:__anon40597
51 static section_t section;
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 89 Section_t* exif_section = NULL;
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 90 Section_t* exif_section = NULL;
    [all...]

Completed in 547 milliseconds