Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/qnx/nto/
Dqnx.nto.toolchain.cmake11 …iable not found. This variable should be set in the Makefile at CPU level (ie: nto/aarch64/Makefil…
15 …e not found. This variable should be set in the Makefile at VARIANT level (ie: nto/aarch64/le/Make…
/hardware/interfaces/broadcastradio/1.1/
DITuner.hal74 * ie. HAL implementation MAY perform the scan on boot. It's a common
97 * ie. temporarily due to ongoing foreground
99 * NOT_INITIALIZED other error, ie. HW failure.
126 * this option. This is purely user choice, ie. does not reflect digital-
129 * Some radio technologies may not support this, ie. DAB.
DITunerCallback.hal60 * NOT_INITIALIZED other error, ie. HW failure.
66 * call it immediately, ie. it may wait for a short time to accumulate
Dtypes.hal41 * Radio stream is not playing, ie. due to bad reception conditions or
254 * but the primary ID is sufficient (ie. after a full band scan).
258 * an entry on the program list (ie. when a better frequency for a given
278 * The order is meaningful, ie. the first element may be defined as
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c2090 bcm_tlv_t *ie; in find_vendor_ie() local
2093 ie = (bcm_tlv_t*)tlvs; in find_vendor_ie()
2096 if (ie == NULL || in find_vendor_ie()
2097 !bcm_valid_tlv(ie, tlvs_len)) in find_vendor_ie()
2102 ie_len = ie->len; in find_vendor_ie()
2103 if ((ie->id == DOT11_MNG_PROPR_ID) && in find_vendor_ie()
2105 !bcmp(ie->data, voui, DOT11_OUI_LEN)) in find_vendor_ie()
2109 !bcmp(&ie->data[DOT11_OUI_LEN], type, type_len)) { in find_vendor_ie()
2110 return (ie); /* a match */ in find_vendor_ie()
2113 } while ((ie = bcm_next_tlv(ie, &tlvs_len)) != NULL); in find_vendor_ie()
/hardware/interfaces/nfc/1.0/
DINfc.hal27 * NCI initialization - ie accept CORE_RESET and subsequent commands through
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal59 * this option. This is purely user choice, ie. does not reflect digital-
62 * Some radio technologies may not support this, ie. DAB.
402 * Radio stream is not playing, ie. due to bad reception conditions or
423 * (ie: ITunerSession::scan()).
630 * an entry on the program list (ie. when a better frequency for a given
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcToBc3.comp1 // Compute shader to convert ASTC textures to BC3 (ie: BC1 for color + BC4 for alpha).
52 // are opaque, however in that case it would only work for fully opaque image (ie: we wouldn't be
DAstcDecompressor.glsl470 // vA: even-numbered values in the spec (ie: v0, v2, v4 and v6)
471 // vB: odd-numbered values in the spec (ie: v1, v3, v5 and v7)
DAstcNew.comp470 // vA: even-numbered values in the spec (ie: v0, v2, v4 and v6)
471 // vB: odd-numbered values in the spec (ie: v1, v3, v5 and v7)
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp1351 static const u8 *bss_get_ie(u8 id, const char* ie, const s32 ie_len) in bss_get_ie() argument
1355 pos = (const u8 *)ie; in bss_get_ie()
1369 static bool is11mcAP(const char* ie, const s32 ie_len) in is11mcAP() argument
1373 ptr_ie = bss_get_ie(WIFI_EID_EXT_CAPAB, ie, ie_len); in is11mcAP()
1409 struct ht_op_ie *read_ht_oper_ie(const char* ie, const s32 ie_len) in read_ht_oper_ie() argument
1412 ptr_ie = bss_get_ie(WIFI_EID_HT_OPERATION, ie, ie_len); in read_ht_oper_ie()
1419 struct vht_op_ie *read_vht_oper_ie(const char* ie, const s32 ie_len) in read_vht_oper_ie() argument
1422 ptr_ie = bss_get_ie(WIFI_EID_VHT_OPERATION, ie, ie_len); in read_vht_oper_ie()
1493 wifi_channel_info get_channel_of_ie(const char* ie, const s32 ie_len) in get_channel_of_ie() argument
1500 vht_op = read_vht_oper_ie(ie, ie_len); in get_channel_of_ie()
[all …]
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp3613 struct vpu_ctrl_auto_manual *ie = &control.data.auto_manual; in set_config() local
3622 ie->enable = mExtensionData.imageEnhancement.bEnable; in set_config()
3623 ie->auto_mode = mExtensionData.imageEnhancement.bAutoMode; in set_config()
3624 ie->value = mExtensionData.imageEnhancement.nImageEnhancement; in set_config()
3626 …TRL_IMAGE_ENHANCEMENT %d, ie->enable = %d, ie->auto_mode = %d", ie->value, ie->enable, ie->auto_mo… in set_config()
3637 DEBUG_PRINT_HIGH("VIDIOC_S_CTRL: VPU_S_CTRL_IMAGE_ENHANCEMENT set to %d", ie->value); in set_config()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
DREADME.md80 …specific chapters, so `3:2` means chapter 3 is extracted down to 2 levels (ie. section level). Yo…
Dasciidoctor-chunker.js4ie,[r.COMMENT_TOKEN]:ne,[r.DOCTYPE_TOKEN]:te,[r.START_TAG_TOKEN]:le,[r.END_TAG_TOKEN]:ue,[r.EOF_TO…
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h8959 const char *ie = in + (ni + 7) / 8; // input byte size in hufDecode() local
8965 while (in < ie) { in hufDecode()
8988 if (!getCode(pl.lit, rlc, c, lc, in, ie, out, outb, oe)) { in hufDecode()
9006 while (lc < l && in < ie) // get more bits in hufDecode()
9017 if (!getCode(pl.p[j], rlc, c, lc, in, ie, out, outb, oe)) { in hufDecode()
9046 if (!getCode(pl.lit, rlc, c, lc, in, ie, out, outb, oe)) { in hufDecode()
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c1164 static void parse_ext_ie(const u8 *ie, int ie_len) in parse_ext_ie() argument
1173 ext_id = *ie++; in parse_ext_ie()
/hardware/google/gfxstream/guest/mesa/
D.mailmap17 Dave Airlie <airlied@redhat.com> <airlied@linux.ie>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.min.js1ie={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT},oe={mord:"mord",mop…
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es1623 Ȣ�ʥie�Kw�Zs���F��[����/��AG��0y���w !�R)T:�x��H����_/��i�T�Hq�����&����/��� ��L�p��d8�…
2940 ��\ ���"�$߹��=>Ѱw��l~���x�y[m�o�ێ�_�wJ�0u-���V5���AAܳ��~���Xo��ie��ĭ�ސ(� ڞ���#.\�\��[…
3164 �'��PI���h��_�w0&?AR�l�����X�G��-���vz� ie_)�Jg��;����!�7/�p�q�!�̄��\m˃a���<��X"�.�.������…
3834 �-�‹�~i�b����co�e���y�H���V(�8�*�6ie$Q ˍ�1��c (
4155 ��I����ẍ́���j�|?\X�`( \�ņH�^�M�� �"� �~]AI��]ie�Ԛ��� ���sC��3����(ѯ�|����۬I�NoG_`����fP…
4452 … ��p� ����9j��W�/d,6Y��n��iP^"����@*��hO�tx�"B���u����آj�U���ie���6iE361� e6�…
5326 ��&i�4�5K)g�;��� ��y��6 ��M�ie#�#��\��E������� ����]�e�Yj�Z�d\u��wU���!0��J ��W�B�>A��…
Dtuner_frontend_input.ts2976 ��\ ���"�$߹��=>Ѱw��l~���x�y[m�o�ێ�_�wJ�0u-���V5���AAܳ��~���Xo��ie��ĭ�ސ(� ڞ���#.\�\��[…