Searched defs:start (Results 1 - 25 of 52) sorted by relevance

123

/system/core/debuggerd/
H A Dutility.h32 unsigned start; member in struct:mapinfo
/system/core/libsysutils/src/
H A DServiceManager.cpp12 int ServiceManager::start(const char *name) { function in class:ServiceManager
19 property_set("ctl.start", name);
28 SLOGW("Timed out waiting for service '%s' to start", name);
/system/core/nexus/
H A DDhcpClient.cpp75 int DhcpClient::start(Controller *c) { function in class:DhcpClient
112 if (mServiceManager->start(svc)) {
113 LOGE("Failed to start dhcp service");
120 LOGE("Failed to start listener");
H A DOpenVpnController.cpp43 int OpenVpnController::start() { function in class:OpenVpnController
44 return VpnController::start();
61 if (mServiceManager->start(svc))
H A DWifiScanner.cpp39 int WifiScanner::start(bool active) { function in class:WifiScanner
H A DWifiStatusPoller.cpp38 int WifiStatusPoller::start() { function in class:WifiStatusPoller
H A DVpnController.cpp39 int VpnController::start() { function in class:VpnController
H A DController.cpp53 int Controller::start() { function in class:Controller
/system/netd/
H A DNetlinkManager.cpp50 int NetlinkManager::start() { function in class:NetlinkManager
82 if (mHandler->start()) {
83 LOGE("Unable to start NetlinkHandler: %s", strerror(errno));
H A DNetlinkHandler.cpp38 int NetlinkHandler::start() { function in class:NetlinkHandler
/system/vold/
H A DNetlinkHandler.cpp36 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));
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dproc_stat.c48 int proc_stat_res_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data);
59 int proc_stat_res_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
/system/core/sh/
H A Dnodes.c303 struct nodelist *start; local
306 lpp = &start;
316 return start;
H A Dcd.c217 char *start; local
221 start = cdcomppath;
230 return start;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DbroadcastKeySM.h90 broadcastKeySmStart_t start; member in struct:_broadcastKey_t
H A DunicastKeySM.h92 unicastKeySmStart_t start; member in struct:_unicastKey_t
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DbroadcastKeySM.h89 broadcastKeySmStart_t start; member in struct:_broadcastKey_t
H A DunicastKeySM.h91 unicastKeySmStart_t start; member in struct:_unicastKey_t
/system/extras/tests/sdcard/
H A Dstopwatch.cpp78 void StopWatch::start() function in class:android_test::StopWatch
146 // reallocate the measurement buffer (e.g start and stop called more
161 // Go over all the samples and compute the diffs between a start and
170 for (size_t i = 0; i < mDataLen; i += 2) // even: start odd: stop
/system/core/cpio/
H A Dmkbootfs.c227 void archive(const char *start, const char *prefix) argument
232 strcpy(in, 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/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/toolbox/
H A Dnandread.c33 loff_t start = 0, len = 0; local
63 start = strtoll(optarg, NULL, 0);
80 " -S <start> Start offset (default 0)\n"
187 end = len ? (start + len) : mtdinfo.size;
188 for (pos = start, opos = 0; pos < end; pos += mtdinfo.writesize) {
199 oobbuf.start = pos;
264 "%08x %08x %08x %08x\n", pos, oobbuf.start,
/system/extras/showmap/
H A Dshowmap.c16 unsigned start; member in struct:mapinfo
51 mi->start = strtoul(line, 0, 16);
55 if((mi->start >= 0x10000000) && (mi->start < 0x40000000)) {
57 } else if(mi->start > 0x50000000) {
159 printf("start end shared private object\n");
178 printf("%08x %08x %8d %8d %s\n", mi->start, mi->end,

Completed in 3094 milliseconds

123