Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 7 of 7) sorted by relevance

/system/core/libunwindstack/tests/
DUnwindTest.cpp216 void WaitForRemote(pid_t pid, uint64_t addr, bool leave_attached, bool* completed) { in WaitForRemote() argument
217 *completed = false; in WaitForRemote()
230 *completed = true; in WaitForRemote()
232 if (!*completed || !leave_attached) { in WaitForRemote()
235 if (*completed) { in WaitForRemote()
254 bool completed; in TEST_F() local
255 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in TEST_F()
256 ASSERT_TRUE(completed) << "Timed out waiting for remote process to be ready."; in TEST_F()
278 bool completed; in TEST_F() local
279 WaitForRemote(pid, reinterpret_cast<uint64_t>(&g_ready_for_remote), true, &completed); in TEST_F()
[all …]
/system/vold/
DEncryptInplace.cpp71 int completed; member
121 static void log_progress(struct encryptGroupsData const* data, bool completed) { in log_progress() argument
128 if (completed || (offset != -1 && data->offset != offset)) { in log_progress()
134 if (!completed && offset != data->offset) { in log_progress()
139 if (!completed) { in log_progress()
238 data->completed = 1; in encrypt_groups()
329 *size_already_done += data.completed ? size : data.last_written_sector; in cryptfs_enable_inplace_ext4()
339 static void log_progress_f2fs(u64 block, bool completed) { in log_progress_f2fs() argument
346 if (completed || (last_block != (u64)-1 && block != last_block + 1)) { in log_progress_f2fs()
352 if (!completed && (last_block == (u64)-1 || block != last_block + 1)) { in log_progress_f2fs()
[all …]
/system/security/keystore/
Dauth_token_table.cpp139 entries_, [&](Entry& e) { return e.token().challenge == op_handle && !e.completed(); }); in FindAuthPerOpAuthorization()
237 if (!entry.completed()) return false; in Supersedes()
Dauth_token_table.h138 bool completed() const { return operation_completed_; } in completed() function
/system/extras/memory_replay/dumps/
DREADME67 Indicates that the thread <tid> has completed.
/system/core/fastboot/
DREADME.md43 c. OKAY -> the requested command completed successfully. Go to #5
/system/core/init/
DREADME.md860 /system to /. The contents of the ramdisk are freed after mounting has completed.