Searched refs:type (Results 76 - 100 of 104) sorted by relevance

12345

/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.h68 virtual uint32_t reg_imm(int Rm, int type, uint32_t shift);
70 virtual uint32_t reg_reg(int Rm, int type, int Rs);
77 virtual uint32_t reg_scale_pre(int Rm, int type=0, uint32_t shift=0, int W=0);
78 virtual uint32_t reg_scale_post(int Rm, int type=0, uint32_t shift=0);
222 cond_types type; member in struct:android::ArmToMipsAssembler::cond_mode_t
H A DARMAssemblerInterface.h81 virtual uint32_t reg_imm(int Rm, int type, uint32_t shift) = 0;
83 virtual uint32_t reg_reg(int Rm, int type, int Rs) = 0;
90 virtual uint32_t reg_scale_pre(int Rm, int type=0, uint32_t shift=0, int W=0) = 0;
91 virtual uint32_t reg_scale_post(int Rm, int type=0, uint32_t shift=0) = 0;
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h955 uint8_t type; member in struct:__anon80
1047 uint8_t type; member in struct:__anon91
1054 uint8_t type; member in struct:__anon92
1214 uint8_t type; member in struct:__anon116
1221 uint8_t type; member in struct:__anon117
1559 uint8_t type; member in struct:__anon156
2169 uint8_t type; member in struct:__anon226
2307 uint16_t type; member in struct:__anon241
2349 uint16_t type; member in struct:__anon247
2411 uint8_t type; member in struct:hci_dev_info
2429 uint8_t type; member in struct:hci_conn_info
2457 uint8_t type; member in struct:hci_conn_info_req
2464 uint8_t type; member in struct:hci_auth_info_req
[all...]
/system/core/charger/
H A Dcharger.c81 char type[32]; member in struct:power_supply
326 const char *name, const char *type,
336 strlcpy(supply->type, type, sizeof(supply->type));
342 LOGV("... added %s %s %d\n", supply->name, supply->type, online);
414 ret = asprintf(&path, "/sys/%s/type", uevent->path);
548 LOGV("skipping '%s' type %d (depth=%d follow=%d)\n",
793 if (ev->type != EV_KEY)
325 add_supply(struct charger *charger, const char *name, const char *type, const char *path, bool online) argument
/system/core/adb/
H A Dusb_linux.c211 unsigned char type = bufptr[1]; local
213 if (type == USB_DT_INTERFACE) {
319 urb->type = USBDEVFS_URB_TYPE_BULK;
371 urb->type = USBDEVFS_URB_TYPE_BULK;
H A Dadb.h131 /* socket-type-specific extradata */
188 transport_type type; member in struct:atransport
H A Dtransport_local.c413 t->type = kTransportLocal;
H A Dtransport.c821 if (ttype == kTransportUsb && t->type == kTransportUsb) {
830 } else if (ttype == kTransportLocal && t->type == kTransportLocal) {
1043 if (t->type == kTransportLocal && t->adb_port == 0) {
/system/core/liblog/
H A Dlogprint.c448 unsigned char type; local
454 type = *eventData++;
457 //fprintf(stderr, "--- type=%d (rem len=%d)\n", type, eventDataLen);
459 switch (type) {
575 fprintf(stderr, "Unknown binary event type %d\n", type);
/system/core/fastboot/
H A Dusb_linux.c86 static int check(void *_desc, int len, unsigned type, int size) argument
93 if(desc[1] != type) return -1;
/system/core/init/
H A Dutil.c88 int create_socket(const char *name, int type, mode_t perm, uid_t uid, gid_t gid) argument
96 fd = socket(PF_UNIX, type, 0);
H A Dinit.c276 !strcmp(si->type, "stream") ? SOCK_STREAM :
277 (!strcmp(si->type, "dgram") ? SOCK_DGRAM : SOCK_SEQPACKET));
H A Dinit_parser.c74 #define kw_is(kw, type) (keyword_info[kw].flags & (type))
767 case K_socket: {/* name type perm [ uid gid ] */
770 parse_error(state, "socket option requires name, type, perm arguments\n");
775 parse_error(state, "socket type must be 'dgram', 'stream' or 'seqpacket'\n");
784 si->type = args[2];
/system/core/sdcard/
H A Dfuse.h121 __u32 type; member in struct:fuse_file_lock
557 __u32 type; member in struct:fuse_dirent
/system/core/toolbox/
H A Dnewfs_msdos.c142 u_int8_t type[8]; /* file system type */ member in struct:bsx
293 errx(1, "%s: bad FAT type", optarg);
509 errx(1, "%s: inappropriate file type or format", bname);
596 warnx("warning: FAT type limits file system to %u sectors",
681 setstr(bsx->type, buf, sizeof(bsx->type));
832 struct fd_type type; local
837 /* If the user specified a disk type, try to use that */
856 } else if (ioctl(fd, FD_GTYPE, &type) !
[all...]
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp366 if (testCase->type() == TestCase::READ_WRITE)
700 switch(testCase.type()) {
717 fprintf(stderr, "Unknown test type %s", testCase.name());
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c144 int ret, type; local
/system/vold/
H A Dcryptfs.c1002 static int cryptfs_enable_wipe(char *crypto_blkdev, off64_t size, int type) argument
1007 if (type == EXT4_FS) {
1011 } else if (type== FAT_FS) {
1016 SLOGE("cryptfs_enable_wipe(): unknown filesystem type %d\n", type);
H A DVolumeManager.cpp252 SLOGE("Invalid filesystem type %s", fstype);
1486 if (cd->type == ASEC) {
1488 } else if (cd->type == OBB) {
1493 SLOGE("Unknown container type %d!", cd->type);
H A DVolume.cpp702 pinfo->type = PC_PART_TYPE_FAT32;
/system/core/libcutils/arch-x86/
H A Dsse2-memset32-atom.S50 .type name, @function; \
113 .type __i686.get_pc_thunk.bx,@function
/system/core/libusbhost/
H A Dusbhost.c554 urb->type = USBDEVFS_URB_TYPE_BULK;
556 urb->type = USBDEVFS_URB_TYPE_INTERRUPT;
558 D("Unsupported endpoint type %d", ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
/system/core/include/pixelflinger/
H A Dpixelflinger.h303 GGLsizei width, GGLsizei height, GGLenum type);
/system/core/sh/
H A Djobs.c1254 switch (n->type) {
1361 if (n->type == NTOFD || n->type == NFROMFD) {
/system/core/debuggerd/
H A Ddebuggerd.c136 if (e.type == EV_KEY

Completed in 823 milliseconds

12345