Home
last modified time | relevance | path

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

/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/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/security/keystore/
Dkeystore_client_impl.cpp190 auto future = promise->get_future(); in addRandomNumberGeneratorEntropy() local
211 auto future = promise->get_future(); in generateKey() local
238 auto future = promise->get_future(); in getKeyCharacteristics() local
266 auto future = promise->get_future(); in importKey() local
292 auto future = promise->get_future(); in exportKey() local
332 auto future = promise->get_future(); in beginOperation() local
362 auto future = promise->get_future(); in updateOperation() local
394 auto future = promise->get_future(); in finishOperation() local
421 auto future = promise->get_future(); in abortOperation() local
Dkeystore_cli_v2.cpp561 auto future = listener->get_future(); in Confirmation() local
/system/bt/gd/os/linux_generic/
Drepeating_alarm_unittest.cc43 auto future = promise.get_future(); in VerifyMultipleDelayedTasks() local
74 auto future = promise.get_future(); in TEST_F() local
99 auto future = promise.get_future(); in TEST_F() local
Dreactor_unittest.cc155 auto future = g_promise->get_future(); in TEST_F() local
167 auto future = g_promise->get_future(); in TEST_F() local
187 auto future = g_promise->get_future(); in TEST_F() local
200 auto future = g_promise->get_future(); in TEST_F() local
216 auto future = g_promise->get_future(); in TEST_F() local
Dalarm_unittest.cc50 auto future = promise.get_future(); in TEST_F() local
75 auto future = promise.get_future(); in TEST_F() 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
Drepeating_timer.cc85 auto future = promise.get_future(); in CancelAndWait() 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/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/btcore/src/
Dmodule.cc142 future_t* future = function(); in call_lifecycle_function() local
/system/bt/hci/src/
Dhci_layer.cc313 future_t* future = future_new(); in transmit_command_futured() local
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp154 auto future = promise->get_future(); in generateKey() local
/system/core/adb/daemon/
Dusb.cpp731 std::future<void> future = destruction_notifier.get_future(); in usb_ffs_open_thread() local
/system/update_engine/
Domaha_request_action_unittest.cc2229 int64_t future = in TEST_F() local