Searched refs:async (Results 1 – 13 of 13) sorted by relevance
/system/media/audio_utils/include/audio_utils/ |
D | FdToString.h | 51 mOutput = std::async(std::launch::async, reader, mPipeFd[0], mTimeoutTimeNs, mPrefix); in mPrefix()
|
/system/bt/test/rootcanal/ |
D | Android.bp | 45 "android.hardware.bluetooth-async", 85 "android.hardware.bluetooth-async",
|
/system/sepolicy/private/ |
D | keystore.te | 11 # This is used for the ConfirmationUI async callback.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | keystore.te | 11 # This is used for the ConfirmationUI async callback.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | keystore.te | 11 # This is used for the ConfirmationUI async callback.
|
/system/bt/vendor_libs/linux/interface/ |
D | async_fd_watcher.h | 26 namespace async {
|
D | bluetooth_hci.h | 50 async::AsyncFdWatcher fd_watcher_;
|
D | async_fd_watcher.cc | 37 namespace async { namespace
|
/system/core/fs_mgr/libfs_avb/tests/ |
D | util_test.cpp | 179 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/ |
D | bta_jv_api.h | 209 bool async; /* false, if local initiates disconnect */ member 281 bool async; /* false, if local initiates disconnect */ member
|
/system/netd/resolv/ |
D | DnsTlsTransport.cpp | 38 return std::async(std::launch::deferred, []{ in query()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 874 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/ |
D | hidl_test_client.cpp | 2541 threads.emplace_back(std::async( in test_multithread() 2542 std::launch::async, [&]() { return (bool)multithreadInterface->runNewThread(); })); in test_multithread()
|