Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 96) sorted by relevance

1234

/hardware/libhardware/modules/camera/3_0/
DVendorTags.cpp95 uint32_t section = (tag - vendor_section_start) >> 16; in getSection() local
102 if (section >= DEMO_SECTION_COUNT) { in getSection()
107 return &DemoSections[section]; in getSection()
113 const Section* section = getSection(tag); in getEntry() local
116 if (section == NULL) in getEntry()
119 if (tag >= section->end) { in getEntry()
124 index = tag - section->start; in getEntry()
125 return &section->tags[index]; in getEntry()
165 const Section* section = getSection(tag); in getSectionName() local
167 if (section == NULL) in getSectionName()
[all …]
/hardware/qcom/audio/hal/
Dplatform_info.c79 static section_t section; variable
775 section = ACDB; in start_tag()
777 section = PCM_ID; in start_tag()
779 section = BACKEND_NAME; in start_tag()
781 section = CONFIG_PARAMS; in start_tag()
783 section = OPERATOR_SPECIFIC; in start_tag()
785 section = GAIN_LEVEL_MAPPING; in start_tag()
787 section = APP_TYPE; in start_tag()
789 section = MICROPHONE_CHARACTERISTIC; in start_tag()
791 section = SND_DEVICES; in start_tag()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3VendorTags.cpp749 uint32_t section = tag >> 16; in get_section_name() local
751 if (section >= VENDOR_SECTION && section < QCAMERA3_SECTIONS_END) in get_section_name()
752 ret = qcamera3_ext_section_names[section - VENDOR_SECTION]; in get_section_name()
753 else if (section >= TANGO_SECTIONS_START && section < TANGO_SECTIONS_END) in get_section_name()
754 ret = tango_section_names[section - TANGO_SECTIONS_START]; in get_section_name()
782 uint32_t section = tag >> 16; in get_tag_name() local
783 uint32_t section_index = section - VENDOR_SECTION; in get_tag_name()
791 if (section >= VENDOR_SECTION && section < QCAMERA3_SECTIONS_END && in get_tag_name()
794 else if (section >= TANGO_SECTIONS_START && section < TANGO_SECTIONS_END && in get_tag_name()
795 tag < (uint32_t)tango_section_bounds[section - TANGO_SECTIONS_START]) in get_tag_name()
[all …]
/hardware/interfaces/camera/common/1.0/default/
DCameraMetadata.cpp484 const char *section = NULL; in getTagFromName() local
501 if (section == NULL || sectionLength < strLength) { in getTagFromName()
502 section = str; in getTagFromName()
506 ALOGV("%s: Found new best section (%s)", __FUNCTION__, section); in getTagFromName()
511 if (section == NULL) { in getTagFromName()
515 __FUNCTION__, section, sectionIndex); in getTagFromName()
547 const String8 sectionName(section); in getTagFromName()
DVendorTagDescriptor.cpp130 status_t VendorTagDescriptor::lookupTag(const String8& name, const String8& section, /*out*/uint32_… in lookupTag() argument
131 ssize_t index = mReverseMapping.indexOfKey(section); in lookupTag()
133 ALOGE("%s: Section '%s' does not exist.", __FUNCTION__, section.string()); in lookupTag()
/hardware/intel/bootstub/
Dhead.S59 .section ".text.head","ax",@progbits
De820_bios.S47 .section ".text.head","ax",@progbits
DLICENSE132 Thus, it is not the intent of this section to claim rights or contest
218 If any portion of this section is held invalid or unenforceable under
219 any particular circumstance, the balance of the section is intended to
220 apply and the section as a whole is intended to apply in other
223 It is not the purpose of this section to induce you to infringe any
225 such claims; this section has the sole purpose of protecting the
234 This section is intended to make thoroughly clear what is believed to
/hardware/qcom/msm8998/json-c/
Dconfigure.ac53 #check if .section.gnu.warning accepts long strings (for __warn_references)
59 __asm__(".section .gnu.json_object_get,\n\t.ascii \"Please link against libjson-c instead of libjso…
/hardware/interfaces/tests/baz/1.0/
Dtypes.hal21 * a makefile section to create a dedicated ulong.java class as it used to.
/hardware/interfaces/camera/common/1.0/default/include/
DVendorTagDescriptor.h87 status_t lookupTag(const String8& name, const String8& section, /*out*/uint32_t* tag) const;
/hardware/interfaces/health/2.0/
DREADME63 section, and include the following in device.mk:
66 3.2 To keep healthd in the build, remove "overrides" section.
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhw_ar3k.h136 unsigned section; member
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c592 if (status.section != PS_UNDEF) { in ath_parse_ps()
595 status.section = PS_ID; in ath_parse_ps()
602 switch (status.section) { in ath_parse_ps()
608 status.section = PS_LEN; in ath_parse_ps()
622 status.section = PS_DATA; in ath_parse_ps()
655 if (status.section == PS_UNDEF) in ath_parse_ps()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c588 if (status.section != PS_UNDEF) { in ath_parse_ps()
591 status.section = PS_ID; in ath_parse_ps()
598 switch (status.section) { in ath_parse_ps()
604 status.section = PS_LEN; in ath_parse_ps()
618 status.section = PS_DATA; in ath_parse_ps()
651 if (status.section == PS_UNDEF) in ath_parse_ps()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c588 if (status.section != PS_UNDEF) { in ath_parse_ps()
591 status.section = PS_ID; in ath_parse_ps()
598 switch (status.section) { in ath_parse_ps()
604 status.section = PS_LEN; in ath_parse_ps()
618 status.section = PS_DATA; in ath_parse_ps()
651 if (status.section == PS_UNDEF) in ath_parse_ps()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c594 if (status.section != PS_UNDEF) { in ath_parse_ps()
597 status.section = PS_ID; in ath_parse_ps()
604 switch (status.section) { in ath_parse_ps()
610 status.section = PS_LEN; in ath_parse_ps()
624 status.section = PS_DATA; in ath_parse_ps()
657 if (status.section == PS_UNDEF) in ath_parse_ps()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_ar3k.c590 if (status.section != PS_UNDEF) { in ath_parse_ps()
593 status.section = PS_ID; in ath_parse_ps()
600 switch (status.section) { in ath_parse_ps()
606 status.section = PS_LEN; in ath_parse_ps()
620 status.section = PS_DATA; in ath_parse_ps()
653 if (status.section == PS_UNDEF) in ath_parse_ps()
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp983 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2Block2D() argument
985 : _C2PlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2Block2D()
1000 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicView() argument
1001 : _C2EditablePlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2GraphicView()
1032 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section, C2Fence fence) in C2ConstGraphicBlock() argument
1033 : C2Block2D(impl, section), mFence(fence) { } in C2ConstGraphicBlock()
1053 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicBlock() argument
1054 : C2Block2D(impl, section) { } in C2GraphicBlock()
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIface.hal199 * negotiation (Values from 1-15). Refer to section 4.1.6 in
609 * @param info WFD device info as described in section 5.1.2 of WFD technical
628 * section 3.1.1 of NFC Connection Handover 1.2 Technical
643 * section 3.1.2 of NFC Connection Handover 1.2 Technical
653 * section 3.1.1 of NFC Connection Handover 1.2 Technical
668 * section 3.1.2 of NFC Connection Handover 1.2 Technical
DISupplicantStaIfaceCallback.hal108 * OSU Method. Refer to section 4.8.1.3 of the Hotspot 2.0 spec.
439 * Refer to section 3.2.1.2 of the Hotspot 2.0 spec.
456 * from access point. Refer to section 8.4.1.7 of IEEE802.11 spec.
468 * Refer to section 8.4.1.9 of IEEE 802.11 spec.

1234