Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 243) sorted by relevance

12345678910

/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
Dmlerrorcode.h24 #define CALL_N_CHECK(f) { \ argument
25 unsigned int r35uLt = f; \
28 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
32 #define CALL_CHECK_N_RETURN_ERROR(f) { \ argument
33 unsigned int r35uLt = f; \
36 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
42 #define CALL_CHECK_N_RETURN(f) do { \ argument
43 unsigned int r35uLt = f; \
46 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
51 #define CALL_CHECK_N_EXIT(f) { \ argument
[all …]
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dfullscreen_vertex_shader.inl28 " positions[0] = vec2(-1.0f, 3.0f); \n"
29 " positions[1] = vec2(-1.0f, -1.0f); \n"
30 " positions[2] = vec2(3.0f, -1.0f); \n"
32 " uvs[0] = vec2(0.0f, -1.0f); \n"
33 " uvs[1] = vec2(0.0f, 1.0f); \n"
34 " uvs[2] = vec2(2.0f, 1.0f); \n"
35 " gl_Position = vec4(positions[gl_VertexID], -1.0f, 1.0f); \n"
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dfullscreen_vertex_shader.inl28 " positions[0] = vec2(-1.0f, 3.0f); \n"
29 " positions[1] = vec2(-1.0f, -1.0f); \n"
30 " positions[2] = vec2(3.0f, -1.0f); \n"
32 " uvs[0] = vec2(0.0f, -1.0f); \n"
33 " uvs[1] = vec2(0.0f, 1.0f); \n"
34 " uvs[2] = vec2(2.0f, 1.0f); \n"
35 " gl_Position = vec4(positions[gl_VertexID], -1.0f, 1.0f); \n"
/hardware/qcom/sdm845/display/gpu_tonemapper/
Dfullscreen_vertex_shader.inl28 " positions[0] = vec2(-1.0f, 3.0f); \n"
29 " positions[1] = vec2(-1.0f, -1.0f); \n"
30 " positions[2] = vec2(3.0f, -1.0f); \n"
32 " uvs[0] = vec2(0.0f, -1.0f); \n"
33 " uvs[1] = vec2(0.0f, 1.0f); \n"
34 " uvs[2] = vec2(2.0f, 1.0f); \n"
35 " gl_Position = vec4(positions[gl_VertexID], -1.0f, 1.0f); \n"
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dfullscreen_vertex_shader.inl28 " positions[0] = vec2(-1.0f, 3.0f); \n"
29 " positions[1] = vec2(-1.0f, -1.0f); \n"
30 " positions[2] = vec2(3.0f, -1.0f); \n"
32 " uvs[0] = vec2(0.0f, -1.0f); \n"
33 " uvs[1] = vec2(0.0f, 1.0f); \n"
34 " uvs[2] = vec2(2.0f, 1.0f); \n"
35 " gl_Position = vec4(positions[gl_VertexID], -1.0f, 1.0f); \n"
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dfullscreen_vertex_shader.inl28 " positions[0] = vec2(-1.0f, 3.0f); \n"
29 " positions[1] = vec2(-1.0f, -1.0f); \n"
30 " positions[2] = vec2(3.0f, -1.0f); \n"
32 " uvs[0] = vec2(0.0f, -1.0f); \n"
33 " uvs[1] = vec2(0.0f, 1.0f); \n"
34 " uvs[2] = vec2(2.0f, 1.0f); \n"
35 " gl_Position = vec4(positions[gl_VertexID], -1.0f, 1.0f); \n"
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dfullscreen_vertex_shader.inl28 " positions[0] = vec2(-1.0f, 3.0f); \n"
29 " positions[1] = vec2(-1.0f, -1.0f); \n"
30 " positions[2] = vec2(3.0f, -1.0f); \n"
32 " uvs[0] = vec2(0.0f, -1.0f); \n"
33 " uvs[1] = vec2(0.0f, 1.0f); \n"
34 " uvs[2] = vec2(2.0f, 1.0f); \n"
35 " gl_Position = vec4(positions[gl_VertexID], -1.0f, 1.0f); \n"
/hardware/interfaces/keymaster/4.0/support/
Dkey_param_output.cpp49 return os << param.f.integer; in operator <<()
54 return os << param.f.algorithm; in operator <<()
56 return os << param.f.blockMode; in operator <<()
58 return os << param.f.paddingMode; in operator <<()
60 return os << param.f.digest; in operator <<()
62 return os << (int)param.f.ecCurve; in operator <<()
64 return os << param.f.origin; in operator <<()
66 return os << (int)param.f.keyBlobUsageRequirements; in operator <<()
68 return os << param.f.purpose; in operator <<()
70 return os << " UNKNOWN ENUM " << param.f.integer; in operator <<()
[all …]
/hardware/google/pixel/thermal/
Dinit.thermal.symlinks.sh3 for f in /sys/class/thermal/thermal_zone*
5 tz_name=`cat $f/type`
6 ln -s $f /dev/thermal/tz-by-name/$tz_name
8 for f in /sys/class/thermal/cooling_device*
10 cdev_name=`cat $f/type`
11 ln -s $f /dev/thermal/cdev-by-name/$cdev_name
Dinit.thermal.logging.sh12 for f in /sys/class/thermal/thermal*
14 temp=`cat $f/temp`
18 for f in /sys/class/thermal/cooling_device*
20 cur_state=`cat $f/cur_state`
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dkeymaster_tags.h202 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG, f.longInteger)
203 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG_REP, f.longInteger)
204 MAKE_TAG_VALUE_ACCESSOR(TagType::DATE, f.dateTime)
205 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT, f.integer)
206 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT_REP, f.integer)
207 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue)
225 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_ALGORITHM, f.algorithm)
226 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_BLOB_USAGE_REQUIREMENTS, f.keyBlobUsageRequirements)
227 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_BLOCK_MODE, f.blockMode)
228 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_DIGEST, f.digest)
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkey_param_output.cpp77 return os << param.f.integer; in operator <<()
82 return os << param.f.algorithm; in operator <<()
84 return os << param.f.blockMode; in operator <<()
86 return os << param.f.paddingMode; in operator <<()
88 return os << param.f.digest; in operator <<()
90 return os << (int)param.f.ecCurve; in operator <<()
92 return os << param.f.origin; in operator <<()
94 return os << (int)param.f.keyBlobUsageRequirements; in operator <<()
96 return os << param.f.purpose; in operator <<()
98 return os << " UNKNOWN ENUM " << param.f.integer; in operator <<()
[all …]
Dkeymaster_tags.h195 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG, f.longInteger)
196 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG_REP, f.longInteger)
197 MAKE_TAG_VALUE_ACCESSOR(TagType::DATE, f.dateTime)
198 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT, f.integer)
199 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT_REP, f.integer)
200 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue)
217 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_ALGORITHM, f.algorithm)
218 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_BLOB_USAGE_REQUIREMENTS, f.keyBlobUsageRequirements)
219 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_BLOCK_MODE, f.blockMode)
220 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_DIGEST, f.digest)
[all …]
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/
DAndroid.bp25 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ComponentLibrary_V1_0.x…
34 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ComponentTypeSet_V1_0.x…
43 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ConfigurableDomain_V1_0…
52 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ConfigurableDomains_V1_…
61 … cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_FileIncluder_V1_0.xsd",
70 cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_Parameter_V1_0.xsd",
79 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ParameterFrameworkConfi…
88 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ParameterSettings_V1_0.…
97 cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_Subsystem_V1_0.xsd",
106 … cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_SystemClass_V1_0.xsd",
[all …]
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DCancellationSignal.cpp32 bool shouldCancel(const std::future<void>& f) { in shouldCancel() argument
33 CHECK(f.valid()); in shouldCancel()
34 return f.wait_for(std::chrono::seconds(0)) == std::future_status::ready; in shouldCancel()
/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dcompiler.h41 # define check_printf(f, v) __attribute__((format(printf, f, v))) argument
43 # define check_printf(f, v) argument
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() argument
44 format_(f), in BufferDescriptor()
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() argument
53 format_(f), in BufferDescriptor()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() argument
43 format_(f), in BufferDescriptor()
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() argument
52 format_(f), in BufferDescriptor()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() argument
43 format_(f), in BufferDescriptor()
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() argument
52 format_(f), in BufferDescriptor()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() argument
44 format_(f), in BufferDescriptor()
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() argument
53 format_(f), in BufferDescriptor()
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal626 * and scale 1.0f.
779 * the scale must be 1.f / 256 and the zeroPoint must be 0.
835 * \f{eqnarray*}{
846 * \f}
848 * * \f$x_t\f$ is the input,
849 * * \f$i_t\f$ is the input gate,
850 * * \f$f_t\f$ is the forget gate,
851 * * \f$C_t\f$ is the cell state,
852 * * \f$o_t\f$ is the output,
853 * * \f$h_t\f$ is the output state,
[all …]
/hardware/google/camera/common/hal/tests/
Dcamera_device_tests.cc110 std::FILE* f = std::tmpfile(); in TEST() local
111 ASSERT_NE(f, nullptr); in TEST()
114 EXPECT_EQ(device->DumpState(fileno(f)), OK); in TEST()
117 std::rewind(f); in TEST()
122 while (fgets(line, sizeof(line), f) != nullptr) { in TEST()
128 fclose(f); in TEST()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.h167 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf()
168 w(wi), h(he), format(f), size(0) {} in Whf()
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf()
170 w(wi), h(he), format(f), size(s) {} in Whf()
323 PipeArgs(eMdpFlags f, Whf _whf,
326 mdpFlags(f), in mdpFlags()
348 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument
349 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags()
352 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument
353 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags()
[all …]
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.h167 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf()
168 w(wi), h(he), format(f), size(0) {} in Whf()
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf()
170 w(wi), h(he), format(f), size(s) {} in Whf()
330 PipeArgs(eMdpFlags f, Whf _whf,
333 mdpFlags(f), in mdpFlags()
357 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument
358 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags()
361 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument
362 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags()
[all …]
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es327 … �8����p�&qV*�<G��#ºp�`"�h��&��%Rii������f�7rc�����-~��Iۡ^o�p�uL��Ř|h�`N�^d�9{x��tv�g�ٍ�XA�…
341 …�S����̾�x�c�}�ӫ@�q�W���}> ����p�K��GÃ#�'�'��ᗬ��lZe1_MƽO<�*F����4�+�\�fz��?��٩2�Z��C腶B�ޫ7…
345 ����N.3�f�X�9mhi�Z����wx{
346 …�jL�����I���1}`45�ouvr���弎z�WX 0�}L��)�#����T�����T������ɣ��!<�k��=�f����y�M�������?…
351 …��3�7� �f�� �!��:�U���y���v�����7��|����g|�k7�K¯�+�Z���m��D��+�5���Q��̓�Ww��d3����s�…
352 f��5A��T+���N,%`����C�F��_W��x����'��܃��ѧ�o�{�=U�<%��R8�)0ohݸ�[��*2�\%�;};v�*�J�\vW�*��m�3…
358 �1j�������5�Ʀ�Wy5������+���|����Z��4�H]3+/��� f�A��!Y�Y4P�!�2i��M̺#�21��|m�o��������O…
359 …�I��w� ���6��5�n�)�=������2��~��������*TP/�&��H��m5=1�2�k�ﭟ�h¹0� >o2��f�0�>�Ͻ`C��<s7�%B�…
367f���x�����>}60����W �e��m�5#c�����>2��<F\���|�����&�}�M޸նx7;�ÏO��Ц�ͅp���
373 ��[i ���f�$�B�H潿�%����0o��K���7?/i ���`G ��G \�Ȃ���_�? � ��Z�g�J�HWxW�+��1�����*��_�<…
[all …]

12345678910