Searched defs:info (Results 1 - 25 of 26) sorted by relevance

12

/system/media/mca/effect/java/android/media/effect/
H A DEffectUpdateListener.java30 * @param info A value that gives more information about the update. See the effect's
33 public void onEffectUpdated(Effect effect, Object info); argument
/system/core/run-as/
H A Drun-as.c106 PackageInfo info; local
120 if (get_package_info(pkgname, &info) < 0) {
126 if (info.uid < AID_APP) {
132 if (!info.isDebuggable) {
138 if (check_data_path(info.dataDir, info.uid) < 0) {
147 ret = chdir(info.dataDir);
159 uid = gid = info.uid;
H A Dpackage.c372 get_package_info(const char* pkgName, PackageInfo *info) argument
380 info->uid = 0;
381 info->isDebuggable = 0;
382 info->dataDir[0] = '\0';
425 info->uid = (uid_t) uid;
435 info->isDebuggable = 0;
438 info->isDebuggable = 1;
455 string_copy(info->dataDir, sizeof info->dataDir, p, q - p);
/system/extras/fatblock/
H A Dfs.h34 struct fat_info_sector info; member in struct:fs
H A Dfat.h85 struct fat_info_sector info; member in struct:fat_bootinfo
/system/core/fastboot/
H A Dusbtest.c50 int printifc(usb_ifc_info *info) argument
53 info->dev_class, info->dev_subclass, info->dev_protocol,
54 info->dev_vendor, info->dev_product);
56 info->ifc_class, info->ifc_subclass, info->ifc_protocol,
57 info
62 match_null(usb_ifc_info *info) argument
71 match_zero(usb_ifc_info *info) argument
80 match_loop(usb_ifc_info *info) argument
[all...]
H A Dusb_linux.c105 struct usb_ifc_info info; local
123 info.dev_vendor = dev->idVendor;
124 info.dev_product = dev->idProduct;
125 info.dev_class = dev->bDeviceClass;
126 info.dev_subclass = dev->bDeviceSubClass;
127 info.dev_protocol = dev->bDeviceProtocol;
128 info.writable = writable;
131 info.serial_number[0] = 0;
153 info.serial_number[i - 1] = buffer[i];
154 info
[all...]
H A Dusb_osx.c57 usb_ifc_info info; member in struct:usb_handle
171 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 ||
172 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 ||
173 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0)
179 handle->info.has_bulk_in = 0;
180 handle->info.has_bulk_out = 0;
201 handle->info.has_bulk_in = 1;
204 handle->info.has_bulk_out = 1;
208 if (handle->info.ifc_protocol == 0x01) {
215 if (handle->info
[all...]
H A Dusb_windows.c273 struct usb_ifc_info info; local
297 info.dev_vendor = device_desc.idVendor;
298 info.dev_product = device_desc.idProduct;
299 info.dev_class = device_desc.bDeviceClass;
300 info.dev_subclass = device_desc.bDeviceSubClass;
301 info.dev_protocol = device_desc.bDeviceProtocol;
302 info.ifc_class = interf_desc.bInterfaceClass;
303 info.ifc_subclass = interf_desc.bInterfaceSubClass;
304 info.ifc_protocol = interf_desc.bInterfaceProtocol;
305 info
[all...]
H A Dfastboot.c91 } else if(!strcmp(item,"info")) {
92 fn = "android-info.txt";
149 int match_fastboot(usb_ifc_info *info) argument
151 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
152 (info->dev_vendor != 0x18d1) && // Google
153 (info->dev_vendor != 0x0451) &&
154 (info->dev_vendor != 0x0502) &&
155 (info->dev_vendor != 0x0fce) && // Sony Ericsson
156 (info->dev_vendor != 0x05c6) && // Qualcomm
157 (info
172 list_devices_callback(usb_ifc_info *info) argument
[all...]
/system/extras/tests/framebuffer/
H A Drefresh.c49 struct fb_var_screeninfo info; local
50 if (ioctl(fd, FBIOGET_VSCREENINFO, &info) == -1)
53 info.reserved[0] = 0;
54 info.reserved[1] = 0;
55 info.reserved[2] = 0;
56 info.xoffset = 0;
57 info.yoffset = 0;
58 info.bits_per_pixel = 16;
59 info.activate = FB_ACTIVATE_NOW;
61 if (ioctl(fd, FBIOPUT_VSCREENINFO, &info)
[all...]
/system/media/wilhelm/src/itf/
H A DIStreamInformation.c22 XAMediaContainerInformation * info /* [out] */)
26 if (NULL == info) {
34 // always storing container info at index 0, as per spec
35 *info = thiz->mStreamInfoTable.itemAt(0).containerInfo;
37 // even though the pointer to the media container info is returned, the values aren't set
43 memset(info, 0, sizeof(XAMediaContainerInformation));
95 void * info) /* [out] */
99 if (NULL == info) {
119 *(XAMediaContainerInformation *)info = streamInfo.containerInfo;
122 *(XAAudioStreamInformation *)info
93 IStreamInformation_QueryStreamInformation( XAStreamInformationItf self, XAuint32 streamIndex, void * info) argument
[all...]
/system/core/toolbox/
H A Dlsof.c71 void print_type(char *type, struct pid_info_t* info) argument
76 strncat(info->path, type, sizeof(info->path));
77 if ((link_dest_size = readlink(info->path, link_dest, sizeof(link_dest)-1)) < 0) {
81 snprintf(link_dest, sizeof(link_dest), "%s (readlink: %s)", info->path, strerror(errno));
91 info->cmdline, info->pid, info->user, type,
95 info->path[info
99 print_maps(struct pid_info_t* info) argument
134 print_fds(struct pid_info_t* info) argument
169 struct pid_info_t info; local
[all...]
H A Dschedtop.c99 struct thread_info *info; local
101 info = get_item(&processes);
103 info = get_item(&threads);
104 info->pid = pid;
105 info->tid = tid;
113 if(sscanf(line, "%llu %llu %u", &info->exec_time, &info->delay_time, &info->run_count) != 3)
116 proc_info->exec_time += info->exec_time;
117 proc_info->delay_time += info
[all...]
/system/core/init/
H A Dutil.c45 struct android_id_info *info = android_ids; local
49 if (!strcmp(info[n].name, name))
50 return info[n].aid;
255 struct stat info; local
270 if (stat(buf, &info) != 0) {
328 struct stat info; local
332 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))
H A Dbuiltins.c330 struct loop_info info; local
346 if (ioctl(loop, LOOP_GET_STATUS, &info) < 0 && errno == ENXIO) {
572 struct stat info; local
579 if (stat(args[1], &info) < 0)
588 if (!(buffer = malloc(info.st_size)))
592 brtr = info.st_size;
604 brtw = info.st_size;
H A Ddevices.c390 struct stat info; local
820 struct stat info; local
831 if (stat(coldboot_done, &info) < 0) {
/system/extras/showmap/
H A Dshowmap.c73 struct mapinfo* info = calloc(1, sizeof(mapinfo) + name_size); local
74 if (info == NULL) {
79 info->start = start;
80 info->end = end;
81 info->is_bss = is_bss;
82 info->count = 1;
83 strlcpy(info->name, name, name_size);
85 *mi = info;
196 fprintf(stderr, "warning: could not parse map info line: %s\n", line);
/system/media/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp211 static void audioRecorder_callback(int event, void* user, void *info) { argument
212 //SL_LOGV("audioRecorder_callback(%d, %p, %p) entering", event, user, info);
220 android::AudioRecord::Buffer* pBuff = (android::AudioRecord::Buffer*)info;
H A DAudioPlayer_to_android.cpp1112 static void audioTrack_callBack_pullFromBuffQueue(int event, void* user, void *info) { argument
1129 android::AudioTrack::Buffer* pBuff = (android::AudioTrack::Buffer*)info;
/system/core/adb/
H A Dfdevent.c70 static void dump_fde(fdevent *fde, const char *info) argument
77 info);
82 #define dump_fde(fde, info) do { } while(0)
/system/core/libnetutils/
H A Ddhcpclient.c129 static int dhcp_configure(const char *ifname, dhcp_info *info) argument
131 last_good_info = *info;
132 return ifc_configure(ifname, info->ipaddr, info->prefixLength, info->gateway,
133 info->dns1, info->dns2);
151 void dump_dhcp_info(dhcp_info *info) argument
155 dhcp_type_to_name(info->type), info
166 decode_dhcp_msg(dhcp_msg *msg, int len, dhcp_info *info) argument
389 dhcp_info info; local
[all...]
/system/extras/ext4_utils/
H A Dext4_utils.c42 struct fs_info info; variable in typeref:struct:fs_info
66 if (!(info.feat_ro_compat & EXT4_FEATURE_RO_COMPAT_SPARSE_SUPER))
88 count_chunks->cur_ptr = off + ALIGN(len, info.block_size);
97 count_chunks->cur_ptr = off + ALIGN(len, info.block_size);
107 count_chunks->cur_ptr = off + ALIGN(len, info.block_size);
117 if (count_chunks.cur_ptr != (u64) info.len)
152 pad_output_file(out, info.len);
157 /* Compute the rest of the parameters of the filesystem from the basic info */
160 aux_info.first_data_block = (info.block_size > 1024) ? 0 : 1;
161 aux_info.len_blocks = info
[all...]
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp122 component_info_t& info = mInfo[i]; local
123 if ((info.inDest || info.needed) && !info.replaced)
H A DGGLAssembler.cpp158 component_info_t& info = mInfo[i]; local
163 info.masked = !!(masking & mask);
164 info.inDest = !info.masked && mCbFormat.c[i].h &&
168 info.inDest = false;
170 info.needed = (i==GGLFormat::ALPHA) &&
172 info.replaced = !!(mTextureMachine.replaced & mask);
173 info.iterated = (!info.replaced && (info
[all...]

Completed in 501 milliseconds

12