Home
last modified time | relevance | path

Searched refs:I (Results 1 – 25 of 224) sorted by relevance

123456789

/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h55 template <typename I>
56 sp<I> getService() { in getService()
58 static sp<I> configs = I::getService(); in getService()
65 template<typename V, typename I, android::hardware::Return<void> (I::* func)
72 sp<I> configs = getService<I>(); in decltype()
116 template<typename I, android::hardware::Return<void> (I::* func)
119 return get<OptionalBool, I, func>(defValue); in getBool()
122 template<typename I, android::hardware::Return<void> (I::* func)
125 return get<OptionalInt32, I, func>(defValue); in getInt32()
128 template<typename I, android::hardware::Return<void> (I::* func)
[all …]
/hardware/interfaces/audio/7.0/config/
Dupdate_audio_policy_config.sh87 for I in ${FOUND_INCLUDES}; do
88 SOURCE_FULL_PATH=$(dirname ${F})/${I}
89 SHARED_FULL_PATH=${ANDROID_BUILD_TOP}/${SHARED_CONFIGS_DIRECTORY}/${I}
96 SHARED_FILES+=$'\n'${I}
100 echo "Include file not found: $I"
139 for I in $SHARED_FILES; do
140 NEW_VERSION_I=${I%.*}_${NEW_VERSION_UNDERSCORE}.${I##*.}
142 echo "s/$I/$NEW_VERSION_I/g" | sed -i -f - ${FILE}
/hardware/qcom/gps/msm8909w_3100/
Dloc-hal.pc.in10 Cflags: -I${includedir} -I${includedir}/loc-hal -I${includedir}/loc-hal/location -I${includedir}/lo…
/hardware/qcom/sm8150p/gps/
Dloc-hal.pc.in10 Cflags: -I${includedir} -I${includedir}/utils -I${includedir}/core -I${includedir}/loc-hal
/hardware/qcom/sm7150/gps/
Dloc-hal.pc.in10 Cflags: -I${includedir} -I${includedir}/utils -I${includedir}/core -I${includedir}/loc-hal
/hardware/qcom/sm8150/gps/
Dloc-hal.pc.in10 Cflags: -I${includedir} -I${includedir}/utils -I${includedir}/core -I${includedir}/loc-hal
/hardware/qcom/sm7250/gps/
Dloc-hal.pc.in10 Cflags: -I${includedir} -I${includedir}/utils -I${includedir}/core -I${includedir}/loc-hal
/hardware/qcom/gps/msm8994/
Dloc-api.pc.in10 Cflags: -I${includedir}/loc-api/libloc_api_50001 -I${includedir}/loc-api/utils -I${includedir}/ -I$…
/hardware/qcom/gps/msm8996/
Dloc-api.pc.in10 Cflags: -I${includedir}/loc-api/libloc_api_50001 -I${includedir}/loc-api/utils -I${includedir}/ -I$…
/hardware/qcom/gps/msm8909/
Dloc-api.pc.in10 Cflags: -I${includedir}/loc-api/libloc_api_50001 -I${includedir}/loc-api/utils -I${includedir}/ -I$…
/hardware/qcom/gps/msm8998/
Dloc-hal.pc.in10 Cflags: -I${includedir} -I${includedir}/loc-hal/utils -I${includedir}/loc-hal/core -I${includedir}/…
/hardware/qcom/gps/
Dloc-api.pc.in10 Cflags: -I${includedir}/loc-api/libloc_api_50001 -I${includedir}/loc-api/utils -I${includedir}/ -I$…
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_geometric.inl101 …GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & N, vecType<T, P> const & I, vec…
105 return dot(Nref, I) < static_cast<T>(0) ? N : -N;
112 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & I, vecType<T, P> const & N)
114 return I - N * dot(N, I) * static_cast<T>(2);
121 …GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & I, vecType<T, P> const & N, T e…
123 T const dotValue(dot(N, I));
125 return (eta * I - (eta * dotValue + std::sqrt(k)) * N) * static_cast<T>(k >= static_cast<T>(0));
203 GLM_FUNC_QUALIFIER genType faceforward(genType const & N, genType const & I, genType const & Nref) argument
205 return dot(Nref, I) < static_cast<genType>(0) ? N : -N;
209 …GLM_FUNC_QUALIFIER vecType<T, P> faceforward(vecType<T, P> const & N, vecType<T, P> const & I, vec… argument
[all …]
Dfunc_geometric_simd.inl67 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& N, tvec4<float, P> const& I,…
70 result.data = glm_vec4_faceforward(N.data, I.data, Nref.data);
78 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& I, tvec4<float, P> const& N)
81 result.data = glm_vec4_reflect(I.data, N.data);
89 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& I, tvec4<float, P> const& N,…
92 result.data = glm_vec4_refract(I.data, N.data, _mm_set1_ps(eta));
Dfunc_geometric.hpp81 vecType<T, P> const & I,
93 genType const & I,
106 vecType<T, P> const & I,
/hardware/qcom/media/msm8998/
Dconfigure.ac111 [CPPFLAGS="$CPPFLAGS -I $withval"])
115 [CPPFLAGS="$CPPFLAGS -I$withval"])
119 [CPPFLAGS="$CPPFLAGS -I$withval"])
123 [CPPFLAGS="$CPPFLAGS -I$withval"])
127 [CPPFLAGS="$CPPFLAGS -I$withval"])
131 [CPPFLAGS="$CPPFLAGS -I$withval"])
135 [CPPFLAGS="$CPPFLAGS -I$withval"])
139 [CPPFLAGS="$CPPFLAGS -I$withval"])
143 [CPPFLAGS="$CPPFLAGS -I$withval"])
147 [CPPFLAGS="$CPPFLAGS -I$withval"])
[all …]
/hardware/qcom/sm8150/media/
Dconfigure.ac114 [CPPFLAGS="$CPPFLAGS -I $withval"])
118 [CPPFLAGS="$CPPFLAGS -I$withval"])
122 [CPPFLAGS="$CPPFLAGS -I$withval"])
126 [CPPFLAGS="$CPPFLAGS -I$withval"])
130 [CPPFLAGS="$CPPFLAGS -I$withval"])
134 [CPPFLAGS="$CPPFLAGS -I$withval"])
138 [CPPFLAGS="$CPPFLAGS -I$withval"])
142 [CPPFLAGS="$CPPFLAGS -I$withval"])
146 [CPPFLAGS="$CPPFLAGS -I$withval"])
150 [CPPFLAGS="$CPPFLAGS -I$withval"])
[all …]
/hardware/qcom/sm7250/media/
Dconfigure.ac106 [CPPFLAGS="$CPPFLAGS -I $withval"])
110 [CPPFLAGS="$CPPFLAGS -I$withval"])
114 [CPPFLAGS="$CPPFLAGS -I$withval"])
118 [CPPFLAGS="$CPPFLAGS -I$withval"])
122 [CPPFLAGS="$CPPFLAGS -I$withval"])
126 [CPPFLAGS="$CPPFLAGS -I$withval"])
130 [CPPFLAGS="$CPPFLAGS -I$withval"])
134 [CPPFLAGS="$CPPFLAGS -I$withval"])
138 [CPPFLAGS="$CPPFLAGS -I$withval"])
142 [CPPFLAGS="$CPPFLAGS -I$withval"])
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dgeometric.h85 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_faceforward(glm_vec4 N, glm_vec4 I, glm_vec4 Nref) in glm_vec4_faceforward() argument
87 glm_vec4 const dot0 = glm_vec4_dot(Nref, I); in glm_vec4_faceforward()
94 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_reflect(glm_vec4 I, glm_vec4 N) in glm_vec4_reflect() argument
96 glm_vec4 const dot0 = glm_vec4_dot(N, I); in glm_vec4_reflect()
99 glm_vec4 const sub0 = _mm_sub_ps(I, mul1); in glm_vec4_reflect()
103 GLM_FUNC_QUALIFIER __m128 glm_vec4_refract(glm_vec4 I, glm_vec4 N, glm_vec4 eta) in glm_vec4_refract() argument
105 glm_vec4 const dot0 = glm_vec4_dot(N, I); in glm_vec4_refract()
118 glm_vec4 const mul5 = _mm_mul_ps(eta, I); in glm_vec4_refract()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/
Dcontractions2 I'd
3 I'll
4 I'm
5 I've
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es327 a�[��;E�O�OČ���ȁ3�"���ǿ �8����p�&qV*�<G��#ºp�`"�h��&��%Rii������f�7rc�����-~��Iۡ^o�p�uL�…
338 ��s�~�}�� ��p��?�ߥDWs1�o��=��|;I<|m_A™��Ԑ��A㞁�� +��k�����
346 J����2]�'�|1��,}��U��*I� ygʆ��!_�1��~��¿��7"�����n��%�����`�=����7gickY�C�?�%�w|+��H;�jL����…
354 ����:iEo a���+��sn����������5�T��;�sSU�I?� \�+��+xO��?���� `&ߍ�����'��CƴV�����
359 � ��~"�h��R���<��+��W�1 �I��w� ���6��5�n�)�=������2��~��������*TP/�&��H��m5=1�2�k�ﭟ�h¹0� >…
360 ;�ߕ^���~�$I��Q�V ��̫����xA #�;y&�a�ڣ£~o�v{���U��>�0J��j����
368 ���%hTc�W��8��6��A�t`����Ms�a\�ɤ�/�"aa'u�PqI��W�d����N�W�fx7�1���x�?���؃
379 ?�q�I[Ǯ�\��_Ǵ���9V�j�ό\}G��¸ k�`c�y�s�w�e��C���w�V�0��+�&��� &z�`��ظWk�:���0'�k� I��~���…
382 …�g��w��Ḱ,.H���NHe���:W��Lp�p�?�S�7/|��Y�!����:�k�÷I�Br�4˚_By���[�������r�đ>�$I~����h…
388 ?Y�`I��H:���}U�
[all …]
Dtuner_frontend_input.ts1 G@�B�$���������HLibav Service01h��I�������������������������������������������������������…
16 ��s�~�}�� ��p��?�ߥDWs1�o��=��|;I<|m_A™��Ԑ��A㞁�� +��k�����
24 J����2]�'�|1G���,}��U��*I� ygʆ��!_�1��~��¿��7"�����n��%�����`�=����7gickY�C�?�%�w|+��H;�jL…
46 ���%hTc�W��8��6��A�t`����Ms�a\�ɤ�/�"aa'u�PqI��W�d����N�W�fx7�1���x�?���؃
57 ?�G�q�I[Ǯ�\��_Ǵ���9V�j�ό\}G��¸ k�`c�y�s�w�e��C���w�V�0��+�&��� &z�`��ظWk�:���0'�k� I��~…
86 �KY���W��D� F���1$'YM�s�N�<��9g��3�l��[3 I��6 ���W���_:�+�H�k���{W�#c:�8f}v��\���1����…
97 …%���XO�>̔�a<f3�惃���z�Σ�ܽP��� x���?���/y: m�M�YFv���N��{+��>��M���I��[¸?����nG�b�xi��…
109 I�<�$*n����ӝ�K��YOUG�m�G��}�i�&{i���N��D33�`��.�B�7�ӊ�λ_-��>�;d5�&�n�n�J��>��OE�4�U�m…
135 ��xggV�*ky1I��G�jS�Z����J��"KJv����QB����K#�ɷ�o�:Խ�~m���9�b?���6��W�ɼ�+�_��=�8� ��…
156 ���i�q���O�'� p=^I���0M�݅G����Q���c�[$&��Gtc�� Ŭ$rϿ���
[all …]
/hardware/interfaces/gnss/2.0/
DIGnssMeasurementCallback.hal407 … * Value "I" represents GPS L5 I, GLONASS G3 I, GALILEO E5a I, GALILEO E5b I, GALILEO E5a+b I,
408 * SBAS L5 I, QZSS L5 I, BDS B1 I, BDS B2 I, BDS B3 I.
425 * Value "X" represents GPS L1C (D+P), GPS L2C (M+L), GPS L5 (I+Q), GLONASS G3 (I+Q),
426 * GALILEO E1 (B+C), GALILEO E5a (I+Q), GALILEO E5b (I+Q), GALILEO E5a+b(I+Q),
427 * GALILEO E6 (B+C), SBAS L5 (I+Q), QZSS L1C (D+P), QZSS L2C (M+L), QZSS L5 (I+Q),
428 * LEX(6) (S+L), BDS B1 (I+Q), BDS B1C (D+P), BDS B2 (I+Q), BDS B3 (I+Q), IRNSS L5 (B+C).
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_private_data.adoc48 (1) If I have to create a slink:VkPrivateDataSlot to store and retrieve data
49 on an object, how does this extension help me? Will I not need to store the
50 slink:VkPrivateDataSlot mapping with each object, and if I am doing that, I
64 (2) What if I need to store more than 64-bits of information per object?
/hardware/interfaces/health/2.0/
Dtypes.hal83 * number of read I/Os merged with in-queue I/Os.
99 * number of writes merged with in-queue I/Os.
111 * number of I/Os currently in flight.

123456789