Home
last modified time | relevance | path

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

12345

/hardware/qcom/audio/hal/
Dplatform_info.c97 static section_t section; variable
838 section = ACDB; in start_tag()
840 section = MODULE; in start_tag()
842 section = PCM_ID; in start_tag()
844 section = BACKEND_NAME; in start_tag()
846 section = CONFIG_PARAMS; in start_tag()
848 section = OPERATOR_SPECIFIC; in start_tag()
850 section = GAIN_LEVEL_MAPPING; in start_tag()
852 section = APP_TYPE; in start_tag()
854 section = MICROPHONE_CHARACTERISTIC; in start_tag()
[all …]
/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/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.cpp481 const char *section = NULL; in getTagFromName() local
498 if (section == NULL || sectionLength < strLength) { in getTagFromName()
499 section = str; in getTagFromName()
503 ALOGV("%s: Found new best section (%s)", __FUNCTION__, section); in getTagFromName()
508 if (section == NULL) { in getTagFromName()
512 __FUNCTION__, section, sectionIndex); in getTagFromName()
544 const String8 sectionName(section); in getTagFromName()
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIfaceCallback.hal92 * @param primaryDeviceType Type of device. Refer to section B.1 of Wifi P2P
97 * @param deviceCapabilities Refer to section 4.1.4 of Wifi P2P Technical
99 * @param groupCapabilites Refer to section 4.1.4 of Wifi P2P Technical
101 * @param wfdDeviceInfo WFD device info as described in section 5.1.2 of WFD
214 * @param updateIndicator Service update indicator. Refer to section 3.1.3 of
216 * @parm tlvs Refer to section 3.1.3.1 of Wifi P2P Technical specification v1.2.
/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/radio/1.5/
Dtypes.hal68 * Reference: 3GPP TS 27.007 section 8.5.
75 * Reference: 3GPP TS 25.123, section 9.1.1.1
89 * Reference: 3GPP TS 36.133 v12.6.0 section 9.1.7
112 * Reference: 3GPP TS 38.215, 3GPP TS 38.133 section 10
119 * Reference: 3GPP TS 38.215 section 5.1.*, 3GPP TS 38.133 section 10.1.16.1.
446 * prefix length (The format is defined in RFC-4291 section 2.3). For example, "192.0.1.3",
556 * Refer to the "csg-Indication" field in 3GPP TS 36.331 section 6.2.2
558 * Also refer to "CSG Indicator" in 3GPP TS 25.331 section 10.2.48.8.1 and TS 25.304.
564 * Refer to "hnb-Name" in TS 36.331 section 6.2.2 SystemInformationBlockType9.
565 * Also refer to "HNB Name" in 3GPP TS25.331 section 10.2.48.8.23 and TS 23.003 section 4.8.
[all …]
/hardware/interfaces/tests/baz/1.0/
Dtypes.hal21 * a makefile section to create a dedicated ulong.java class as it used to.
/hardware/interfaces/tv/cec/2.0/
DIHdmiCec.hal28 * HAL must use it to allocate logical address as specified in CEC section
93 * CEC section 11.3 of the CEC spec 2.0b specify that a device should not
134 * It must try retransmission at least once as specified in the section '7.1
202 * It's specified in CEC section 10.8 of the CEC spec 2.0b
/hardware/google/av/media/eco/
D.clang-format16 # "Don't indent the section label"
/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/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/qcom/sdm845/bt/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/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/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/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/msm8996/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/msm8909/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/sdm845/bt/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhw_ar3k.h136 unsigned section; member
/hardware/interfaces/health/2.0/
DREADME64 1. (recommended) To remove `healthd` from the build, keep "overrides" section.
65 1. To keep `healthd` in the build, remove "overrides" section.
DREADME.md64 1. (recommended) To remove `healthd` from the build, keep "overrides" section.
65 1. To keep `healthd` in the build, remove "overrides" section.
/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()

12345