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

12

/system/core/libcutils/
H A Dnative_handle.c33 h->version = sizeof(native_handle_t);
42 if (h->version != sizeof(native_handle_t))
51 if (h->version != sizeof(native_handle_t))
/system/core/include/cutils/
H A Dnative_handle.h26 int version; /* sizeof(native_handle_t) */ member in struct:__anon39
/system/extras/tests/sdcard/
H A Dprofile_sdcard.sh19 adb shell cat /proc/version
/system/core/adb/
H A Dframebuffer_service.c33 /* This version number defines the format of the fbinfo struct.
37 unsigned int version; member in struct:fbinfo
69 fbinfo.version = DDMS_RAWIMAGE_VERSION;
H A Dadb_client.c210 // first query the adb server's version
211 int fd = _adb_connect("host:version");
227 // if server was running, check its version to make sure it is not out of date
230 int version = ADB_SERVER_VERSION - 1; local
232 // if we have a file descriptor, then parse version result
242 if (sscanf(buf, "%04x", &version) != 1) goto error;
245 // which would indicate a version of adb that does not support the version command
250 if(version != ADB_SERVER_VERSION) {
H A Dadb.c321 case A_CNXN: /* CONNECT(version, maxdata, "system-id-string") */
322 /* XXX verify version, etc */
923 header.version = _LINUX_CAPABILITY_VERSION;
1179 if (!strcmp(service, "version")) {
1180 char version[12]; local
1181 snprintf(version, sizeof version, "%04x", ADB_SERVER_VERSION);
1182 snprintf(buf, sizeof buf, "OKAY%04x%s", (unsigned)strlen(version), version);
/system/core/toolbox/
H A Dsendevent.c20 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */
53 int version; local
66 if (ioctl(fd, EVIOCGVERSION, &version)) {
67 fprintf(stderr, "could not get driver version for %s, %s\n", argv[optind], strerror(errno));
H A Dgetevent.c123 int version; local
139 if(ioctl(fd, EVIOCGVERSION, &version)) {
141 fprintf(stderr, "could not get driver version for %s, %s\n", device, strerror(errno));
184 " version %04x\n",
185 id.bustype, id.vendor, id.product, id.version);
192 printf(" version: %d.%d.%d\n",
193 version >> 16, (version >> 8) & 0xff, version & 0xff);
318 int version; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DadmCtrlWpa.h101 UINT16 version;
H A DadmCtrlWpa2.h143 UINT16 version;
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
H A DWlanDrvIf.h43 #include <linux/version.h>
H A Dwbuf.h44 #include <linux/version.h>
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DadmCtrlWpa.h101 TI_UINT16 version; member in struct:__anon1743
H A DadmCtrlWpa2.h143 TI_UINT16 version; member in struct:__anon1746
/system/core/init/
H A Dkeychords.c50 keychord->version = KEYCHORD_VERSION;
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A DosTIType.h40 #include <linux/version.h>
/system/vold/
H A DDevmapper.cpp118 io->version[0] = 4;
119 io->version[1] = 0;
120 io->version[2] = 0;
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dchip_stat.c38 #include <linux/version.h>
59 MODULE_PARM_DESC(fw_version, "WiFi firmware version");
62 Exports WiFi firmware version to /sys/module/wlan/parameters/fw_version
/system/core/debuggerd/
H A Dgetevent.c21 int version; local
35 if(ioctl(fd, EVIOCGVERSION, &version)) {
/system/core/libnetutils/
H A Dpacket.c100 ip.version = IPVERSION;
184 } else if (packet.ip.version != IPVERSION || packet.ip.ihl != (sizeof(packet.ip) >> 2)) {
/system/core/libpixelflinger/
H A DAndroid.mk87 # Static library version
/system/extras/tests/framebuffer/
H A Dfb_test.c88 fb->version = sizeof(*fb);
97 fb->version = sizeof(*fb);
/system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/
H A Dos_sources.inc38 $(UTILS)/version.h \
/system/wlan/ti/wilink_6_1/platforms/os/linux/build/
H A Dos_sources.inc38 $(UTILS)/version.h \
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DadmCtrlWpa.c576 pWpaIePacket->version = ENDIAN_HANDLE_WORD(WPA_OUI_MAX_VERSION);
580 os_memoryCopy(pAdmCtrl->hOs, (UINT8*)&pWpaIePacket->version, &tempInt, sizeof(pWpaIePacket->version));
1114 (wpaIePacket->ouiType > WPA_OUI_MAX_TYPE) || (ENDIAN_HANDLE_WORD(wpaIePacket->version) > WPA_OUI_MAX_VERSION) ||
1118 ("Wpa_ParseIe Error: length=0x%x, elementid=0x%x, ouiType=0x%x, version=0x%x, oui=0x%x, 0x%x, 0x%x\n",
1120 wpaIePacket->ouiType, wpaIePacket->version,

Completed in 656 milliseconds

12