Searched defs:start (Results 1 - 25 of 45) sorted by last modified time

12

/system/vold/
H A DNetlinkHandler.cpp37 int NetlinkHandler::start() { function in class:NetlinkHandler
H A DNetlinkManager.cpp50 int NetlinkManager::start() { function in class:NetlinkManager
82 if (mHandler->start()) {
83 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno));
H A DVolumeManager.cpp119 int VolumeManager::start() { function in class:VolumeManager
/system/core/adb/
H A Dsysdeps.h422 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) argument
429 return pthread_create( pthread, &attr, start, arg );
H A Dsysdeps_win32.c815 * a_start is the pointer where we start reading data
816 * a_end is the pointer where we start writing data, unless it is BUFFER_SIZE,
817 * then you start writing at b_end
1289 int (*start) ( EventHook hook ); member in struct:EventHookRec_
1316 hook->start = NULL;
1397 /* this should update start/stop/check/peek */
1673 if (hook->start && !hook->start(hook)) {
2074 hook->start = _event_socket_start;
2130 hook->start
[all...]
/system/core/cpio/
H A Dmkbootfs.c267 void archive(const char *start, const char *prefix) argument
272 strcpy(in, start);
/system/core/fastboot/
H A Dengine.c98 double start; member in struct:Action
186 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
187 a->start = split;
219 a->start = -1;
473 cur_product, a->prod, (split - a->start));
474 a->start = split;
484 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
485 a->start = split;
605 double start = -1; local
607 a->start
[all...]
/system/core/include/corkscrew/
H A Dmap_info.h32 uintptr_t start; member in struct:map_info
H A Dsymbol_table.h28 uintptr_t start; member in struct:__anon298
/system/core/include/diskconfig/
H A Ddiskconfig.h66 struct chs start; /* bytes 1-3 */ member in struct:pc_partition
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c91 /* Get the EXIDX section start and size for the module that contains a
110 uintptr_t start = (uintptr_t)__gnu_Unwind_Find_exidx((_Unwind_Ptr)pc, &count); local
112 return start;
196 pc, mi->name, mi->start, exidx_start, exidx_size, handler, handler_index);
/system/core/libcorkscrew/
H A Dmap_info.c37 unsigned long int start; local
41 if (sscanf(line, "%lx-%lx %4s %*x %*x:%*x %*d%n", &start, &end,
57 mi->start = start;
64 ALOGV("Parsed map: start=0x%08x, end=0x%08x, "
66 mi->start, mi->end, mi->is_readable, mi->is_executable, mi->name);
102 while (mi && !(addr >= mi->start && addr < mi->end)) {
/system/core/libcutils/
H A Dtztime.c996 struct rule start; local
1004 if ((name = getrule(name, &start)) == NULL)
1030 starttime = transtime(janfirst, year, &start,
/system/core/libdiskconfig/
H A Dconfig_mbr.c29 /* start and len are in LBA units */
32 uint32_t start, uint32_t len)
37 memset(&pentry->start, 0xff, sizeof(struct chs));
41 memset(&pentry->start, 0, sizeof(struct chs));
47 pentry->start_lba = start;
137 * ext_lba == The start of the toplevel extended partition (pointed to by the
154 * lba counter since that is where the logical data partition will start */
191 /* The start lba for next partition is an offset from the beginning
31 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, uint32_t start, uint32_t len) argument
/system/core/liblog/
H A Dfake_log_device.c479 const char* start = p; local
481 if ((p-start) > 0) {
482 v->iov_base = (void*)start;
483 v->iov_len = p-start;
484 totalLen += p-start;
/system/core/libnl_2/
H A Dattr.c77 struct nlattr *start = (struct nlattr *)nlmsg_tail(msg->nm_nlh); local
84 return start;
88 int nla_nest_end(struct nl_msg *msg, struct nlattr *start) argument
91 start->nla_len = (unsigned char *)nlmsg_tail(nlmsg_hdr(msg)) -
92 (unsigned char *)start;
/system/core/libpixelflinger/codeflinger/
H A Ddisassem.c583 int start; local
587 start = -1;
591 if (start != -1) {
597 if (start == loop - 1)
598 di->di_printf("r%d", start);
600 di->di_printf("r%d-r%d", start, loop - 1);
601 start = -1;
605 start = loop;
/system/core/libsparse/
H A Dbacked_block.c145 struct backed_block_list *to, struct backed_block *start,
150 if (start == NULL) {
151 start = from->data_blocks;
155 for (end = start; end && end->next; end = end->next)
159 if (start == NULL || end == NULL) {
165 if (from->data_blocks == start) {
169 if (bb->next == start) {
177 to->data_blocks = start;
181 if (!bb->next || bb->next->block > start->block) {
183 bb->next = start;
144 backed_block_list_move(struct backed_block_list *from, struct backed_block_list *to, struct backed_block *start, struct backed_block *end) argument
[all...]
H A Dsparse.c230 struct backed_block *start; local
241 start = backed_block_iter_new(from->backed_block_list);
248 for (bb = start; bb; bb = backed_block_iter_next(bb)) {
270 to->backed_block_list, start, last_bb);
/system/core/libsysutils/src/
H A DServiceManager.cpp16 * - Starting a service is done by writing its name to the "ctl.start"
17 * system property. This triggers the init daemon to actually start
26 * If strlen(<name>) > (PROPERTY_KEY_MAX-1)-9, then you can start/stop
27 * the service by writing to ctl.start/stop, but you won't be able to
33 /* The maximum amount of time to wait for a service to start or stop,
41 int ServiceManager::start(const char *name) { function in class:ServiceManager
52 property_set("ctl.start", name);
62 SLOGW("Timed out waiting for service '%s' to start", name);
/system/core/libzipfile/
H A Dcentraldir.c166 * readable from start to end. In some cases, notably for archives
189 const unsigned char* start; local
201 start = buf + bufsize - MAX_EOCD_SEARCH;
203 start = buf;
206 while (p >= start) {
213 if (p < start) {
/system/core/sdcard/
H A Dfuse.h119 __u64 start; member in struct:fuse_file_lock
/system/core/sh/
H A Dcd.c217 char *start; local
221 start = cdcomppath;
230 return start;
H A Dexec.c281 * set to the start of the path before the first call; padvance will update
296 const char *start; local
301 start = *path;
302 for (p = start ; *p && *p != ':' && *p != '%' ; p++);
303 len = p - start + strlen(name) + 2; /* "2" is for '/' and '\0' */
307 if (p != start) {
308 memcpy(q, start, p - start);
309 q += p - start;
501 prev = -1; /* where to start */
[all...]
H A Dexpand.c82 int begoff; /* offset of start of region */
343 * Expand arithmetic expression. Backup to start of expression,
349 char *p, *start; local
362 * scan backwards looking for the start of arithmetic. If the
372 start = stackblock();
374 while (*p != CTLARI && p >= start)
378 if (p > start && *(p-1) == CTLESC)
379 for (p = start; *p != CTLARI; p++)
387 begoff = p - start;
398 recordregion(begoff, p - 1 - start,
913 recordregion(int start, int end, int inquotes) argument
948 char *start; local
1127 char *start; local
[all...]

Completed in 80 milliseconds

12