Searched defs:version (Results 1 - 25 of 49) sorted by relevance

12

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dmpl.c47 * @brief used to get the MPL version.
48 * @param version a string where the MPL version gets stored.
51 inv_error_t inv_get_version(char **version) argument
55 *version = (char *)&ml_ver;
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dmpl.c52 * @brief used to get the MPL version.
53 * @param version a string where the MPL version gets stored.
56 inv_error_t inv_get_version(char **version) argument
60 *version = (char *)&ml_ver;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmeth.h96 uint8 version; /* Version is 0 */ member in struct:bcmeth_hdr
H A D802.11e.h52 uint8 version; /* WME_VERSION */ member in struct:tspec
H A Dwpa.h44 #define DOT11_RC_BAD_WPA_VERSION 21 /* Unsupported WPA version */
60 } BWL_POST_PACKED_STRUCT version; /* IE version */ member in struct:__anon43
72 } BWL_POST_PACKED_STRUCT version; /* IE version */ member in struct:__anon45
H A Deapol.h34 unsigned char version; /* EAPOL protocol version */ member in struct:__anon34
43 unsigned char version; /* EAPOL protocol version */ member in struct:__anon35
50 /* EAPOL version */
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_rmnet.h50 unsigned char version; member in struct:QMI_QOS_HDR_S
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_rmnet.h4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
51 unsigned char version; member in struct:QMI_QOS_HDR_S
H A Dion.h8 * License version 2, as published by the Free Software Foundation, and
343 * @version - version of content protection
349 int ion_secure_heap(struct ion_device *dev, int heap_id, int version,
357 * @version - version of content protection
363 int ion_unsecure_heap(struct ion_device *dev, int heap_id, int version,
471 int version, void *data)
478 int version, void *data)
470 ion_secure_heap(struct ion_device *dev, int heap_id, int version, void *data) argument
477 ion_unsecure_heap(struct ion_device *dev, int heap_id, int version, void *data) argument
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_rmnet.h50 unsigned char version; member in struct:QMI_QOS_HDR_S
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_rmnet.h38 unsigned char version; member in struct:QMI_QOS_HDR_S
/hardware/libhardware/include/hardware/
H A Dhardware.h47 * The current HAL API version.
72 * Use this macro to set the hw_device_t.version field
91 * The API version of the implemented module. The module owner is
92 * responsible for updating the version when a module interface has
96 * The module user must interpret the version field to decide whether or
102 * The module API version should include a major and a minor component.
103 * For example, version 1.0 could be represented as 0x0100. This format
115 * source code compatibility. They will be removed in the next version.
116 * ALL clients must convert to the new version format.
120 * The API version o
183 uint32_t version; member in struct:hw_device_t
[all...]
H A Dbt_hh.h81 int version; member in struct:__anon227
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h92 uint version; /* To allow structure change tracking */ member in struct:dhd_pktgen
H A Dhndrte_debug.h49 uint32 version; /* Debug struct version */ member in struct:hndrte_debug
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_vidc.h44 unsigned int version; member in struct:msm_vidc_aspect_ratio_payload
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcLoadFormat.h97 uint32_t version; /**< Version of the MCLF header structure. */ member in struct:__anon1844
149 uint32_t version; /**< Version of the TextHeader structure. */ member in struct:__anon1846
H A DmcSo.h170 /** Secure object version. */
171 uint32_t version; member in struct:__anon1852
H A DmcContainer.h161 uint32_t version; member in struct:__anon1827
171 uint32_t version; member in struct:__anon1828
183 uint32_t version; member in struct:__anon1829
194 uint32_t version; member in struct:__anon1830
205 uint32_t version; member in struct:__anon1831
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp69 uint32_t getDaemonVersion(Connection *devCon, uint32_t *version);
204 // Runtime check of Daemon version.
206 uint32_t version = 0; local
207 mcResult = getDaemonVersion(devCon, &version);
211 if (!checkVersionOkDAEMON(version, &errmsg)) {
956 uint32_t getDaemonVersion(Connection *devCon, uint32_t *version) argument
958 assert(version != NULL);
971 // version is still 0, we don't further analyze response here.
980 *version = v;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp110 LOG_E("kernel module version mismatch");
285 uint32_t version = 0; local
289 ret = pMcKMod->fcInfo(MC_EXT_INFO_ID_MCI_VERSION, NULL, &version);
296 if (!checkVersionOkMCI(version, &errmsg)) {
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.cpp535 uint32_t version; local
541 int ret = ioctl(fdKMod, MC_IO_VERSION, &version);
550 if (!checkVersionOkMCDRVMODULEAPI(version, &errmsg)) {
/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.c179 printf("\t--version\tshow version (%s)\n", calibrator_version);
227 static void version(void) function
229 printf("calibrator version %s\n", calibrator_version);
500 if (argc > 0 && strcmp(*argv, "--version") == 0) {
501 version();
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_vidc.h70 unsigned int version; member in struct:msm_vidc_aspect_ratio_payload
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Basecomponent.c23 * @version 2.0.0
55 OMX_VERSIONTYPE* version = NULL; local
60 version = (OMX_VERSIONTYPE*)((char*)header + sizeof(OMX_U32));
65 if (version->s.nVersionMajor != VERSIONMAJOR_NUMBER ||
66 version->s.nVersionMinor != VERSIONMINOR_NUMBER) {

Completed in 741 milliseconds

12