Home
last modified time | relevance | path

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

123

/system/bt/osi/src/
Dfuture.cc62 void future_ready(future_t* future, void* value) { in future_ready()
71 void* future_await(future_t* future) { in future_await()
82 static void future_free(future_t* future) { in future_free()
/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
97 auto future = promise.get_future(); in TEST_F() local
124 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.cc202 auto future = g_promise->get_future(); in TEST_F() local
214 auto future = g_promise->get_future(); in TEST_F() local
290 auto future = g_promise->get_future(); in TEST_F() local
303 auto future = g_promise->get_future(); in TEST_F() local
324 auto future = g_promise->get_future(); in TEST_F() local
369 auto future = g_promise->get_future(); in TEST_F() local
Dhandler_unittest.cc55 auto future = closure_ran.get_future(); in TEST_F() local
106 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/osi/test/fuzzers/future/
Dfuzz_future.cc37 future_t* future = nullptr; in LLVMFuzzerTestOneInput() local
/system/bt/test/headless/read/
Dname.cc53 auto future = promise_.get_future(); in Run() local
/system/bt/gd/shim/
Ddumpsys_test.cc112 std::future future = promise.get_future(); in TEST_F() local
129 std::future future = promise.get_future(); in TEST_F() local
Dl2cap_test.cc202 auto future = promise.get_future(); in CreateConnection() local
390 auto future = test_link_.connection_closed_promise_.get_future(); in TEST_F() local
428 auto future = promise.get_future(); in TEST_F() local
459 auto future = promise.get_future(); in TEST_F() 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
Ddynamic_channel_service_manager_test.cc64 auto future = promise.get_future(); in sync_user_handler() 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.cpp95 auto future = promise->get_future(); in getPublicKey() local
188 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

123