/system/extras/tests/crypto/ |
D | get_dm_versions.c | 15 io->version[0] = 4; in ioctl_init() 16 io->version[1] = 0; in ioctl_init() 17 io->version[2] = 0; in ioctl_init() 50 printf("%s: %d.%d.%d\n", v->name, v->version[0], v->version[1], v->version[2]); in main()
|
/system/core/fastbootd/ |
D | vendor_trigger_default.c | 36 static const int version = 1; variable 45 KLOG_DEBUG("fastbootd", "%s: %d (%d)", __func__, fastboot_version, version); in trigger_check_version() 46 *libversion = version; in trigger_check_version() 47 return !(fastboot_version == version); in trigger_check_version()
|
D | trigger.c | 40 static const int version = 1; variable 50 if (trigger_check_version(version, &libversion)) { in load_trigger()
|
D | vendor_trigger.h | 59 int trigger_check_version(const int version, int *libversion);
|
/system/core/libcutils/ |
D | native_handle.c | 33 h->version = sizeof(native_handle_t); in native_handle_create() 42 if (h->version != sizeof(native_handle_t)) in native_handle_delete() 51 if (h->version != sizeof(native_handle_t)) in native_handle_close()
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 51 int version; in checkRSA() local 54 version = useSHA256 ? 3 : 1; in checkRSA() 56 version = useSHA256 ? 4 : 2; in checkRSA() 67 return version; in checkRSA() 107 int version = check(key, useSHA256); in printRSA() local 115 if (version > 1) { in printRSA() 117 result.append(Integer.toString(version)); in printRSA() 172 int version = checkEC(key); in printEC() local 177 result.append(Integer.toString(version)); in printEC()
|
/system/extras/sane_schedstat/ |
D | sane_schedstat.c | 112 unsigned int version; in parse() local 115 if (sscanf(b, "version %u\n", &version) != 1) { in parse() 119 switch (version) { in parse() 135 printf("Can not handle version %u\n", version); in parse()
|
/system/core/toolbox/ |
D | mkswap.c | 11 uint32_t version; member 61 sw_hdr.version = 1; in mkswap_main()
|
D | sendevent.c | 52 int version; in sendevent_main() local 65 if (ioctl(fd, EVIOCGVERSION, &version)) { in sendevent_main()
|
D | getevent.c | 296 int version; in open_device() local 313 if(ioctl(fd, EVIOCGVERSION, &version)) { in open_device() 364 id.bustype, id.vendor, id.product, id.version); in open_device() 372 version >> 16, (version >> 8) & 0xff, version & 0xff); in open_device()
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 70 Host: "getvar:version" request version variable 72 Client: "OKAY0.4" return version "0.4" 109 "getvar:%s" Read a config/version variable from the bootloader. 154 version Version of FastBoot protocol supported. 157 version-bootloader Version string for the Bootloader. 159 version-baseband Version string of the Baseband Software
|
/system/core/logd/tests/ |
D | logd_test.cpp | 359 log_msg *msg, unsigned int version, int lid) { in dump_log_msg() argument 362 version = 1; in dump_log_msg() 366 if (version == 0) { in dump_log_msg() 367 version = 2; in dump_log_msg() 372 fprintf(stderr, "%s: v%u[%u] ", prefix, version, msg->len()); in dump_log_msg() 373 if (version != 1) { in dump_log_msg() 378 switch(version) { in dump_log_msg()
|
/system/core/include/cutils/ |
D | native_handle.h | 26 int version; /* sizeof(native_handle_t) */ member
|
/system/core/ |
D | ThirdPartyProject.prop | 4 version=2.6.32
|
/system/core/adb/ |
D | adb_client.c | 245 int version = ADB_SERVER_VERSION - 1; in adb_connect() local 257 if (sscanf(buf, "%04x", &version) != 1) goto error; in adb_connect() 265 if(version != ADB_SERVER_VERSION) { in adb_connect()
|
D | framebuffer_service.c | 40 unsigned int version; member 86 fbinfo.version = DDMS_RAWIMAGE_VERSION; in framebuffer_service()
|
/system/extras/tests/sdcard/ |
D | profile_sdcard.sh | 19 adb shell cat /proc/version
|
/system/core/include/system/ |
D | window.h | 79 int version; member 93 common.version = sizeof(ANativeWindowBuffer); in ANativeWindowBuffer() 377 common.version = sizeof(ANativeWindow); in ANativeWindow()
|
/system/vold/ |
D | Devmapper.cpp | 122 io->version[0] = 4; in ioctlInit() 123 io->version[1] = 0; in ioctlInit() 124 io->version[2] = 0; in ioctlInit()
|
/system/core/include/nativebridge/ |
D | native_bridge.h | 80 uint32_t version; member
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.c | 242 io->version[0] = 4; in verity_ioctl_init() 243 io->version[1] = 0; in verity_ioctl_init() 244 io->version[2] = 0; in verity_ioctl_init()
|
/system/core/debuggerd/ |
D | getevent.cpp | 36 int version; in open_device() local 50 if (ioctl(fd, EVIOCGVERSION, &version)) { in open_device()
|
/system/security/softkeymaster/ |
D | module.cpp | 57 dev->common.version = 1; in openssl_open()
|
/system/core/logd/ |
D | README.auditd | 3 The audit daemon is a simplified version of its desktop
|
/system/extras/taskstats/ |
D | taskstats.c | 49 int version = 1; in send_command() local 53 genl_cmd, version); in send_command() 188 printf("%-25s%d\n", "Stats version:", s->version); in print_task_stats()
|