Searched defs:version (Results 26 - 39 of 39) sorted by relevance

12

/system/core/include/system/
H A Dradio.h34 * Current version of the framework only supports RADIO_CLASS_AM_FM.
137 char version[RADIO_STRING_LEN_MAX]; /* product version */ member in struct:radio_hal_properties
153 char version[RADIO_STRING_LEN_MAX]; member in struct:radio_properties
H A Dwindow.h79 int version; member in struct:android_native_base_t
93 common.version = sizeof(ANativeWindowBuffer);
394 common.version = sizeof(ANativeWindow);
/system/core/toolbox/
H A Dgetevent.c315 int version; local
332 if(ioctl(fd, EVIOCGVERSION, &version)) {
334 fprintf(stderr, "could not get driver version for %s, %s\n", device, strerror(errno));
382 " version %04x\n",
383 id.bustype, id.vendor, id.product, id.version);
390 printf(" version: %d.%d.%d\n",
391 version >> 16, (version >> 8) & 0xff, version & 0xff);
/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c212 unsigned long long *version, int fd)
226 /* get the version number */
246 *version = cp2_version;
211 validate_checkpoint(block_t cp_addr, unsigned long long *version, int fd) argument
/system/media/audio/include/system/
H A Dsound_trigger.h65 unsigned int version; /* implementation version */ member in struct:sound_trigger_properties
67 Must change with version each version */
H A Daudio.h207 * frame header to specify bit rate, stereo mode, version...
762 * The version and size fields must be initialized by the caller by using
766 uint16_t version; // version of the info structure member in struct:__anon1607
767 uint16_t size; // total size of the structure including version and size
785 version: AUDIO_OFFLOAD_INFO_VERSION_CURRENT,
815 version: AUDIO_OFFLOAD_INFO_VERSION_CURRENT,
/system/bt/bta/include/
H A Dbta_hh_api.h201 UINT16 version; /* version */ member in struct:__anon407
/system/bt/btif/src/
H A Dbtif_storage.c126 <vendor_id> <space> > <product_id> <space> <version> <space>
301 BTIF_STORAGE_PATH_REMOTE_VER_VER, info->version);
414 BTIF_STORAGE_PATH_REMOTE_VER_VER, &info->version);
1297 UINT16 product_id, UINT16 version,
1309 btif_config_set_int(bdstr, "HidVersion", version);
1364 dscp_info.version = (uint8_t) value;
1294 btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr, UINT16 attr_mask, UINT8 sub_class, UINT8 app_id, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 ctry_code, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) argument
/system/core/adb/
H A Dcommandline.cpp68 static void version(FILE* out) { function
69 fprintf(out, "Android Debug Bridge version %d.%d.%d\nRevision %s\n",
74 version(stderr);
154 " (-d: allow version code downgrade)\n"
162 " (-d: allow version code downgrade)\n"
198 " adb version - show version num\n"
1480 else if (!strcmp(argv[0], "version")) {
1481 version(stdout);
/system/media/camera/src/
H A Dcamera_metadata.c93 uint32_t version; member in struct:camera_metadata
218 metadata->version = CURRENT_METADATA_VERSION;
863 metadata->version, metadata->flags);
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h188 GGLsizei version; // always set to sizeof(GGLSurface) member in struct:__anon1462
/system/vold/
H A Dcryptfs.c117 SLOGI("keymaster version is %d", mod->module_api_version);
453 io->version[0] = 4;
454 io->version[1] = 0;
455 io->version[2] = 0;
674 /* A routine to update the passed in crypt_ftr to the lastest version.
790 SLOGE("Cannot understand major version %d real block device footer; expected %d\n",
796 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n",
873 SLOGE("Crypt_ftr version doesn't support persistent data");
954 SLOGE("Crypt_ftr version doesn't support persistent data");
1114 static int get_dm_crypt_version(int fd, const char *name, int *version) argument
1158 int version[3]; local
[all...]
/system/security/keystore/
H A Dkeystore.cpp464 * parts must be no more than VALUE_SIZE bytes. The first field is the version,
484 uint8_t version; member in struct:blob
525 mBlob.version = CURRENT_BLOB_VERSION;
560 return mBlob.version;
564 if (mBlob.version < 2) {
591 void setVersion(uint8_t version) { argument
592 mBlob.version = version;
673 // memory version has extra padding to tolerate rounding up to
1010 * Depending on the hardware keymaster version i
1168 const uint8_t version = keyBlob->getVersion(); local
1484 uint32_t version; member in struct:KeyStore::__anon1669
1508 uint8_t version = oldVersion; local
[all...]
/system/bt/btif/include/
H A Duinput.h567 uint16_t version; member in struct:uinput_id

Completed in 554 milliseconds

12