Home
last modified time | relevance | path

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

123

/hardware/google/aemu/base/include/aemu/base/threads/
DAsync.h28 bool async(const ThreadFunctor& func,
32 bool async(Callable&& func, ThreadFlags flags = ThreadFlags::MaskSignals) {
33 return async(ThreadFunctor([func]() { func(); return intptr_t(); }), flags);
/hardware/interfaces/bluetooth/async/
DAndroid.bp6 name: "android.hardware.bluetooth.async",
23 name: "bluetooth-vendor-interface-async-test",
33 "android.hardware.bluetooth.async",
Dasync_fd_watcher.h23 namespace android::hardware::bluetooth::async {
/hardware/interfaces/uwb/aidl/default/src/
Duwb_chip.rs51 async fn close(&mut self) -> Result<()> { in close()
134 async fn getName(&self) -> Result<String> { in getName()
138 async fn open(&self, callbacks: &Strong<dyn IUwbClientCallback>) -> Result<()> { in open()
178 let join_handle = tokio::task::spawn(async move { in open()
262 async fn close(&self) -> Result<()> { in close()
274 async fn coreInit(&self) -> Result<()> { in coreInit()
285 async fn sessionInit(&self, _id: i32) -> Result<()> { in sessionInit()
291 async fn getSupportedAndroidUciVersion(&self) -> Result<i32> { in getSupportedAndroidUciVersion()
295 async fn sendUciMessage(&self, data: &[u8]) -> Result<i32> { in sendUciMessage()
/hardware/google/gfxstream/guest/mesa/bin/
Dgen_release_notes_test.py59 async def test_get_shortlog():
67 async def test_gather_commits():
191 async def test_parse_issues(content: str, bugs: typing.List[str]) -> None:
Dgen_release_notes.py176 async def gather_commits(version: str) -> str:
185 async def parse_issues(commits: str) -> typing.List[str]:
218 async def gather_bugs(version: str) -> typing.List[str]:
226 async with aiohttp.ClientSession(loop=loop) as session:
235 async def get_bug(session: aiohttp.ClientSession, bug_id: str) -> str:
240 async with session.get(url, params=params) as response:
250 async def get_shortlog(version: str) -> str:
339 async def main() -> None:
/hardware/google/aemu/host-common/include/host-common/
Dscreen-recorder.h83 extern bool screen_recorder_start(const RecordingInfo* info, bool async);
90 extern bool screen_recorder_stop(bool async);
/hardware/libhardware/tests/input/evdev/
DTestHelpers.h36 return std::async(std::launch::async, [=]{ std::this_thread::sleep_for(delay); task(); }); in decltype()
/hardware/interfaces/bluetooth/aidl/default/
DAndroid.bp21 "android.hardware.bluetooth.async",
68 "android.hardware.bluetooth.async",
/hardware/interfaces/bluetooth/1.0/default/
DAndroid.bp44 "android.hardware.bluetooth-async",
69 name: "android.hardware.bluetooth-async",
119 "android.hardware.bluetooth-async",
Dasync_fd_watcher.h26 namespace async {
Dvendor_interface.h63 async::AsyncFdWatcher fd_watcher_;
/hardware/interfaces/gnss/aidl/default/
DGnssNavigationMessageInterface.cpp98 mFutures.push_back(std::async(std::launch::async, in stop()
DGnssMeasurementInterface.cpp154 mFutures.push_back(std::async(std::launch::async, in stop()
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DTraceProviderFuchsia.h37 async::Loop mLoop;
DTraceProviderFuchsia.cpp28 async::PostTask(mLoop.dispatcher(), [this]() { in ~TraceProviderFuchsia()
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamCommon.aidl116 void setVendorParameters(in VendorParameter[] parameters, boolean async); in setVendorParameters() argument
Dstream-in-async-sm.gv15 // To render: dot -Tpng stream-in-async-sm.gv -o stream-in-async-sm.png
Dstream-out-async-sm.gv15 // To render: dot -Tpng stream-out-async-sm.gv -o stream-out-async-sm.png
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIStreamCommon.aidl41 …id setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean async); in setVendorParameters() argument
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIStreamCommon.aidl41 …id setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean async); in setVendorParameters() argument
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIStreamCommon.aidl41 …id setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean async); in setVendorParameters() argument
/hardware/interfaces/bluetooth/hci/
DAndroid.bp37 "android.hardware.bluetooth.async",
/hardware/google/gfxstream/host/vulkan/
DPostWorkerVk.cpp36 std::shared_future<void> completedFuture = std::async(std::launch::deferred, [] {}).share(); in postImpl()
/hardware/google/gfxstream/guest/
DBUILD.gn129 "//zircon/system/ulib/async:async-cpp",
130 "//zircon/system/ulib/async-loop:async-loop-cpp",
309 "//zircon/system/ulib/async-default",

123