Home
last modified time | relevance | path

Searched defs:done (Results 1 – 25 of 32) 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/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DINestedService.h83 …::android::binder::Status done(::android::aidl::tests::nested::ParcelableWithNested::Status /*stat… in done() function
105 …::android::binder::Status done(::android::aidl::tests::nested::ParcelableWithNested::Status status… in done() function
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DINestedService.h83 …::android::binder::Status done(::android::aidl::tests::nested::ParcelableWithNested::Status /*stat… in done() function
105 …::android::binder::Status done(::android::aidl::tests::nested::ParcelableWithNested::Status status… in done() function
/system/core/libutils/
DCallStack_test.cpp45 volatile bool* done) { in ThreadBusyWait()
55 volatile bool done = false; in TEST() local
/system/tools/aidl/tests/android/aidl/tests/nested/
DINestedService.aidl30 void done(ParcelableWithNested.Status status); in done() method
/system/nfc/src/nfa/sys/
Dnfa_sys_main.cc145 uint8_t done = true; in nfa_sys_check_disabled() local
259 bool done = true; in nfa_sys_disable_subsystems() local
/system/tools/aidl/tests/java/src/android/aidl/tests/
DNestedTypesTests.java52 public void done(byte st) { in testUseNestedTypes() method in NestedTypesTests.Callback
/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/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java228 @Override public void done(byte status) throws android.os.RemoteException in done() method in INestedService.ICallback.Default
327 @Override public void done(byte status) throws android.os.RemoteException in done() method in INestedService.ICallback.Stub.Proxy
352 public void done(byte status) throws android.os.RemoteException; in done() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java228 @Override public void done(byte status) throws android.os.RemoteException in done() method in INestedService.ICallback.Default
327 @Override public void done(byte status) throws android.os.RemoteException in done() method in INestedService.ICallback.Stub.Proxy
352 public void done(byte status) throws android.os.RemoteException; in done() method
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dparser_v2.cpp97 bool done = false; in ParseOps() local
/system/authgraph/wire/src/
Dfragmentation.rs155 let mut done = false; in test_reassembly() localVariable
175 let mut done = false; in test_fragmentation_reassembly() localVariable
/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.cpp187 size_t done = written; in ForwardResponse() local
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/
DINestedService.cpp308 ::ndk::ScopedAStatus INestedService::BpCallback::done(::aidl::android::aidl::tests::nested::Parcela… in done() function in aidl::android::aidl::tests::nested::INestedService::BpCallback
404 ::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/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/
DINestedService.cpp308 ::ndk::ScopedAStatus INestedService::BpCallback::done(::aidl::android::aidl::tests::nested::Parcela… in done() function in aidl::android::aidl::tests::nested::INestedService::BpCallback
404 ::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/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/
DINestedService.cpp274 ::android::binder::Status INestedService::BpCallback::done(::android::aidl::tests::nested::Parcelab… in done() function in android::aidl::tests::nested::INestedService::BpCallback
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/
DINestedService.cpp274 ::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/fastboot/
Dusb_linux.cpp466 size_t done = (size_t)urbp->usercontext; in Write() local
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc1496 bool done = false; in rw_t2t_handle_ndef_read_rsp() local
1554 bool done = false; in rw_t2t_handle_ndef_write_rsp() local
/system/nfc/src/rust/nci/
Dnci.rs252 let done = pkt.get_pbf() == PacketBoundaryFlag::CompleteOrFinal; in send_callback() localVariable
/system/extras/f2fs_utils/
Df2fs_sparseblock.c537 int done; member

12