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

1234567891011>>

/system/core/include/sysutils/
H A DServiceManager.h25 int start(const char *name);
/system/core/libsysutils/include/sysutils/
H A DServiceManager.h25 int start(const char *name);
/system/libhidl/transport/memory/1.0/
H A DIMemory.hal29 * start + length must be < size
31 * @param start Offset from start of buffer about to be updated.
34 updateRange(uint64_t start, uint64_t length);
37 * Notify that you are about to start reading all of this memory.
44 * @param start Offset from start of buffer about to be read.
47 readRange(uint64_t start, uint64_t length);
/system/tpm/trunks/
H A Dtrunksd.conf20 start on starting system-services
/system/tpm/attestation/server/
H A Dattestationd.conf20 start on started tcsd and started boot-services
24 pre-start script
/system/tpm/tpm_manager/server/
H A Dtpm_managerd.conf20 start on starting system-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/core/healthd/
H A DAnimationParser.cpp42 int start; local
46 if (sscanf(str, format.c_str(), &start, &c) != 1) {
50 *rest = &str[start];
62 int start = 0, end = 0; local
64 if (sscanf(in, "c c %d %d %d %d %n%*s%n", r, g, b, a, &start, &end) == 4) {
67 } else if (sscanf(in, "c %d %d %d %d %d %n%*s%n", y, r, g, b, a, &start, &end) == 5) {
69 } else if (sscanf(in, "%d c %d %d %d %d %n%*s%n", x, r, g, b, a, &start, &end) == 5) {
71 } else if (sscanf(in, "%d %d %d %d %d %d %n%*s%n", x, y, r, g, b, a, &start, &end) != 6) {
77 field->font_file.assign(&in[start], end - start);
98 int start = 0, end = 0; local
[all...]
/system/nfc/halimpl/bcm2079x/adaptation/
H A DSyncEvent.h43 ** Function: start
50 void start() { mMutex.lock(); } function in class:SyncEvent
113 ** Description: Automatically start and end a synchronization event.
128 event.start(); // automatically start operation
/system/libhidl/base/include/hidl/
H A DTaskRunner.h35 /* Create an empty task runner. Nothing will be done until start() is called. */
49 void start(size_t limit);
/system/vold/
H A DNetlinkHandler.h28 int start(void);
/system/core/libunwindstack/
H A DDwarfDebugFrame.h38 FdeInfo(uint64_t offset, uint64_t start, uint64_t length) argument
39 : offset(offset), start(start), end(start + length) {}
42 AddressType start; member in struct:unwindstack::DwarfDebugFrame::FdeInfo
/system/core/libbacktrace/
H A DBacktraceMap.cpp44 if (addr >= it->start && addr < it->end) {
53 uint64_t start; local
64 &start, &end, permissions, &name_pos) != 3) {
71 &start, &end, permissions, &name_pos) != 3) {
76 map->start = start;
94 ALOGV("Parsed map: start=%p, end=%p, flags=%x, name=%s",
95 reinterpret_cast<void*>(map->start), reinterpret_cast<void*>(map->end),
154 return map1.start < map2.start;
[all...]
/system/tools/hidl/utils/
H A DFormatter.cpp116 size_t start = 0; local
117 while (start < len) {
118 size_t pos = out.find("\n", start);
127 output(out.substr(start));
131 if (pos == start) {
134 } else if (pos > start) {
140 output(out.substr(start, pos - start + 1));
145 start = pos + 1;
/system/bt/osi/src/
H A Dthread.cc80 struct start_arg start; local
81 start.start_sem = semaphore_new(0);
82 if (!start.start_sem) goto error;
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) goto error;
197 struct start_arg* start local
[all...]
/system/extras/perfprofd/
H A Dperf_data_converter.cc34 RangeTarget(uint64 start, uint64 end, uint64 to) argument
35 : start(start), end(end), to(to) {}
38 if (start != r.start) {
39 return start < r.start;
46 uint64 start; member in struct:wireless_android_logging_awp::RangeTarget
115 uint64 start = event.branch_stack[i].to.offset(); local
119 if (end < start || en
[all...]
/system/core/libunwindstack/tests/
H A DMapsTest.cpp39 ASSERT_EQ(0x1000U, it->start);
45 ASSERT_EQ(0x2000U, it->start);
51 ASSERT_EQ(0x3000U, it->start);
57 ASSERT_EQ(0x4000U, it->start);
63 ASSERT_EQ(0x5000U, it->start);
81 ASSERT_EQ(0x720b29b000U, it->start);
87 ASSERT_EQ(0x720b29e000U, it->start);
93 ASSERT_EQ(0x720b29f000U, it->start);
110 ASSERT_EQ(0xa000U, it->start);
116 ASSERT_EQ(0xe000U, it->start);
[all...]
/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
/system/extras/zram-perf/
H A Dzram-perf.cpp18 int start = rand(); local
20 page[i] = start+i;
75 chrono::time_point<chrono::high_resolution_clock> start, end; local
80 start = chrono::high_resolution_clock::now();
92 size_t duration = chrono::duration_cast<chrono::microseconds>(end - start).count();
96 chrono::time_point<chrono::high_resolution_clock> start, end; local
101 start = chrono::high_resolution_clock::now();
114 size_t duration = chrono::duration_cast<chrono::microseconds>(end - start).count();
/system/tools/hidl/test/
H A DFooCallback.cpp32 nsecs_t start = systemTime(); local
38 invokeInfo[0].timeNs = end - start;
46 nsecs_t start = systemTime(); local
54 invokeInfo[1].timeNs = end - start;
62 nsecs_t start = systemTime(); local
70 invokeInfo[2].timeNs = end - start;
90 nsecs_t start = systemTime(); local
101 leftToWaitNs -= systemTime() - start;
/system/chre/platform/include/chre/platform/
H A Dplatform_nanoapp.h35 * Calls the start function of the nanoapp. For dynamically loaded nanoapps,
40 * @return true if the app was able to start successfully
44 bool start();
58 * valid to call after start() has returned true.
61 * again via start().
72 * platform implementation must return false from start().
87 * calls to start() and end()).
102 * @param buffer Pointer to the start of the buffer.
103 * @param bufferPos Pointer to buffer position to start the print (in-out).
/system/chre/platform/shared/nanoapp/
H A Dnanoapp_support_lib_dso.c51 .start = nanoappStart,
/system/connectivity/wificond/net/
H A Dnl80211_packet.h133 uint8_t* start = nullptr; local
138 id, &start, &end) ||
139 start == nullptr ||
143 *attribute = NL80211Attr<T>(std::vector<uint8_t>(start, end));
/system/core/libunwindstack/include/unwindstack/
H A DMapInfo.h31 uint64_t start; member in struct:unwindstack::MapInfo
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/
H A DMainActivity.java31 }).start();

Completed in 629 milliseconds

1234567891011>>