Searched refs:async (Results 1 – 14 of 14) 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/sepolicy/private/ |
D | keystore.te | 11 # This is used for the ConfirmationUI async callback.
|
/system/sepolicy/prebuilts/api/30.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/sepolicy/prebuilts/api/29.0/private/ |
D | keystore.te | 11 # This is used for the ConfirmationUI async callback.
|
/system/bt/test/rootcanal/ |
D | Android.bp | 50 "android.hardware.bluetooth-async", 98 "android.hardware.bluetooth-async",
|
/system/bt/vendor_libs/linux/interface/ |
D | async_fd_watcher.h | 26 namespace async {
|
D | bluetooth_hci.h | 58 async::AsyncFdWatcher fd_watcher_;
|
D | async_fd_watcher.cc | 37 namespace async { namespace
|
/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/core/fs_mgr/libfs_avb/tests/ |
D | util_test.cpp | 182 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/ |
D | bta_jv_act.cc | 876 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/ |
D | snapshot_test.cpp | 663 future_ = std::async(std::launch::async, &LockTestConsumer::HandleRequests, this); in StartHandleRequestsInBackground()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 2567 threads.emplace_back(std::async( in test_multithread() 2568 std::launch::async, [&]() { return (bool)multithreadInterface->runNewThread(); })); in test_multithread()
|