/system/bt/osi/src/ |
D | future.cc | 62 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/ |
D | future_test.cc | 40 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/ |
D | stack_manager.cc | 40 auto future = promise.get_future(); in StartUp() local 57 auto future = promise.get_future(); in ShutDown() local
|
/system/bt/gd/os/linux_generic/ |
D | repeating_alarm_unittest.cc | 47 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
|
D | alarm_unittest.cc | 57 auto future = promise.get_future(); in TEST_F() local 83 auto future = promise.get_future(); in TEST_F() local
|
D | reactor_unittest.cc | 202 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
|
D | handler_unittest.cc | 55 auto future = closure_ran.get_future(); in TEST_F() local 106 auto future = promise.get_future(); in TEST_F() local
|
/system/security/keystore/ |
D | keystore_client_impl.cpp | 184 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/ |
D | repeating_timer_unittest.cc | 81 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
|
D | once_timer_unittest.cc | 93 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
|
D | once_timer.cc | 75 auto future = promise.get_future(); in CancelAndWait() local
|
/system/bt/osi/test/fuzzers/future/ |
D | fuzz_future.cc | 37 future_t* future = nullptr; in LLVMFuzzerTestOneInput() local
|
/system/bt/test/headless/read/ |
D | name.cc | 53 auto future = promise_.get_future(); in Run() local
|
/system/bt/gd/shim/ |
D | dumpsys_test.cc | 112 std::future future = promise.get_future(); in TEST_F() local 129 std::future future = promise.get_future(); in TEST_F() local
|
D | l2cap_test.cc | 202 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/ |
D | keystore_backend_binder.cpp | 142 auto future = promise->get_future(); in sign() local 258 auto future = promise->get_future(); in get_pubkey() local
|
/system/bt/gd/l2cap/classic/internal/ |
D | signalling_manager_test.cc | 40 auto future = promise.get_future(); in SyncHandler() local
|
D | fixed_channel_service_manager_test.cc | 61 auto future = promise.get_future(); in sync_user_handler() local
|
D | dynamic_channel_service_manager_test.cc | 64 auto future = promise.get_future(); in sync_user_handler() local
|
/system/security/keystore/tests/ |
D | confirmationui_invocation_test.cpp | 68 auto future = listener->get_future(); in TEST() local
|
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 95 auto future = promise->get_future(); in getPublicKey() local 188 auto future = promise->get_future(); in sign() local
|
/system/bt/gd/security/test/ |
D | fake_l2cap_test.cc | 65 auto future = promise.get_future(); in sync_handler() local
|
/system/bt/test/headless/sdp/ |
D | sdp.cc | 93 auto future = promise.get_future(); in sdp_query_uuid() local
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_service_manager_test.cc | 61 auto future = promise.get_future(); in sync_user_handler() local
|
D | dynamic_channel_service_manager_test.cc | 63 auto future = promise.get_future(); in sync_user_handler() local
|