Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 121) sorted by relevance

12345

/system/unwinding/libunwindstack/benchmarks/
Dthread_unwind_benchmarks.cpp30 void ThreadCall6(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall6() argument
33 while (!done->load()) { in ThreadCall6()
37 void ThreadCall5(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall5() argument
38 ThreadCall6(tid, done); in ThreadCall5()
41 void ThreadCall4(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall4() argument
42 ThreadCall5(tid, done); in ThreadCall4()
45 void ThreadCall3(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall3() argument
46 ThreadCall4(tid, done); in ThreadCall3()
49 void ThreadCall2(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall2() argument
50 ThreadCall3(tid, done); in ThreadCall2()
[all …]
/system/core/libusbhost/
Dusbhost.c104 int done = 0; in find_existing_devices_bus() local
109 while ((de = readdir(devdir)) && !done) { in find_existing_devices_bus()
113 done = added_cb(devname, client_data); in find_existing_devices_bus()
117 return done; in find_existing_devices_bus()
127 int done = 0; in find_existing_devices() local
132 while ((de = readdir(busdir)) != 0 && !done) { in find_existing_devices()
136 done = find_existing_devices_bus(busname, added_cb, in find_existing_devices()
141 return done; in find_existing_devices()
196 int done = 0; in usb_host_load() local
216 return done; in usb_host_load()
[all …]
/system/bt/gd/rust/facade/src/
Dlib.rs62 Start { req: StartStackRequest, done: oneshot::Sender<()> },
63 Stop { done: oneshot::Sender<()> },
127 LifecycleCommand::Start { req, done } => { in create()
132 done.send(()).unwrap(); in create()
134 LifecycleCommand::Stop { done } => { in create()
139 done.send(()).unwrap(); in create()
150 self.lifecycle_tx.send(LifecycleCommand::Start { req, done: tx }).await?; in start()
157 self.lifecycle_tx.send(LifecycleCommand::Stop { done: tx }).await?; in stop()
/system/core/libdiskconfig/
Ddiskutils.c41 int done = 0; in write_raw_image() local
62 while (!done) { in write_raw_image()
73 done = 1; in write_raw_image()
97 if (!done) { in write_raw_image()
/system/nfc/src/nfa/sys/
Dnfa_sys_main.cc149 uint8_t done = true; in nfa_sys_check_disabled() local
155 done = false; in nfa_sys_check_disabled()
161 if ((done) && (nfa_sys_cb.is_reg[NFA_ID_DM])) { in nfa_sys_check_disabled()
265 bool done = true; in nfa_sys_disable_subsystems() local
275 done = false; in nfa_sys_disable_subsystems()
288 if ((done) && (nfa_sys_cb.is_reg[NFA_ID_DM])) { in nfa_sys_disable_subsystems()
/system/core/trusty/utils/acvp/
Dtrusty_modulewrapper.cpp191 size_t done = written; in ForwardResponse() local
192 if (done > iov.iov_len) { in ForwardResponse()
193 done = iov.iov_len; in ForwardResponse()
196 iov.iov_base = reinterpret_cast<uint8_t*>(iov.iov_base) + done; in ForwardResponse()
197 iov.iov_len -= done; in ForwardResponse()
198 written -= done; in ForwardResponse()
/system/bt/test/
DREADME.md12 ## After you're done
80 Probably not. See [After you're done](#After-you're-done)
/system/media/audio_utils/
DREADME.md8 * when done: rm -rf html
/system/extras/puncture_fs/
Dpuncture_fs.cpp101 goto done; in create_unique_file()
111 goto done; in create_unique_file()
113 done: in create_unique_file()
/system/libbase/
Dproperties.cpp140 bool done; member
148 data->done = true; in WaitForPropertyCallback()
204 data.done = false; in WaitForProperty()
209 if (data.done) return true; in WaitForProperty()
/system/sepolicy/private/
Dasan_extract.te9 # We need to signal a reboot when done.
Dkernel.te13 # context, and with properly labelled devices. This must be done before
/system/sepolicy/prebuilts/api/31.0/private/
Dasan_extract.te9 # We need to signal a reboot when done.
/system/bt/main/test/
Dmain_shim_test.cc370 std::promise<void> done; in TEST_F() local
371 auto future = done.get_future(); in TEST_F()
372 handler_->Call([](std::promise<void> done) { done.set_value(); }, in TEST_F() argument
373 std::move(done)); in TEST_F()
/system/vold/
DEncryptInplace.cpp61 void UpdateProgress(size_t blocks, bool done);
124 void InPlaceEncrypter::UpdateProgress(size_t blocks, bool done) { in UpdateProgress() argument
135 if (done && blocks_done_ % kLogInterval != 0) blocks_next_msg = blocks_done_; in UpdateProgress()
143 if (done) { in UpdateProgress()
/system/core/libcutils/
Dtrace-container.cpp110 goto done; in atrace_init_once()
116 done: in atrace_init_once()
/system/extras/boottime_tools/bootio/
DREADME.md20 forget to delete it when you're done collecting data.
/system/core/fs_mgr/libsnapshot/
Dcow_reader.cpp158 bool done = false; in ParseOps() local
161 while (!done) { in ParseOps()
183 done = true; in ParseOps()
202 done = true; in ParseOps()
/system/extras/f2fs_utils/
Df2fs_sparseblock.c526 int done; member
539 if (pdone > d->done) { in copy_used()
540 d->done = pdone; in copy_used()
541 printf("Done with %d percent\n", d->done); in copy_used()
598 d.done = 0; in main()
/system/extras/ioblame/
DREADME20 the aggregate amount of IO done to the file by all pids).
89 Finally, it reports the total amount of file data IO done by pids and
90 the total IO done to the block device. So we can look at IO overheads
115 OK to kill sleep when test is done
118 (at this point, run your apps, when done type ^C ONCE) and output will
142 # echo "OK to kill sleep when test is done"
/system/sepolicy/prebuilts/api/28.0/public/
Dasan_extract.te34 # We need to signal a reboot when done.
/system/sepolicy/prebuilts/api/29.0/public/
Dasan_extract.te34 # We need to signal a reboot when done.
/system/sepolicy/prebuilts/api/27.0/public/
Dasan_extract.te34 # We need to signal a reboot when done.
/system/sepolicy/prebuilts/api/30.0/public/
Dasan_extract.te34 # We need to signal a reboot when done.
/system/media/audio_route/
Daudio_route.c520 goto done; in start_tag()
527 goto done; in start_tag()
537 goto done; in start_tag()
543 goto done; in start_tag()
550 goto done; in start_tag()
567 goto done; in start_tag()
635 done: in start_tag()

12345