Searched refs:start (Results 1 - 25 of 216) sorted by relevance

123456789

/system/connectivity/shill/init/
H A Dshill-start-user-session.conf22 start on start-user-session
26 # session_manager via the 'start-user-session' event.
H A Dshill_respawn.conf20 # If shill fails to start up due to fast-respawn, this is a bad
23 start on stopped shill PROCESS=respawn
27 start shill
H A Dshill-stop-user-session.conf20 # Use 'start on stopping' and 'task' to hold up restarting the session
23 start on stopping ui
H A Dnetwork-services.conf.in20 # The shill task and iptables will start when this task is started.
22 start on started boot-services
24 pre-start script
H A Dnetfilter-queue.conf20 start on started system-services
/system/core/crash_reporter/init/
H A Dcrash-reporter.conf11 start on starting system-services
13 pre-start script
H A Dcrash-sender.conf8 start on starting system-services
H A Dwarn-collector.conf8 start on started system-services
/system/core/include/sysutils/
H A DServiceManager.h25 int start(const char *name);
/system/firewalld/
H A Dfirewalld.conf20 start on stopped iptables and stopped ip6tables
/system/tpm/trunks/
H A Dtrunksd.conf20 start on starting system-services
/system/bt/utils/include/
H A Dbt_utils.h44 void adjust_priority_a2dp(int start);
/system/tpm/attestation/server/
H A Dattestationd.conf20 start on started tcsd and started boot-services
24 pre-start script
/system/update_engine/init/
H A Dupdate-engine.conf20 # N.B. The chromeos-factoryinstall ebuild edits the 'start on' line so as
23 start on starting system-services
35 post-start script
/system/extras/perfprofd/
H A Dperf_data_converter.cc11 RangeTarget(uint64 start, uint64 end, uint64 to) argument
12 : start(start), end(end), to(to) {}
15 if (start != r.start) {
16 return start < r.start;
23 uint64 start; member in struct:wireless_android_logging_awp::RangeTarget
65 uint64 start = event.branch_stack[i].to.offset(); local
69 if (end < start || en
[all...]
/system/core/libbacktrace/
H A DBacktraceMap.cpp40 if (addr >= it->start && addr < it->end) {
49 unsigned long int start; local
60 &start, &end, permissions, &name_pos) != 3) {
67 &start, &end, permissions, &name_pos) != 3) {
72 map->start = start;
90 ALOGV("Parsed map: start=%p, end=%p, flags=%x, name=%s",
91 reinterpret_cast<void*>(map->start), reinterpret_cast<void*>(map->end),
150 return map1.start < map2.start;
[all...]
/system/core/toolbox/
H A Dstart_stop.cpp16 static int start_stop(bool start, int argc, char* argv[]) { argument
18 const char* property = start ? "ctl.start" : "ctl.stop";
24 if (start) {
/system/connectivity/apmanager/init/
H A Dapmanager.conf20 start on stopped iptables and stopped ip6tables and started shill
25 pre-start script
/system/tpm/tpm_manager/server/
H A Dtpm_managerd.conf20 start on starting system-services
24 pre-start script
/system/vold/
H A DNetlinkHandler.h28 int start(void);
/system/webservd/webservd/etc/init/
H A Dwebservd.conf18 start on starting system-services
26 pre-start script
/system/extras/slideshow/
H A Dslideshow.cpp89 int64_t start; local
122 start = android::uptimeMillis();
133 timeout_remaining -= android::uptimeMillis() - start;
142 start = android::uptimeMillis();
151 if (android::uptimeMillis() - start >= LAST_TIMEOUT_MS) {
/system/bt/osi/src/
H A Dthread.c79 struct start_arg start; local
80 start.start_sem = semaphore_new(0);
81 if (!start.start_sem)
85 start.thread = ret;
86 start.error = 0;
87 pthread_create(&ret->pthread, NULL, run_thread, &start);
88 semaphore_wait(start.start_sem);
89 semaphore_free(start.start_sem);
91 if (start.error)
185 struct start_arg *start local
[all...]
/system/core/debuggerd/
H A Dutility.cpp115 // Align the address to sizeof(long) and start 32 bytes before the address.
143 uintptr_t start = 0; local
150 start = ((addr + (page_size - 1)) & ~(page_size - 1)) - addr;
151 if (start == 0 || start >= MEMORY_BYTES_TO_DUMP) {
163 size_t bytes2 = backtrace->Read(addr + start + bytes, reinterpret_cast<uint8_t*>(data) + bytes,
164 sizeof(data) - bytes - start);
181 size_t total_bytes = start + bytes;
189 if (current >= start && current + sizeof(uintptr_t) <= total_bytes) {
/system/extras/tests/workloads/
H A Dfeedly-chrome.sh44 # start feedly, if not installed, error out
46 checkIsRunning feedly "initial start of feedly"
47 echo Feedly start time = ${t}ms
49 # start chrome, if not installed, error out
51 checkIsRunning chrome "initial start of chrome"
52 echo Chrome start time = ${t}ms
66 handleError Feedly took too long to start: $t v $feedlySwitchToTime: $?
109 echo Avg start times: feedly: ${feedlyAve}ms

Completed in 596 milliseconds

123456789