Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/hardware/qcom/sm8150/media/mm-core/
DMakefile.am21 h_sources =inc/OMX_Audio.h
22 h_sources +=inc/OMX_Component.h
23 h_sources +=inc/OMX_ContentPipe.h
24 h_sources +=inc/OMX_Core.h
25 h_sources +=inc/OMX_Image.h
26 h_sources +=inc/OMX_Index.h
27 h_sources +=inc/OMX_IVCommon.h
28 h_sources +=inc/OMX_Other.h
29 h_sources +=inc/OMX_QCOMExtns.h
30 h_sources +=inc/OMX_Types.h
[all …]
DAndroid.mk34 LOCAL_COPY_HEADERS := inc/OMX_Audio.h
35 LOCAL_COPY_HEADERS += inc/OMX_Component.h
36 LOCAL_COPY_HEADERS += inc/OMX_ContentPipe.h
37 LOCAL_COPY_HEADERS += inc/OMX_Core.h
38 LOCAL_COPY_HEADERS += inc/OMX_Image.h
39 LOCAL_COPY_HEADERS += inc/OMX_Index.h
40 LOCAL_COPY_HEADERS += inc/OMX_IVCommon.h
41 LOCAL_COPY_HEADERS += inc/OMX_Other.h
42 LOCAL_COPY_HEADERS += inc/OMX_QCOMExtns.h
43 LOCAL_COPY_HEADERS += inc/OMX_Types.h
[all …]
/hardware/qcom/media/msm8998/mm-core/
DMakefile.am21 h_sources =inc/OMX_Audio.h
22 h_sources +=inc/OMX_Component.h
23 h_sources +=inc/OMX_ContentPipe.h
24 h_sources +=inc/OMX_Core.h
25 h_sources +=inc/OMX_Image.h
26 h_sources +=inc/OMX_Index.h
27 h_sources +=inc/OMX_IVCommon.h
28 h_sources +=inc/OMX_Other.h
29 h_sources +=inc/OMX_QCOMExtns.h
30 h_sources +=inc/OMX_Types.h
[all …]
DAndroid.mk70 LOCAL_COPY_HEADERS := inc/OMX_Audio.h
71 LOCAL_COPY_HEADERS += inc/OMX_Component.h
72 LOCAL_COPY_HEADERS += inc/OMX_ContentPipe.h
73 LOCAL_COPY_HEADERS += inc/OMX_Core.h
74 LOCAL_COPY_HEADERS += inc/OMX_Image.h
75 LOCAL_COPY_HEADERS += inc/OMX_Index.h
76 LOCAL_COPY_HEADERS += inc/OMX_IVCommon.h
77 LOCAL_COPY_HEADERS += inc/OMX_Other.h
78 LOCAL_COPY_HEADERS += inc/OMX_QCOMExtns.h
79 LOCAL_COPY_HEADERS += inc/OMX_Types.h
[all …]
/hardware/qcom/sdm845/media/mm-core/
DMakefile.am21 h_sources =inc/OMX_Audio.h
22 h_sources +=inc/OMX_Component.h
23 h_sources +=inc/OMX_ContentPipe.h
24 h_sources +=inc/OMX_Core.h
25 h_sources +=inc/OMX_Image.h
26 h_sources +=inc/OMX_Index.h
27 h_sources +=inc/OMX_IVCommon.h
28 h_sources +=inc/OMX_Other.h
29 h_sources +=inc/OMX_QCOMExtns.h
30 h_sources +=inc/OMX_Types.h
[all …]
DAndroid.mk33 LOCAL_COPY_HEADERS := inc/OMX_Audio.h
34 LOCAL_COPY_HEADERS += inc/OMX_Component.h
35 LOCAL_COPY_HEADERS += inc/OMX_ContentPipe.h
36 LOCAL_COPY_HEADERS += inc/OMX_Core.h
37 LOCAL_COPY_HEADERS += inc/OMX_Image.h
38 LOCAL_COPY_HEADERS += inc/OMX_Index.h
39 LOCAL_COPY_HEADERS += inc/OMX_IVCommon.h
40 LOCAL_COPY_HEADERS += inc/OMX_Other.h
41 LOCAL_COPY_HEADERS += inc/OMX_QCOMExtns.h
42 LOCAL_COPY_HEADERS += inc/OMX_Types.h
[all …]
/hardware/qcom/sdm845/gps/msm8998/utils/
DAndroid.mk50 loc_log.h \
51 loc_cfg.h \
52 log_util.h \
53 linked_list.h \
54 msg_q.h \
55 MsgTask.h \
56 LocHeap.h \
57 LocThread.h \
58 LocTimer.h \
59 loc_target.h \
[all …]
DMakefile.am10 msg_q.h \
11 linked_list.h \
12 loc_cfg.h \
13 loc_log.h \
14 loc_target.h \
15 loc_timer.h \
16 MsgTask.h \
17 LocHeap.h \
18 LocThread.h \
19 LocTimer.h \
[all …]
/hardware/qcom/sm8150/gps/utils/
DMakefile.am15 msg_q.h \
16 linked_list.h \
17 loc_cfg.h \
18 loc_log.h \
19 loc_target.h \
20 loc_timer.h \
21 MsgTask.h \
22 LocHeap.h \
23 LocThread.h \
24 LocTimer.h \
[all …]
/hardware/qcom/gps/msm8909/utils/
DAndroid.mk48 loc_log.h \
49 loc_cfg.h \
50 log_util.h \
51 linked_list.h \
52 msg_q.h \
53 MsgTask.h \
54 LocHeap.h \
55 LocThread.h \
56 LocTimer.h \
57 loc_target.h \
[all …]
/hardware/qcom/sdm845/gps/msm8909/utils/
DAndroid.mk45 loc_log.h \
46 loc_cfg.h \
47 log_util.h \
48 linked_list.h \
49 msg_q.h \
50 MsgTask.h \
51 LocHeap.h \
52 LocThread.h \
53 LocTimer.h \
54 loc_target.h \
[all …]
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidItem.cpp80 std::istream& operator>>(std::istream &is, HidUtil::HidItem &h) { in operator >>() argument
84 h.valid = false; in operator >>()
85 h.offset = is.tellg(); in operator >>()
86 h.byteSize = 0; in operator >>()
92 h.tag = (first >> 4); in operator >>()
93 h.type = (first & 0xC) >> 2; in operator >>()
95 if (h.tag == LONG_ITEM && h.type == RESERVED) { // long item in operator >>()
101 h.tag = b; in operator >>()
104 h.data.resize(len); in operator >>()
105 for (auto &i : h.data) { in operator >>()
[all …]
/hardware/qcom/media/msm8974/mm-core/
DAndroid.mk55 LOCAL_COPY_HEADERS := inc/OMX_Audio.h
56 LOCAL_COPY_HEADERS += inc/OMX_Component.h
57 LOCAL_COPY_HEADERS += inc/OMX_ContentPipe.h
58 LOCAL_COPY_HEADERS += inc/OMX_Core.h
59 LOCAL_COPY_HEADERS += inc/OMX_Image.h
60 LOCAL_COPY_HEADERS += inc/OMX_Index.h
61 LOCAL_COPY_HEADERS += inc/OMX_IVCommon.h
62 LOCAL_COPY_HEADERS += inc/OMX_Other.h
63 LOCAL_COPY_HEADERS += inc/OMX_QCOMExtns.h
64 LOCAL_COPY_HEADERS += inc/OMX_Types.h
[all …]
/hardware/qcom/sdm845/gps/sdm845/utils/
DMakefile.am15 msg_q.h \
16 linked_list.h \
17 loc_cfg.h \
18 loc_log.h \
19 loc_target.h \
20 loc_timer.h \
21 MsgTask.h \
22 LocHeap.h \
23 LocThread.h \
24 LocTimer.h \
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/
Dfilelist.mk4 HEADERS := $(MPL_DIR)/fast_no_motion.h
5 HEADERS += $(MPL_DIR)/fusion_9axis.h
6 HEADERS += $(MPL_DIR)/motion_no_motion.h
7 HEADERS += $(MPL_DIR)/no_gyro_fusion.h
8 HEADERS += $(MPL_DIR)/quaternion_supervisor.h
9 HEADERS += $(MPL_DIR)/gyro_tc.h
10 HEADERS += $(MPL_DIR)/authenticate.h
11 HEADERS += $(MPL_DIR)/accel_auto_cal.h
12 HEADERS += $(MPL_DIR)/accel_auto_cal_protected.h
13 HEADERS += $(MPL_DIR)/compass_vec_cal.h
[all …]
/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/
Dfilelist.mk4 HEADERS := $(MPL_DIR)/fast_no_motion.h
5 HEADERS += $(MPL_DIR)/fusion_9axis.h
6 HEADERS += $(MPL_DIR)/motion_no_motion.h
7 HEADERS += $(MPL_DIR)/no_gyro_fusion.h
8 HEADERS += $(MPL_DIR)/quaternion_supervisor.h
9 HEADERS += $(MPL_DIR)/gyro_tc.h
10 HEADERS += $(MPL_DIR)/authenticate.h
11 HEADERS += $(MPL_DIR)/accel_auto_cal.h
12 HEADERS += $(MPL_DIR)/accel_auto_cal_protected.h
13 HEADERS += $(MPL_DIR)/compass_vec_cal.h
[all …]
/hardware/qcom/sm8150/gps/core/
DMakefile.am15 LocApiBase.h \
16 LocAdapterBase.h \
17 ContextBase.h \
18 LocContext.h \
19 LBSProxyBase.h \
20 loc_core_log.h \
21 LocAdapterProxyBase.h \
22 EngineHubProxyBase.h \
23 data-items/DataItemId.h \
24 data-items/IDataItemCore.h \
[all …]
/hardware/qcom/sdm845/gps/sdm845/core/
DMakefile.am15 LocApiBase.h \
16 LocAdapterBase.h \
17 ContextBase.h \
18 LocDualContext.h \
19 LBSProxyBase.h \
20 UlpProxyBase.h \
21 loc_core_log.h \
22 LocAdapterProxyBase.h \
23 data-items/DataItemId.h \
24 data-items/IDataItemCore.h \
[all …]
/hardware/qcom/gps/msm8998/utils/
DAndroid.mk57 loc_log.h \
58 loc_cfg.h \
59 log_util.h \
60 linked_list.h \
61 msg_q.h \
62 MsgTask.h \
63 LocHeap.h \
64 LocThread.h \
65 LocTimer.h \
66 loc_target.h \
[all …]
DMakefile.am10 msg_q.h \
11 linked_list.h \
12 loc_cfg.h \
13 loc_log.h \
14 loc_target.h \
15 loc_timer.h \
16 MsgTask.h \
17 LocHeap.h \
18 LocThread.h \
19 LocTimer.h \
[all …]
/hardware/qcom/gps/msm8909w_3100/utils/
DMakefile.am12 msg_q.h \
13 linked_list.h \
14 loc_cfg.h \
15 loc_log.h \
16 loc_target.h \
17 loc_timer.h \
18 MsgTask.h \
19 LocHeap.h \
20 LocThread.h \
21 LocTimer.h \
[all …]
/hardware/qcom/msm8998/json-c/
DMakefile.am3 EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc json-c.vcproj
13 arraylist.h \
14 bits.h \
15 debug.h \
16 json.h \
17 json_config.h \
18 json_c_version.h \
19 json_inttypes.h \
20 json_object.h \
21 json_object_iterator.h \
[all …]
DAndroid.mk11 LOCAL_COPY_HEADERS := bits.h \
12 config.h \
13 debug.h \
14 linkhash.h \
15 arraylist.h \
16 json.h \
17 json_config.h \
18 json_inttypes.h \
19 json_util.h \
20 json_object.h \
[all …]
/hardware/qcom/gps/msm8909w_3100/core/
DMakefile.am12 LocApiBase.h \
13 LocAdapterBase.h \
14 ContextBase.h \
15 LocDualContext.h \
16 LBSProxyBase.h \
17 UlpProxyBase.h \
18 loc_core_log.h \
19 LocAdapterProxyBase.h \
20 data-items/DataItemId.h \
21 data-items/IDataItemCore.h \
[all …]
/hardware/qcom/sdm845/display/include/
DAndroid.mk10 LOCAL_COPY_HEADERS := color_metadata.h \
11 display_properties.h \
12 ../libqdutils/qd_utils.h \
13 ../libqdutils/qdMetaData.h \
14 ../libqdutils/display_config.h \
15 ../libdebug/debug_handler.h \
16 ../libqservice/QServiceUtils.h \
17 ../libqservice/IQService.h \
18 ../libqservice/IQHDMIClient.h \
19 ../libqservice/IQClient.h

12345678910>>...30