Home
last modified time | relevance | path

Searched defs:done (Results 1 – 25 of 26) sorted by relevance

12

/system/unwinding/libunwindstack/benchmarks/
Dthread_unwind_benchmarks.cpp30 void ThreadCall6(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall6()
37 void ThreadCall5(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall5()
41 void ThreadCall4(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall4()
45 void ThreadCall3(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall3()
49 void ThreadCall2(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall2()
53 void ThreadCall1(std::atomic_int* tid, std::atomic_bool* done) { in ThreadCall1()
59 std::atomic_bool done; in BM_thread_unwind() local
/system/core/libutils/
DCallStack_test.cpp39 volatile bool* done) { in ThreadBusyWait()
49 volatile bool done = false; in TEST() local
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DINestedService.h79 …::android::binder::Status done(::android::aidl::tests::nested::ParcelableWithNested::Status /*stat… in done() function
101 …::android::binder::Status done(::android::aidl::tests::nested::ParcelableWithNested::Status status… in done() function
/system/tools/aidl/tests/android/aidl/tests/nested/
DINestedService.aidl30 void done(ParcelableWithNested.Status status); in done() method
/system/tools/aidl/tests/java/src/android/aidl/tests/
DNestedTypesTests.java52 public void done(byte st) { in testUseNestedTypes() method in NestedTypesTests.Callback
/system/nfc/src/nfa/sys/
Dnfa_sys_main.cc148 uint8_t done = true; in nfa_sys_check_disabled() local
264 bool done = true; in nfa_sys_disable_subsystems() local
/system/core/libdiskconfig/
Ddiskutils.c41 int done = 0; in write_raw_image() local
/system/tools/aidl/tests/
Daidl_test_client_nested.cpp55 Status done(NestedStatus st) override { in TEST_F() function
Daidl_test_client_ndk_nested.cpp65 ndk::ScopedAStatus done(ParcelableWithNested::Status st) override { in TEST_F() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java229 @Override public void done(byte status) throws android.os.RemoteException in done() method in INestedService.ICallback.Default
331 @Override public void done(byte status) throws android.os.RemoteException in done() method in INestedService.ICallback.Stub.Proxy
355 public void done(byte status) throws android.os.RemoteException; in done() method
/system/core/libusbhost/
Dusbhost.c98 int done = 0; in find_existing_devices_bus() local
121 int done = 0; in find_existing_devices() local
190 int done = 0; in usb_host_load() local
228 int i, ret, done = 0; in usb_host_read_event() local
307 int done; in usb_host_run() local
/system/core/trusty/utils/acvp/
Dtrusty_modulewrapper.cpp191 size_t done = written; in ForwardResponse() local
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/
DINestedService.cpp295 ::ndk::ScopedAStatus INestedService::BpCallback::done(::aidl::android::aidl::tests::nested::Parcela… in done() function in aidl::android::aidl::tests::nested::INestedService::BpCallback
382 ::ndk::ScopedAStatus INestedService::ICallbackDefault::done(::aidl::android::aidl::tests::nested::P… in done() function in aidl::android::aidl::tests::nested::INestedService::ICallbackDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/
DINestedService.cpp272 ::android::binder::Status INestedService::BpCallback::done(::android::aidl::tests::nested::Parcelab… in done() function in android::aidl::tests::nested::INestedService::BpCallback
/system/vold/
DEncryptInplace.cpp116 void InPlaceEncrypter::UpdateProgress(size_t blocks, bool done) { in UpdateProgress()
/system/libbase/
Dproperties.cpp140 bool done; member
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_reader.cpp198 bool done = false; in ParseOps() local
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc1501 bool done = false; in rw_t2t_handle_ndef_read_rsp() local
1559 bool done = false; in rw_t2t_handle_ndef_write_rsp() local
Drw_mfc.cc1017 bool done = false; in rw_mfc_handle_read_op() local
/system/extras/f2fs_utils/
Df2fs_sparseblock.c526 int done; member
/system/keymint/ta/src/
Ddevice.rs160 fn done(&self) -> bool { in done() method
/system/core/fs_mgr/libfiemap/
Dfiemap_writer_test.cpp131 auto callback = [&](uint64_t done, uint64_t total) -> bool { in TEST_F()
/system/extras/simpleperf/
Devent_selection_set.cpp80 std::atomic<bool> done(false); in IsDumpingRegsForTracepointEventsSupported() local
/system/libhidl/transport/
DServiceManagement.cpp795 void done() { in done() function
/system/tools/aidl/tests/rust/
Dtest_client.rs1037 fn done(&self, st: ParcelableWithNested::Status::Status) -> binder::Result<()> { in done() method

12