/hardware/libhardware/modules/camera/3_0/ |
D | VendorTags.cpp | 95 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 §ion->tags[index]; in getEntry() 165 const Section* section = getSection(tag); in getSectionName() local 167 if (section == NULL) in getSectionName() [all …]
|
/hardware/qcom/audio/hal/ |
D | platform_info.c | 79 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/ |
D | QCamera3VendorTags.cpp | 749 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/ |
D | CameraMetadata.cpp | 484 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()
|
D | VendorTagDescriptor.cpp | 130 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/ |
D | head.S | 59 .section ".text.head","ax",@progbits
|
D | e820_bios.S | 47 .section ".text.head","ax",@progbits
|
D | LICENSE | 132 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/ |
D | configure.ac | 53 #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/ |
D | types.hal | 21 * a makefile section to create a dedicated ulong.java class as it used to.
|
/hardware/interfaces/camera/common/1.0/default/include/ |
D | VendorTagDescriptor.h | 87 status_t lookupTag(const String8& name, const String8& section, /*out*/uint32_t* tag) const;
|
/hardware/interfaces/health/2.0/ |
D | README | 63 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/ |
D | hw_ar3k.h | 136 unsigned section; member
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | hw_ar3k.h | 134 unsigned section; member
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/ |
D | hw_ar3k.h | 134 unsigned section; member
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | hw_ar3k.h | 134 unsigned section; member
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | hw_ar3k.h | 134 unsigned section; member
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 592 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/ |
D | hw_ar3k.c | 588 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/ |
D | hw_ar3k.c | 588 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/ |
D | hw_ar3k.c | 594 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/ |
D | hw_ar3k.c | 590 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/ |
D | C2Buffer.cpp | 983 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2Block2D() argument 985 : _C2PlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2Block2D() 1000 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2GraphicView() argument 1001 : _C2EditablePlanarSectionAspect(impl.get(), section.crop()), mImpl(impl) { in C2GraphicView() 1032 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion, C2Fence fence) in C2ConstGraphicBlock() argument 1033 : C2Block2D(impl, section), mFence(fence) { } in C2ConstGraphicBlock() 1053 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion) in C2GraphicBlock() argument 1054 : C2Block2D(impl, section) { } in C2GraphicBlock()
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIface.hal | 199 * 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
|
D | ISupplicantStaIfaceCallback.hal | 108 * 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.
|