Home
last modified time | relevance | path

Searched defs:future (Results 1 – 25 of 55) sorted by relevance

123

/system/bt/osi/src/
Dfuture.cc63 void future_ready(future_t* future, void* value) { in future_ready()
72 void* future_await(future_t* future) { in future_await()
83 static void future_free(future_t* future) { in future_free()
/system/iorap/src/common/
Dasync_pool.h57 std::future<void> future = std::move(*it); in Join() local
79 auto future = std::async(std::launch::async, std::forward<T>(u)); in LaunchAsync() local
/system/bt/main/shim/
Dconfig.cc39 auto future = promise.get_future(); in checksum_read() local
52 auto future = promise.get_future(); in checksum_save() local
66 auto future = promise.get_future(); in config_new() local
81 auto future = promise.get_future(); in config_save() local
/system/bt/osi/test/
Dfuture_test.cc40 future_t* future = future_new(); in TEST_F() local
53 future_t* future = future_new_immediate((void*)pass_back_data1); in TEST_F() local
/system/bt/gd/
Dstack_manager.cc40 auto future = promise.get_future(); in StartUp() local
57 auto future = promise.get_future(); in ShutDown() local
/system/bt/gd/os/linux_generic/
Drepeating_alarm_unittest.cc47 auto future = promise.get_future(); in VerifyMultipleDelayedTasks() local
85 auto future = promise.get_future(); in TEST_F() local
112 auto future = promise.get_future(); in TEST_F() local
Dalarm_unittest.cc57 auto future = promise.get_future(); in TEST_F() local
83 auto future = promise.get_future(); in TEST_F() local
Dreactor_unittest.cc200 auto future = g_promise->get_future(); in TEST_F() local
212 auto future = g_promise->get_future(); in TEST_F() local
284 auto future = g_promise->get_future(); in TEST_F() local
297 auto future = g_promise->get_future(); in TEST_F() local
318 auto future = g_promise->get_future(); in TEST_F() local
361 auto future = g_promise->get_future(); in TEST_F() local
Dhandler_unittest.cc54 auto future = closure_ran.get_future(); in TEST_F() local
102 auto future = promise.get_future(); in TEST_F() local
/system/security/keystore/
Dkeystore_client_impl.cpp184 auto future = promise->get_future(); in addRandomNumberGeneratorEntropy() local
205 auto future = promise->get_future(); in generateKey() local
232 auto future = promise->get_future(); in getKeyCharacteristics() local
260 auto future = promise->get_future(); in importKey() local
286 auto future = promise->get_future(); in exportKey() local
326 auto future = promise->get_future(); in beginOperation() local
356 auto future = promise->get_future(); in updateOperation() local
390 auto future = promise->get_future(); in finishOperation() local
418 auto future = promise->get_future(); in abortOperation() local
/system/bt/common/
Drepeating_timer_unittest.cc81 auto future = promise_->get_future(); in VerifyMultipleDelayedTasks() local
138 auto future = promise_->get_future(); in TEST_F() local
200 auto future = promise_->get_future(); in TEST_F() local
235 auto future = promise_->get_future(); in TEST_F() local
Donce_timer_unittest.cc93 auto future = promise_->get_future(); in TEST_F() local
162 auto future = promise_->get_future(); in TEST_F() local
214 auto future = promise_->get_future(); in TEST_F() local
Donce_timer.cc75 auto future = promise.get_future(); in CancelAndWait() local
/system/bt/test/headless/read/
Dname.cc53 auto future = promise_.get_future(); in Run() local
/system/security/keystore-engine/
Dkeystore_backend_binder.cpp142 auto future = promise->get_future(); in sign() local
258 auto future = promise->get_future(); in get_pubkey() local
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager_test.cc40 auto future = promise.get_future(); in SyncHandler() local
Dfixed_channel_service_manager_test.cc61 auto future = promise.get_future(); in sync_user_handler() local
/system/bt/gd/storage/
Dlegacy_test.cc126 auto future = promise.get_future(); in TEST_F() local
135 auto future = promise.get_future(); in TEST_F() local
143 auto future = promise.get_future(); in TEST_F() local
152 auto future = promise.get_future(); in TEST_F() local
/system/security/keystore/tests/
Dconfirmationui_invocation_test.cpp68 auto future = listener->get_future(); in TEST() local
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp151 auto future = promise->get_future(); in getPublicKey() local
231 auto future = promise->get_future(); in sign() local
/system/bt/gd/security/test/
Dfake_l2cap_test.cc65 auto future = promise.get_future(); in sync_handler() local
/system/bt/test/headless/sdp/
Dsdp.cc93 auto future = promise.get_future(); in sdp_query_uuid() local
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_manager_test.cc61 auto future = promise.get_future(); in sync_user_handler() local
Ddynamic_channel_service_manager_test.cc63 auto future = promise.get_future(); in sync_user_handler() local
/system/bt/gd/shim/
Dl2cap_test.cc198 auto future = promise.get_future(); in CreateConnection() local
376 auto future = test_link_.connection_closed_promise_.get_future(); in TEST_F() local
408 auto future = promise.get_future(); in TEST_F() local
433 auto future = promise.get_future(); in TEST_F() local

123