/hardware/qcom/sm7250/gps/utils/ |
D | Makefile.am | 15 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/sm8150/gps/utils/ |
D | Makefile.am | 15 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/google/gfxstream/guest/mesa/src/util/ |
D | meson.build | 33 'anon_file.h', 35 'bigmath.h', 37 'bitscan.h', 38 'bitset.h', 39 'blend.h', 41 'blob.h', 43 'build_id.h', 44 'cnd_monotonic.h', 45 'compiler.h', 47 'compress.h', [all …]
|
/hardware/google/gfxstream/guest/mesa/include/ |
D | meson.build | 33 install_headers('KHR/khrplatform.h', subdir : 'KHR') 38 'GLES/egl.h', 39 'GLES/gl.h', 40 'GLES/glext.h', 41 'GLES/glplatform.h', 48 'GLES2/gl2.h', 49 'GLES2/gl2ext.h', 50 'GLES2/gl2platform.h', 54 'GLES3/gl3.h', 55 'GLES3/gl31.h', [all …]
|
/hardware/qcom/sm7150/gps/utils/ |
D | Makefile.am | 15 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/sm8150p/gps/utils/ |
D | Makefile.am | 15 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/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | meson.build | 26 'rmv/vk_rmv_common.h', 28 'rmv/vk_rmv_tokens.h', 30 'vk_acceleration_structure.h', 32 'vk_blend.h', 34 'vk_buffer.h', 36 'vk_buffer_view.h', 40 'vk_command_buffer.h', 42 'vk_command_pool.h', 44 'vk_debug_report.h', 46 'vk_debug_utils.h', [all …]
|
/hardware/qcom/sm8150/media/mm-core/ |
D | Makefile.am | 21 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 …]
|
/hardware/qcom/media/msm8998/mm-core/ |
D | Makefile.am | 21 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 …]
|
/hardware/qcom/sm7250/media/mm-core/ |
D | Makefile.am | 21 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 …]
|
/hardware/google/gfxstream/guest/mesa/include/winddk/ |
D | .gitignore | 2 d3d10umddi.h 4 d3dkmddi.h 5 d3dkmdt.h 6 d3dkmthk.h 7 d3dukmdt.h 8 d3dumddi.h 9 dxgiddi.h 10 dxgiformat.h 11 dxgitype.h 12 dxmini.h [all …]
|
D | README.txt | 5 d3d10umddi.h 7 d3dkmddi.h 8 d3dkmdt.h 9 d3dkmthk.h 10 d3dukmdt.h 11 d3dumddi.h 12 dxgiddi.h 13 dxgiformat.h 14 dxgitype.h 15 dxmini.h [all …]
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidItem.cpp | 80 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/gps/msm8909/utils/ |
D | Android.mk | 48 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/invensense/65xx/libsensors_iio/software/core/mpl/build/ |
D | filelist.mk | 4 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/ |
D | filelist.mk | 4 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/gps/msm8998/utils/ |
D | Makefile.am | 10 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 …]
|
D | Android.mk | 57 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 …]
|
/hardware/qcom/sm7150/gps/core/ |
D | Makefile.am | 15 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/sm8150p/gps/core/ |
D | Makefile.am | 15 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/google/gfxstream/scripts/ |
D | generate-dispatch-headers.sh | 53 functions_header $ENTRIES_DIR/render_egl.entries $HEADER_OUT_DIR/RenderEGL_functions.h 54 …_header $ENTRIES_DIR/render_egl_extensions.entries $HEADER_OUT_DIR/RenderEGL_extensions_functions.h 55 …ions_header $ENTRIES_DIR/render_egl_snapshot.entries $HEADER_OUT_DIR/RenderEGL_snapshot_functions.h 57 funcargs_header $ENTRIES_DIR/gles1_extensions.entries $HEADER_OUT_DIR/gles1_extensions_functions.h 58 funcargs_header $ENTRIES_DIR/gles1_only.entries $HEADER_OUT_DIR/gles1_only_functions.h 59 funcargs_header $ENTRIES_DIR/gles2_extensions.entries $HEADER_OUT_DIR/gles2_extensions_functions.h 60 funcargs_header $ENTRIES_DIR/gles2_only.entries $HEADER_OUT_DIR/gles2_only_functions.h 61 funcargs_header $ENTRIES_DIR/gles31_only.entries $HEADER_OUT_DIR/gles31_only_functions.h 62 funcargs_header $ENTRIES_DIR/gles3_extensions.entries $HEADER_OUT_DIR/gles3_extensions_functions.h 63 funcargs_header $ENTRIES_DIR/gles3_only.entries $HEADER_OUT_DIR/gles3_only_functions.h [all …]
|
/hardware/qcom/sm7250/gps/core/ |
D | Makefile.am | 15 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/sm8150/gps/core/ |
D | Makefile.am | 15 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/gps/msm8909w_3100/utils/ |
D | Makefile.am | 12 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/media/msm8974/mm-core/ |
D | Android.mk | 55 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 …]
|