Searched refs:type (Results 26 - 50 of 104) sorted by relevance

12345

/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp244 EXPECT_EQ(TYPE_INT64, entry.type);
253 EXPECT_EQ(TYPE_INT32, entry.type);
262 EXPECT_EQ(TYPE_FLOAT, entry.type);
271 EXPECT_EQ(TYPE_FLOAT, entry.type);
339 EXPECT_EQ(TYPE_INT64, entry.type);
344 entry.type = 56;
351 EXPECT_EQ((uint8_t)56, entry.type);
420 EXPECT_EQ(e1.type, e2.type);
423 j < e1.count * camera_metadata_type_size[e1.type];
810 int type = get_camera_metadata_tag_type(tag); local
[all...]
/system/core/sh/
H A Dshow.c82 switch(n->type) {
114 fprintf(fp, "<node type %d>", n->type);
141 switch (np->nfile.type) {
154 if (np->nfile.type == NTOFD || np->nfile.type == NFROMFD) {
172 if (arg->type != NARG) {
173 printf("<node type %d>\n", arg->type);
H A Dredir.c132 if ((n->nfile.type == NTOFD || n->nfile.type == NFROMFD) &&
189 switch (redir->nfile.type) {
265 if (redir->type == NHERE) {
281 if (redir->type == NHERE)
H A Dnodes.c122 funcblocksize += nodesize[n->type];
123 switch (n->type) {
218 funcblock = (char *) funcblock + nodesize[n->type];
219 switch (n->type) {
294 new->type = n->type;
/system/core/toolbox/
H A Dmount.c146 do_mount(char *dev, char *dir, char *type, unsigned long rwflag, void *data, int loop, argument
181 while ((s = strsep(&type, ",")) != NULL) {
278 char *type = NULL; local
303 type = optarg;
317 * have a "type" as such. Use the dummy "none" type.
320 type = "none";
329 if (dev == NULL || dir == NULL || type == NULL) {
330 fprintf(stderr, "Usage: %s [-r] [-w] [-o options] [-t type] "
335 return do_mount(dev, dir, type, rwfla
[all...]
H A Dsendevent.c15 __u16 type; member in struct:input_event
57 fprintf(stderr, "use: %s device type code value\n", argv[0]);
71 event.type = atoi(argv[2]);
/system/core/libnetutils/
H A Ddhcpclient.c101 uint32_t type; member in struct:dhcp_info
136 static const char *dhcp_type_to_name(uint32_t type) argument
138 switch(type) {
155 dhcp_type_to_name(info->type), info->type);
223 info->type = *x;
416 info.type = 0;
431 if ( info.type == DHCPOFFER ) {
503 if (info.type == DHCPOFFER) {
511 if (info.type
[all...]
H A Ddhcpmsg.c24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid) argument
50 *x++ = type;
/system/core/debuggerd/
H A Dvfp.S4 .type crash, %function
/system/core/init/
H A Dutil.h28 int create_socket(const char *name, int type, mode_t perm,
/system/core/libnl_2/
H A Dattr.c132 int type = nla_type(pos); local
134 if ((type <= maxtype) && (type != 0))
135 tb[type] = pos;
191 * to the message msg nested in a container of the type attrtype. The
203 /* Return type of the attribute. */
210 * in the attribute header (type,length). Return NULL if insufficient space */
/system/extras/fatblock/
H A Dfatblock.h38 extent_type type; member in struct:extent
H A Dfs.h45 offset_t len, int type, cluster_t *first_cluster_out);
/system/core/fs_mgr/
H A Dfs_mgr.c318 fstab[cnt].type = strdup(p);
356 free(fstab[i].type);
367 static void check_fs(char *blk_dev, char *type, char *target) argument
376 if (!strcmp(type, "ext2") || !strcmp(type, "ext3") || !strcmp(type, "ext4")) {
390 ret = mount(blk_dev, target, type, tmpmnt_flags, tmpmnt_opts);
464 check_fs(fstab[i].blk_dev, fstab[i].type, fstab[i].mnt_point);
467 mret = mount(fstab[i].blk_dev, fstab[i].mnt_point, fstab[i].type,
530 check_fs(n_blk_dev, fstab[i].type, fsta
[all...]
/system/core/include/diskconfig/
H A Ddiskconfig.h67 uint8_t type; /* byte 4 */ member in struct:pc_partition
84 uint8_t type; member in struct:part_info
/system/core/libcutils/arch-arm/
H A Dmemset32.S25 .type android_memset32, %function
27 .type android_memset16, %function
/system/core/libdiskconfig/
H A Dconfig_mbr.c31 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, argument
46 pentry->type = type;
50 ALOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u",
51 pentry->status, pentry->type, pentry->start_lba, pentry->len_lba);
114 pinfo->type, *lba, (uint32_t)len_lba);
179 pinfo->type, 1, len);
H A Ddiskconfig.c110 if (!(tmp = config_str(partnode, "type", NULL))) {
111 ALOGE("Partition type required: %s", pinfo->name);
117 pinfo->type = PC_PART_TYPE_LINUX;
119 pinfo->type = PC_PART_TYPE_FAT32;
121 ALOGE("Unsupported partition type found: %s", tmp);
364 if ((part->type != PC_PART_TYPE_LINUX) &&
365 (part->type != PC_PART_TYPE_FAT32)) {
366 ALOGE("Unknown partition type (0x%x) encountered for partition "
367 "'%s'\n", part->type, part->name);
491 part->type
[all...]
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp95 static int wrap_key(EVP_PKEY* pkey, int type, uint8_t** keyBlob, size_t* keyBlobLength) { argument
105 /* int type + int size + private key data + int size + public key data */
119 /* Write key type to allocated buffer */
121 *p++ = (type >> (8*i)) & 0xFF;
159 // int32 magic, int32 type, int32 pubLen, char* pub, int32 privLen, char* priv
172 int type = 0; local
174 type = (type << 8) | *p++;
191 d2i_PublicKey(type, &tmp, &p, publicLen);
204 d2i_PrivateKey(type,
[all...]
/system/extras/tests/framebuffer/
H A Dmdp_test.c34 char *type, *fn; local
36 type = name;
42 if (!strncmp(type, "yuv420", 6))
44 else if (!strncmp(type, "rgb565", 6))
47 fprintf(stderr, "Unsupported image type: %s\n", type);
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dl2cap.h142 uint8_t type; member in struct:__anon255
176 uint16_t type; member in struct:__anon258
181 uint16_t type; member in struct:__anon259
/system/media/camera/include/system/
H A Dcamera_metadata.h64 // Number of type fields
78 * number of entries in data of the entry's type, not a count of bytes.
83 uint8_t type; member in struct:camera_metadata_entry
102 uint8_t type; member in struct:camera_metadata_ro_entry
115 * Size in bytes of each entry type
121 * Human-readable name of each entry type
133 * an integer tag to identify its meaning, 'type' and 'count' field, and the
134 * data, which contains a 'count' number of entries of type 'type'. The packet
275 * up. That is, if entry of 'type' wit
[all...]
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp93 uint32_t ARMAssemblerProxy::reg_imm(int Rm, int type, uint32_t shift) argument
95 return mTarget->reg_imm(Rm, type, shift);
103 uint32_t ARMAssemblerProxy::reg_reg(int Rm, int type, int Rs) argument
105 return mTarget->reg_reg(Rm, type, Rs);
122 uint32_t ARMAssemblerProxy::reg_scale_pre(int Rm, int type, uint32_t shift, int W) argument
124 return mTarget->reg_scale_pre(Rm, type, shift, W);
127 uint32_t ARMAssemblerProxy::reg_scale_post(int Rm, int type, uint32_t shift) argument
129 return mTarget->reg_scale_post(Rm, type, shift);
/system/extras/tests/fstest/
H A Dperm_checker.c62 enum perm_rule_type type; member in struct:perm_rule
122 pr->type = RECURSIVE;
125 pr->type = WILDCARD;
128 pr->type = EXACT_DIR;
131 pr->type = EXACT_FILE;
145 pr->next = rules[pr->type];
146 rules[pr->type] = pr;
148 printf("rule #%d: type = %d spec = %s min_mode = %o max_mode = %o "
150 num_rules, pr->type, pr->spec, pr->min_mode, pr->max_mode,
/system/vold/
H A DVolumeManager.h37 , type(_type)
48 container_type_t type; member in class:ContainerData

Completed in 1940 milliseconds

12345