Searched refs:version (Results 1 - 25 of 140) sorted by relevance

123456

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dmpl.h18 inv_error_t inv_get_version(char **version);
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.h18 inv_error_t inv_get_version(char **version);
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/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcVersionHelper.h41 /** Create a version number given major and minor numbers. */
46 /** Get major version number from complete version. */
47 #define MC_GET_MAJOR_VERSION(version) ((version) >> 16)
49 /** Get minor version number from complete version. */
50 #define MC_GET_MINOR_VERSION(version) ((version) & 0xffff)
62 /** Checks at compile-time that an interface version provide
[all...]
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
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
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmeth.h96 uint8 version; /* Version is 0 */ member in struct:bcmeth_hdr
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
/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
H A Dmsm_ion.h280 * @version - version of content protection
286 int ion_secure_heap(struct ion_device *dev, int heap_id, int version,
294 * @version - version of content protection
300 int ion_unsecure_heap(struct ion_device *dev, int heap_id, int version,
415 int version, void *data)
422 int version, void *data)
414 ion_secure_heap(struct ion_device *dev, int heap_id, int version, void *data) argument
421 ion_unsecure_heap(struct ion_device *dev, int heap_id, int version, void *data) argument
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h90 version = sizeof(native_handle);
100 if (!h || h->version != sizeof(native_handle) ||
/hardware/libhardware/modules/nfc/
H A Dnfc_pn544_example.c37 dev->common.version = 0;
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h116 version = sizeof(native_handle);
128 version = sizeof(native_handle);
140 version = sizeof(native_handle);
150 if (!h || h->version != sizeof(native_handle) ||
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp92 list[i].version,
133 if (data.version != sizeof(sensors_event_t)) {
134 printf("incorrect event version (version=%d, expected=%d",
135 data.version, sizeof(sensors_event_t));
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc_priv.h200 version = sizeof(native_handle);
214 if (!h || h->version != sizeof(native_handle) ||
221 h ? h->version : -1, sizeof(native_handle),
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc_priv.h198 version = sizeof(native_handle);
212 if (!h || h->version != sizeof(native_handle) ||
219 h ? h->version : -1, sizeof(native_handle),
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc_priv.h199 version = sizeof(native_handle);
213 if (!h || h->version != sizeof(native_handle) ||
220 h ? h->version : -1, sizeof(native_handle),
/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/audio/legacy/alsa_sound/
H A Dacoustics_default.cpp61 dev->common.version = 0;

Completed in 739 milliseconds

123456