Home
last modified time | relevance | path

Searched refs:async (Results 1 – 14 of 14) 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/sepolicy/private/
Dkeystore.te11 # This is used for the ConfirmationUI async callback.
/system/sepolicy/prebuilts/api/30.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/sepolicy/prebuilts/api/29.0/private/
Dkeystore.te11 # This is used for the ConfirmationUI async callback.
/system/bt/test/rootcanal/
DAndroid.bp50 "android.hardware.bluetooth-async",
98 "android.hardware.bluetooth-async",
/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.h26 namespace async {
Dbluetooth_hci.h58 async::AsyncFdWatcher fd_watcher_;
Dasync_fd_watcher.cc37 namespace async { namespace
/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/core/fs_mgr/libfs_avb/tests/
Dutil_test.cpp182 auto wait_file = std::async(WaitForFile, wait_path.value(), 500ms, FileWaitMode::Exists); in TEST()
203 auto wait_file = std::async(WaitForFile, wait_path.value(), 50ms, FileWaitMode::Exists); in TEST()
/system/bt/bta/jv/
Dbta_jv_act.cc876 evt_data.l2c_close.async = true; in bta_jv_l2cap_client_cback()
984 evt_data.async = false; in bta_jv_l2cap_close()
1025 evt_data.l2c_close.async = true; in bta_jv_l2cap_server_cback()
1132 evt_data.async = false; in bta_jv_l2cap_stop_server()
1280 evt_data.rfc_close.async = true; in bta_jv_port_mgmt_cl_cback()
1282 evt_data.rfc_close.async = false; in bta_jv_port_mgmt_cl_cback()
1493 evt_data.rfc_close.async = true; in bta_jv_port_mgmt_sr_cback()
1502 evt_data.rfc_close.async = false; in bta_jv_port_mgmt_sr_cback()
2183 evt.l2c_close.async = false; in bta_jv_l2cap_stop_server_le()
2194 evt.l2c_close.async = false; in bta_jv_l2cap_stop_server_le()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp663 future_ = std::async(std::launch::async, &LockTestConsumer::HandleRequests, this); in StartHandleRequestsInBackground()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2567 threads.emplace_back(std::async( in test_multithread()
2568 std::launch::async, [&]() { return (bool)multithreadInterface->runNewThread(); })); in test_multithread()