Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 146) sorted by relevance

123456

/hardware/qcom/display/msm8998/sdm/libs/core/
Dcore_interface.cpp39 #define GET_REVISION(version) (version >> 16) argument
40 #define GET_DATA_ALIGNMENT(version) ((version >> 8) & 0xFF) argument
41 #define GET_INSTRUCTION_SET(version) (version & 0xFF) argument
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_interface.cpp39 #define GET_REVISION(version) (version >> 16) argument
40 #define GET_DATA_ALIGNMENT(version) ((version >> 8) & 0xFF) argument
41 #define GET_INSTRUCTION_SET(version) (version & 0xFF) argument
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparamsdec_mp42.c215 MixVideoConfigParamsDecMP42 *obj, guint version) { in mix_videoconfigparamsdec_mp42_set_mpegversion()
222 MixVideoConfigParamsDecMP42 *obj, guint *version) { in mix_videoconfigparamsdec_mp42_get_mpegversion()
229 MixVideoConfigParamsDecMP42 *obj, guint version) { in mix_videoconfigparamsdec_mp42_set_divxversion()
237 MixVideoConfigParamsDecMP42 *obj, guint *version) { in mix_videoconfigparamsdec_mp42_get_divxversion()
/hardware/bsp/intel/peripheral/libmraa/examples/java/
DExample.java43 String version = mraa.getVersion(); in main() local
DGpioMmapped.java44 String version = mraa.getVersion(); in main() local
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dmpl.c56 inv_error_t inv_get_version(char **version) in inv_get_version()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dmpl.c56 inv_error_t inv_get_version(char **version) in inv_get_version()
/hardware/intel/common/libva/va/wayland/
Dva_backend_wayland.h46 unsigned int version; member
/hardware/intel/common/libva/va/
Dva_backend_vpp.h38 unsigned int version; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_audio_amrwbplus.h26 unsigned int version; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_audio_amrwbplus.h11 unsigned int version; member
Dmdss_rotator.h78 uint32_t version; member
130 uint32_t version; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_audio_amrwbplus.h11 unsigned int version; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_audio_amrwbplus.h26 unsigned int version; member
Dmdss_rotator.h52 uint32_t version; member
77 uint32_t version; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_audio_amrwbplus.h26 unsigned int version; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_audio_amrwbplus.h11 unsigned int version; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dheader.h23 unsigned int version: 3; member
/hardware/bsp/intel/peripheral/libupm/doxy/
Dconf.py.in75 version = '@upm_VERSION_STRING@' variable
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
Dconf.py.in58 version = '@mraa_VERSION_STRING@' variable
/hardware/libhardware/include/hardware/
Dhw_auth_token.h40 uint8_t version; // Current version is 0 member
/hardware/bsp/intel/soc/common/bootctrl/
Dbootctrl.h45 uint8_t version; member
/hardware/libhardware/modules/sensors/
Dmultihal.cpp262 #define HAL_VERSION_IS_COMPLIANT(version) \ argument
267 int version = ctx->get_device_version_by_handle(handle); in halIsCompliant() local
272 int version = ctx->get_device_version_by_handle(handle); in halIsAPILevelCompliant() local
276 const char *apiNumToStr(int version) { in apiNumToStr()
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_rmnet.h51 unsigned char version; member
/hardware/bsp/intel/peripheral/libupm/src/
Dpackage.json.in21 "version" : "@upm_VERSION_STRING@", string

123456