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

/hardware/libhardware/modules/camera/3_0/
H A DVendorTags.cpp40 // Describes a vendor tag section
48 // Entry arrays for each section
90 // Get a static handle to a specific vendor tag section
93 uint32_t section = (tag - vendor_section_start) >> 16; local
96 ALOGE("%s: Tag 0x%x before vendor section", __func__, tag);
100 if (section >= DEMO_SECTION_COUNT) {
101 ALOGE("%s: Tag 0x%x after vendor section", __func__, tag);
105 return &DemoSections[section];
111 const Section* section = getSection(tag); local
114 if (section
163 const Section* section = getSection(tag); local
[all...]
/hardware/qcom/audio/hal/
H A Dplatform_info.c59 static section_t section; variable
318 section = ACDB;
320 section = PCM_ID;
322 section = BACKEND_NAME;
324 section = CONFIG_PARAMS;
326 section = OPERATOR_SPECIFIC;
328 section = GAIN_LEVEL_MAPPING;
330 if ((section != ACDB) && (section != BACKEND_NAME) && (section !
[all...]
/hardware/intel/bootstub/
H A Dhead.S59 .section ".text.head","ax",@progbits
H A De820_bios.S47 .section ".text.head","ax",@progbits
/hardware/interfaces/camera/common/1.0/default/
H A DCameraMetadata.cpp483 // First, find the section by the longest string match
484 const char *section = NULL; local
493 ALOGV("%s: Trying to match against section '%s'", __FUNCTION__, str);
495 if (strstr(name, str) == name) { // name begins with the section name
498 ALOGV("%s: Name begins with section name", __FUNCTION__);
500 // section name is the longest we've found so far
501 if (section == NULL || sectionLength < strLength) {
502 section = str;
506 ALOGV("%s: Found new best section (%s)", __FUNCTION__, section);
[all...]
H A DVendorTagDescriptor.cpp130 status_t VendorTagDescriptor::lookupTag(const String8& name, const String8& section, /*out*/uint32_t* tag) const { argument
131 ssize_t index = mReverseMapping.indexOfKey(section);
133 ALOGE("%s: Section '%s' does not exist.", __FUNCTION__, section.string());
173 dprintf(fd, "%*s0x%x (%s) with type %d (%s) defined in section %s\n", indentation + 2,
229 ALOGE("%s: vendor tag %d not in vendor tag section.", __FUNCTION__, tag);
240 ALOGE("%s: no section name defined for vendor tag %d.", __FUNCTION__, tag);
263 // Set up tag to section index map
/hardware/interfaces/camera/common/1.0/default/include/
H A DVendorTagDescriptor.h60 // Returns the section name string for a given vendor tag id.
63 // Returns the index in section vectors returned in getAllSectionNames()
82 * Lookup the tag id for a given tag name and section.
86 status_t lookupTag(const String8& name, const String8& section, /*out*/uint32_t* tag) const;
/hardware/qcom/bt/msm8909/libbt-vendor/include/
H A Dhw_ar3k.h134 unsigned section; member in struct:tag_info
/hardware/qcom/bt/msm8992/libbt-vendor/include/
H A Dhw_ar3k.h134 unsigned section; member in struct:tag_info
/hardware/qcom/bt/msm8996/libbt-vendor/include/
H A Dhw_ar3k.h134 unsigned section; member in struct:tag_info
/hardware/qcom/bt/msm8998/libbt-vendor/include/
H A Dhw_ar3k.h134 unsigned section; member in struct:tag_info
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c588 if (status.section != PS_UNDEF) {
591 status.section = PS_ID;
598 switch (status.section) {
604 status.section = PS_LEN;
618 status.section = PS_DATA;
651 if (status.section == PS_UNDEF)
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c588 if (status.section != PS_UNDEF) {
591 status.section = PS_ID;
598 switch (status.section) {
604 status.section = PS_LEN;
618 status.section = PS_DATA;
651 if (status.section == PS_UNDEF)
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c590 if (status.section != PS_UNDEF) {
593 status.section = PS_ID;
600 switch (status.section) {
606 status.section = PS_LEN;
620 status.section = PS_DATA;
653 if (status.section == PS_UNDEF)
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhw_ar3k.c591 if (status.section != PS_UNDEF) {
594 status.section = PS_ID;
601 switch (status.section) {
607 status.section = PS_LEN;
621 status.section = PS_DATA;
654 if (status.section == PS_UNDEF)
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dmain.c9 volatile dmem_t _dmem __attribute__ ((section (".exchange")));
560 volatile unsigned int stack_corrupted __attribute__ ((section (".stckovrflwchk")));

Completed in 661 milliseconds