/system/core/debuggerd/ |
H A D | utility.h | 32 unsigned start; member in struct:mapinfo
|
/system/core/libsysutils/src/ |
H A D | ServiceManager.cpp | 12 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 D | DhcpClient.cpp | 75 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 D | OpenVpnController.cpp | 43 int OpenVpnController::start() { function in class:OpenVpnController 44 return VpnController::start(); 61 if (mServiceManager->start(svc))
|
H A D | WifiScanner.cpp | 39 int WifiScanner::start(bool active) { function in class:WifiScanner
|
H A D | WifiStatusPoller.cpp | 38 int WifiStatusPoller::start() { function in class:WifiStatusPoller
|
H A D | VpnController.cpp | 39 int VpnController::start() { function in class:VpnController
|
H A D | Controller.cpp | 53 int Controller::start() { function in class:Controller
|
/system/netd/ |
H A D | NetlinkManager.cpp | 50 int NetlinkManager::start() { function in class:NetlinkManager 82 if (mHandler->start()) { 83 LOGE("Unable to start NetlinkHandler: %s", strerror(errno));
|
H A D | NetlinkHandler.cpp | 38 int NetlinkHandler::start() { function in class:NetlinkHandler
|
/system/vold/ |
H A D | NetlinkHandler.cpp | 36 int NetlinkHandler::start() { function in class:NetlinkHandler
|
H A D | NetlinkManager.cpp | 50 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 D | proc_stat.c | 48 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 D | nodes.c | 303 struct nodelist *start; local 306 lpp = &start; 316 return start;
|
H A D | cd.c | 217 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 D | broadcastKeySM.h | 90 broadcastKeySmStart_t start; member in struct:_broadcastKey_t
|
H A D | unicastKeySM.h | 92 unicastKeySmStart_t start; member in struct:_unicastKey_t
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
H A D | broadcastKeySM.h | 89 broadcastKeySmStart_t start; member in struct:_broadcastKey_t
|
H A D | unicastKeySM.h | 91 unicastKeySmStart_t start; member in struct:_unicastKey_t
|
/system/extras/tests/sdcard/ |
H A D | stopwatch.cpp | 78 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 D | mkbootfs.c | 227 void archive(const char *start, const char *prefix) argument 232 strcpy(in, start);
|
/system/core/libdiskconfig/ |
H A D | config_mbr.c | 29 /* 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 D | centraldir.c | 166 * 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 D | nandread.c | 33 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 D | showmap.c | 16 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,
|