Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 61) sorted by relevance

123

/device/generic/goldfish-opengl/android-emu/android/base/
DOptional.h484 bool operator==(const Optional<T>& l, const Optional<T>& r) {
485 return l.hasValue() ? r.hasValue() && *l == *r : !r.hasValue();
488 bool operator==(const Optional<T>& l, NulloptT) {
489 return !l;
496 bool operator==(const Optional<T>& l, const T& r) {
497 return bool(l) && *l == r;
500 bool operator==(const T& l, const Optional<T>& r) {
501 return bool(r) && l == *r;
505 bool operator!=(const Optional<T>& l, const Optional<T>& r) {
506 return !(l == r);
[all …]
DEnumFlags.h49 enable_if_scoped_enum<E> operator|(E l, E r) {
50 return static_cast<E>(static_cast<underlying_enum_type<E>>(l)
55 enable_if_scoped_enum<E> operator&(E l, E r) {
56 return static_cast<E>(static_cast<underlying_enum_type<E>>(l)
66 enable_if_scoped_enum<E> operator|=(E& l, E r) {
67 return l = (l | r);
71 enable_if_scoped_enum<E> operator&=(E& l, E r) {
72 return l = (l & r);
/device/generic/opengl-transport/host/commands/emugen/android/base/
DEnumFlags.h46 enable_if_scoped_enum<E> operator|(E l, E r) {
47 return static_cast<E>(static_cast<underlying_enum_type<E>>(l)
52 enable_if_scoped_enum<E> operator&(E l, E r) {
53 return static_cast<E>(static_cast<underlying_enum_type<E>>(l)
63 enable_if_scoped_enum<E> operator|=(E& l, E r) {
64 return l = (l | r);
68 enable_if_scoped_enum<E> operator&=(E& l, E r) {
69 return l = (l & r);
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_bufferaccess.h25 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, …
27 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w,
32 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w,
34 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t,
36 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t,
Dmali_gralloc_module.cpp92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() argument
97 return mali_gralloc_lock(m, handle, usage, l, t, w, h, vaddr); in gralloc_lock()
100 …_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_ycbcr() argument
105 return mali_gralloc_lock_ycbcr(m, handle, usage, l, t, w, h, ycbcr); in gralloc_lock_ycbcr()
115 …_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_async() argument
120 return mali_gralloc_lock_async(m, handle, usage, l, t, w, h, vaddr, fence_fd); in gralloc_lock_async()
123 …c_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, in gralloc_lock_ycbcr_async() argument
128 return mali_gralloc_lock_ycbcr_async(m, handle, usage, l, t, w, h, ycbcr, fence_fd); in gralloc_lock_ycbcr_async()
Dmali_gralloc_bufferaccess.cpp36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() argument
40 GRALLOC_UNUSED(l); in mali_gralloc_lock()
72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_ycbcr() argument
76 GRALLOC_UNUSED(l); in mali_gralloc_lock_ycbcr()
222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_async() argument
231 return mali_gralloc_lock(m, buffer, usage, l, t, w, h, vaddr); in mali_gralloc_lock_async()
234 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_ycbcr_async() argument
243 return mali_gralloc_lock_ycbcr(m, buffer, usage, l, t, w, h, ycbcr); in mali_gralloc_lock_ycbcr_async()
248 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_flex_async() argument
252 GRALLOC_UNUSED(l); in mali_gralloc_lock_flex_async()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferaccess.h25 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, …
27 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w,
32 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w,
34 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t,
36 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t,
Dmali_gralloc_module.cpp92 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() argument
97 return mali_gralloc_lock(m, handle, usage, l, t, w, h, vaddr); in gralloc_lock()
100 …_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_ycbcr() argument
105 return mali_gralloc_lock_ycbcr(m, handle, usage, l, t, w, h, ycbcr); in gralloc_lock_ycbcr()
115 …_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_async() argument
120 return mali_gralloc_lock_async(m, handle, usage, l, t, w, h, vaddr, fence_fd); in gralloc_lock_async()
123 …c_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, in gralloc_lock_ycbcr_async() argument
128 return mali_gralloc_lock_ycbcr_async(m, handle, usage, l, t, w, h, ycbcr, fence_fd); in gralloc_lock_ycbcr_async()
Dmali_gralloc_bufferaccess.cpp36 int mali_gralloc_lock(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, … in mali_gralloc_lock() argument
40 GRALLOC_UNUSED(l); in mali_gralloc_lock()
72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_ycbcr() argument
76 GRALLOC_UNUSED(l); in mali_gralloc_lock_ycbcr()
222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_async() argument
231 return mali_gralloc_lock(m, buffer, usage, l, t, w, h, vaddr); in mali_gralloc_lock_async()
234 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_ycbcr_async() argument
243 return mali_gralloc_lock_ycbcr(m, buffer, usage, l, t, w, h, ycbcr); in mali_gralloc_lock_ycbcr_async()
248 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_flex_async() argument
252 GRALLOC_UNUSED(l); in mali_gralloc_lock_flex_async()
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c42 uint32_t l, uint32_t i, uint32_t j);
310 uint32_t i, j, k, l, m; in mat33GetEigenbasis() local
331 l = ind[m]; in mat33GetEigenbasis()
332 float p = S->elem[k][l]; in mat33GetEigenbasis()
338 float y = (_eigenvals[l] - _eigenvals[k]) * 0.5f; in mat33GetEigenbasis()
351 S->elem[k][l] = 0.0f; in mat33GetEigenbasis()
354 _eigenvals[l] += t; in mat33GetEigenbasis()
357 mat33Rotate(S, c, s, i, k, i, l); in mat33GetEigenbasis()
360 for (i = k + 1; i < l; ++i) { in mat33GetEigenbasis()
361 mat33Rotate(S, c, s, k, i, i, l); in mat33GetEigenbasis()
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dat_tok.c110 long l; in at_tok_nextint_base() local
114 l = strtoul(ret, &end, base); in at_tok_nextint_base()
116 l = strtol(ret, &end, base); in at_tok_nextint_base()
118 *p_out = (int)l; in at_tok_nextint_base()
/device/generic/goldfish/radio/ril/
Dat_tok.c110 long l; in at_tok_nextint_base() local
114 l = strtoul(ret, &end, base); in at_tok_nextint_base()
116 l = strtol(ret, &end, base); in at_tok_nextint_base()
118 *p_out = (int)l; in at_tok_nextint_base()
/device/google/cuttlefish/guest/hals/camera/
DGrallocModule.cpp106 int GrallocModule::lock(buffer_handle_t handle, int usage, int l, int t, int w, in lock() argument
112 rect.left = l; in lock()
138 int ret = mGralloc0->lock(mGralloc0, handle, usage, l, t, w, h, vaddr); in lock()
149 int GrallocModule::lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, in lock_ycbcr() argument
155 rect.left = l; in lock_ycbcr()
190 int ret = mGralloc0->lock_ycbcr(mGralloc0, handle, usage, l, t, w, h, in lock_ycbcr()
DGrallocModule.h35 int lock(buffer_handle_t handle, int usage, int l, int t, int w, int h,
37 int lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h,
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img2 ��������������T���������������������@�����8����l�������x�����������…
37 …������xa_mixer����������@� �`��P�0�p��H�(�h��X�8�x��D�$�d��T�4�t� �L�,�l��\�<�|��B�"�b��R�…
59 …�����}� �u�}�f3���}��d�s�}���՝}�i��#�}����_�}�*���}�I[��v}�����l}�˽��b}���eX}�> �…
63 …#X%�dnz�4�%��_z�@�%��Pz�E�%�Bz�E&�$3z�?H&�%$z�3x&�z�!�&��z� �&���y��'�l�y��7'��y��g'���y�m�…
64l-u���3�(u���3��u�� 4�k�t��:4���t��h4�f�t���4�Ȳt�R�4��t��4�W�t��5��tt��M5��_t�?{5��Jt��5��5t�…
69 �m�6�A�-�m�D$B�<�m�HOB�:|m�AzB�'bm�1�B�Hm��B��-m���B��m��%C�4�l��PC���l�B{C�V�l���C�Ωl���C�5�l�7…
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dxa_hikey.img2 <�������������T���������������������@�����8����l�������x�����������…
33 …�v���v���y���v���v���w���v��1w���v���v���y������������������,��������������l���������������ԃ����…
35 …������xa_mixer����������@� �`��P�0�p��H�(�h��X�8�x��D�$�d��T�4�t� �L�,�l��\�<�|��B�"�b��R�…
57 …�����}� �u�}�f3���}��d�s�}���՝}�i��#�}����_�}�*���}�I[��v}�����l}�˽��b}���eX}�> �…
61 …#X%�dnz�4�%��_z�@�%��Pz�E�%�Bz�E&�$3z�?H&�%$z�3x&�z�!�&��z� �&���y��'�l�y��7'��y��g'���y�m�…
62l-u���3�(u���3��u�� 4�k�t��:4���t��h4�f�t���4�Ȳt�R�4��t��4�W�t��5��tt��M5��_t�?{5��Jt��5��5t�…
67 �m�6�A�-�m�D$B�<�m�HOB�:|m�AzB�'bm�1�B�Hm��B��-m���B��m��%C�4�l��PC���l�B{C�V�l���C�Ωl���C�5�l�7…
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.cpp560 int l=0; in glUtilsPackStrings() local
563 l = strlen(strings[i]); in glUtilsPackStrings()
566 l = length[i]; in glUtilsPackStrings()
567 strncat(p, strings[i], l); in glUtilsPackStrings()
570 p += l; in glUtilsPackStrings()
579 int l; in glUtilsCalcShaderSourceLen() local
581 l = strings[i]!=NULL ? strlen(strings[i]) : 0; in glUtilsCalcShaderSourceLen()
583 l = length[i]; in glUtilsCalcShaderSourceLen()
585 len += l; in glUtilsCalcShaderSourceLen()
/device/generic/goldfish-opengl/
Dcmake_transform.py109 libs = [remove_lib_prefix(l) for l in module.get('libs', [])]
110 staticlibs = [remove_lib_prefix(l) for l in
112 if l != "libandroidemu"]
/device/generic/goldfish-opengl/system/vulkan_enc/
Dvulkan_enc_unittests.cpp164 AutoLock l(lock); in TEST() local
175 AutoLock l(lock); in TEST() local
199 AutoLock l(lock); in TEST() local
210 AutoLock l(lock); in TEST() local
232 AutoLock l(lock); in TEST() local
243 AutoLock l(lock); in TEST() local
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp281 static int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, i… in gralloc_lock() argument
323 MALI_IGNORE(l); in gralloc_lock()
330 …cbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h… in gralloc_lock_ycbcr() argument
403 MALI_IGNORE(l); in gralloc_lock_ycbcr()
465 …ync (gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h… in gralloc_lock_async() argument
473 return gralloc_lock(module, handle, usage, l, t, w, h, vaddr); in gralloc_lock_async()
489 …cbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h… in gralloc_lock_async_ycbcr() argument
497 return gralloc_lock_ycbcr(module, handle, usage, l, t, w, h, ycbcr); in gralloc_lock_async_ycbcr()
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
Drbtree.c67 #define RB_SET_L(t, n, l) \ argument
68 ({ (n)->left = (l); })
85 #define RB_SET_P_L(t, n, p, l) \ argument
86 ({ (n)->parent = (p); (n)->left = (l); })
88 #define RB_SET_P_L_C(t, n, p, l, c) \ argument
89 ({ (n)->parent = (p); (n)->left = (l); RB_SET_C_##c(t, n); })
97 #define RB_SET_P_L_R(t, n, p, l, r) \ argument
98 ({ (n)->parent = (p); (n)->left = (l); (n)->right = (r); })
100 #define RB_SET_P_L_R_C(t, n, p, l, r, c)\ argument
101 ({ (n)->parent = (p); (n)->left = (l); (n)->right = (r); RB_SET_C_##c(t, n); })
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp790 ComposeLayer* l; in present() local
794 l = p->layer; in present()
797 l = p2->layer; in present()
827 l->cbHandle = hostCon->grallocHelper()->getHostHandle(cb); in present()
836 l->cbHandle = 0; in present()
838 l->composeMode = (hwc2_composition_t)layer->getCompositionType(); in present()
839 l->displayFrame = layer->getDisplayFrame(); in present()
840 l->crop = layer->getSourceCrop(); in present()
841 l->blendMode = layer->getBlendMode(); in present()
842 l->alpha = layer->getPlaneAlpha(); in present()
[all …]
/device/google/bonito/vibrator/cs40l20/wav_wavetable/
D10_THUD_0503.json1 …�P��Q �v/��=��8����/���x�!���f� ���W�����G�����F�����L����l�+�����e�-�������a�@�…
50 …"L#�# $@$$�#H#�"�!� 3�30�f�N � �%W������-�s���I����C�;�L���ߟ�l�vܭ���ڧ���ۥ�n�dݗ��ߐ…
/device/google/crosshatch/vibrator/cs40l20/wav_wavetable/
D10_THUD_0503.json1 …�P��Q �v/��=��8����/���x�!���f� ���W�����G�����F�����L����l�+�����e�-�������a�@�…
50 …"L#�# $@$$�#H#�"�!� 3�30�f�N � �%W������-�s���I����C�;�L���ߟ�l�vܭ���ڧ���ۥ�n�dݗ��ߐ…
/device/linaro/hikey/factory-images/
Dgenerate-factory-images-hikey.sh37 cp $ANDROID_BUILD_TOP/$DEVICE_DIR/installer/hikey/l-loader.bin tmp/$PRODUCT-$VERSION/
87 python hisi-idt.py --img1=l-loader.bin -d "\${DEVICE_PORT}"

123