Home
last modified time | relevance | path

Searched refs:async (Results 1 – 13 of 13) sorted by relevance

/system/media/audio_utils/include/audio_utils/
DFdToString.h51 mOutput = std::async(std::launch::async, reader, mPipeFd[0], mTimeoutTimeNs, mPrefix); in mPrefix()
/system/bt/test/rootcanal/
DAndroid.bp45 "android.hardware.bluetooth-async",
85 "android.hardware.bluetooth-async",
/system/sepolicy/private/
Dkeystore.te11 # This is used for the ConfirmationUI async callback.
/system/sepolicy/prebuilts/api/29.0/private/
Dkeystore.te11 # This is used for the ConfirmationUI async callback.
/system/sepolicy/prebuilts/api/28.0/private/
Dkeystore.te11 # This is used for the ConfirmationUI async callback.
/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.h26 namespace async {
Dbluetooth_hci.h50 async::AsyncFdWatcher fd_watcher_;
Dasync_fd_watcher.cc37 namespace async { namespace
/system/core/fs_mgr/libfs_avb/tests/
Dutil_test.cpp179 auto wait_file = std::async(WaitForFile, wait_path.value(), 500ms, FileWaitMode::Exists); in TEST()
200 auto wait_file = std::async(WaitForFile, wait_path.value(), 50ms, FileWaitMode::Exists); in TEST()
/system/bt/bta/include/
Dbta_jv_api.h209 bool async; /* false, if local initiates disconnect */ member
281 bool async; /* false, if local initiates disconnect */ member
/system/netd/resolv/
DDnsTlsTransport.cpp38 return std::async(std::launch::deferred, []{ in query()
/system/bt/bta/jv/
Dbta_jv_act.cc874 evt_data.l2c_close.async = true; in bta_jv_l2cap_client_cback()
982 evt_data.async = false; in bta_jv_l2cap_close()
1023 evt_data.l2c_close.async = true; in bta_jv_l2cap_server_cback()
1130 evt_data.async = false; in bta_jv_l2cap_stop_server()
1278 evt_data.rfc_close.async = true; in bta_jv_port_mgmt_cl_cback()
1280 evt_data.rfc_close.async = false; in bta_jv_port_mgmt_cl_cback()
1491 evt_data.rfc_close.async = true; in bta_jv_port_mgmt_sr_cback()
1500 evt_data.rfc_close.async = false; in bta_jv_port_mgmt_sr_cback()
2187 evt.l2c_close.async = false; in bta_jv_l2cap_stop_server_le()
2198 evt.l2c_close.async = false; in bta_jv_l2cap_stop_server_le()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2541 threads.emplace_back(std::async( in test_multithread()
2542 std::launch::async, [&]() { return (bool)multithreadInterface->runNewThread(); })); in test_multithread()