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

1234

/hardware/invensense/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/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:__anon1174
171 uint32_t version; member in struct:__anon1175
183 uint32_t version; member in struct:__anon1176
194 uint32_t version; member in struct:__anon1177
205 uint32_t version; member in struct:__anon1178
H A DmcLoadFormat.h97 uint32_t version; /**< Version of the MCLF header structure. */ member in struct:__anon1191
149 uint32_t version; /**< Version of the TextHeader structure. */ member in struct:__anon1193
H A DmcSo.h170 /** Secure object version. */
171 uint32_t version; member in struct:__anon1199
/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:__anon39
72 } BWL_POST_PACKED_STRUCT version; /* IE version */ member in struct:__anon41
H A Deapol.h34 unsigned char version; /* EAPOL protocol version */ member in struct:__anon30
43 unsigned char version; /* EAPOL protocol version */ member in struct:__anon31
50 /* EAPOL version */
H A D802.11e.h52 uint8 version; /* WME_VERSION */ member in struct:tspec
/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/libhardware/modules/gralloc/
H A Dgralloc_priv.h90 version = sizeof(native_handle);
100 if (!h || h->version != sizeof(native_handle) ||
/hardware/msm7k/libgralloc/
H A Dgralloc_priv.h98 version = sizeof(native_handle);
108 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/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/msm7k/libgralloc-qsd8k/
H A Dgralloc_priv.h132 version = sizeof(native_handle);
146 if (!h || h->version != 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;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
H A DRegistry.cpp620 // Check header version.
621 fseek(fs, offsetof(mclfIntro_t, version), SEEK_SET);
622 uint32_t version; local
623 fread((char *)&version, 1, sizeof(version), fs);
626 if (!checkVersionOkDataObjectMCLF(version, &msg)) {
699 if (!checkVersionOkDataObjectCONTAINER(tltCont->version, &msg)) {
713 if (!checkVersionOkDataObjectCONTAINER(spCont->version, &msg)) {
726 if (!checkVersionOkDataObjectCONTAINER(rootCont->version, &msg)) {
784 // Check header version
786 uint32_t version; local
[all...]
/hardware/libhardware/include/hardware/
H A Dsensors.h50 * In this version of the API there can only be 256 handles.
749 int32_t version; member in struct:sensors_event_t
835 /* version of the hardware part + driver. The value of this field
840 int version; member in struct:sensor_t

Completed in 1668 milliseconds

1234