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

/system/core/include/cutils/
H A Dnative_handle.h26 int version; /* sizeof(native_handle_t) */ member in struct:__anon39
/system/core/adb/
H A Dadb_client.c203 // first query the adb server's version
204 int fd = _adb_connect("host:version");
219 // if server was running, check its version to make sure it is not out of date
222 int version = ADB_SERVER_VERSION - 1; local
224 // if we have a file descriptor, then parse version result
234 if (sscanf(buf, "%04x", &version) != 1) goto error;
237 // which would indicate a version of adb that does not support the version command
242 if(version != ADB_SERVER_VERSION) {
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.c327 case A_CNXN: /* CONNECT(version, maxdata, "system-id-string") */
328 /* XXX verify version, etc */
909 header.version = _LINUX_CAPABILITY_VERSION;
1077 if (!strcmp(service, "version")) {
1078 char version[12]; local
1079 snprintf(version, sizeof version, "%04x", ADB_SERVER_VERSION);
1080 snprintf(buf, sizeof buf, "OKAY%04x%s", (unsigned)strlen(version), version);
H A Dcommandline.c83 void version(FILE * out) { function
84 fprintf(out, "Android Debug Bridge version %d.%d.%d\n",
90 version(stderr);
139 " adb version - show version num\n"
1122 if(!strcmp(argv[0], "version")) {
1123 version(stdout);
/system/core/debuggerd/
H A Dgetevent.c21 int version; local
35 if(ioctl(fd, EVIOCGVERSION, &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/wilink_6_1/stad/src/Connection_Managment/
H A DadmCtrlWpa.h101 TI_UINT16 version; member in struct:__anon1643
H A DadmCtrlWpa2.h143 TI_UINT16 version; member in struct:__anon1646
/system/core/include/pixelflinger/
H A Dpixelflinger.h188 GGLsizei version; // always set to sizeof(GGLSurface) member in struct:__anon51
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c4790 os_error_printf(CU_MSG_INFO2, (PS8)"Get FW version function has failed\n");
4799 #ifdef FIX_HDK_VERSION_API /* HDK version struct should be changed aligned and without pointer */
5129 /* version type */
5136 /* version length */
5145 /* Description: Fill version to the NVS */
5161 U8 version[NUMBER_OF_DIGIT_VERISON]; local
5173 /* version type */
5177 /* version length */
5213 version[numberOfVersionDigit] = (U8)os_atoi((PS8)tempStr);
5214 os_fwrite(&(version[numberOfVersionDigi
[all...]
/system/wlan/ti/wilink_6_1/utils/
H A D802_11Defs.h754 TI_UINT8 version; member in struct:__anon1871
784 TI_UINT8 version; member in struct:__anon1874
874 TI_UINT8 version; member in struct:__anon1880

Completed in 190 milliseconds