/hardware/google/aemu/base/include/aemu/base/threads/ |
D | Async.h | 28 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/ |
D | Android.bp | 6 name: "android.hardware.bluetooth.async", 23 name: "bluetooth-vendor-interface-async-test", 33 "android.hardware.bluetooth.async",
|
D | async_fd_watcher.h | 23 namespace android::hardware::bluetooth::async {
|
/hardware/interfaces/uwb/aidl/default/src/ |
D | uwb_chip.rs | 51 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/ |
D | gen_release_notes_test.py | 59 async def test_get_shortlog(): 67 async def test_gather_commits(): 191 async def test_parse_issues(content: str, bugs: typing.List[str]) -> None:
|
D | gen_release_notes.py | 176 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/ |
D | screen-recorder.h | 83 extern bool screen_recorder_start(const RecordingInfo* info, bool async); 90 extern bool screen_recorder_stop(bool async);
|
/hardware/libhardware/tests/input/evdev/ |
D | TestHelpers.h | 36 return std::async(std::launch::async, [=]{ std::this_thread::sleep_for(delay); task(); }); in decltype()
|
/hardware/interfaces/bluetooth/aidl/default/ |
D | Android.bp | 21 "android.hardware.bluetooth.async", 68 "android.hardware.bluetooth.async",
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | Android.bp | 44 "android.hardware.bluetooth-async", 69 name: "android.hardware.bluetooth-async", 119 "android.hardware.bluetooth-async",
|
D | async_fd_watcher.h | 26 namespace async {
|
D | vendor_interface.h | 63 async::AsyncFdWatcher fd_watcher_;
|
/hardware/interfaces/gnss/aidl/default/ |
D | GnssNavigationMessageInterface.cpp | 98 mFutures.push_back(std::async(std::launch::async, in stop()
|
D | GnssMeasurementInterface.cpp | 154 mFutures.push_back(std::async(std::launch::async, in stop()
|
/hardware/google/gfxstream/guest/OpenglSystemCommon/ |
D | TraceProviderFuchsia.h | 37 async::Loop mLoop;
|
D | TraceProviderFuchsia.cpp | 28 async::PostTask(mLoop.dispatcher(), [this]() { in ~TraceProviderFuchsia()
|
/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | IStreamCommon.aidl | 116 void setVendorParameters(in VendorParameter[] parameters, boolean async); in setVendorParameters() argument
|
D | stream-in-async-sm.gv | 15 // To render: dot -Tpng stream-in-async-sm.gv -o stream-in-async-sm.png
|
D | stream-out-async-sm.gv | 15 // 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/ |
D | IStreamCommon.aidl | 41 …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/ |
D | IStreamCommon.aidl | 41 …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/ |
D | IStreamCommon.aidl | 41 …id setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean async); in setVendorParameters() argument
|
/hardware/interfaces/bluetooth/hci/ |
D | Android.bp | 37 "android.hardware.bluetooth.async",
|
/hardware/google/gfxstream/host/vulkan/ |
D | PostWorkerVk.cpp | 36 std::shared_future<void> completedFuture = std::async(std::launch::deferred, [] {}).share(); in postImpl()
|
/hardware/google/gfxstream/guest/ |
D | BUILD.gn | 129 "//zircon/system/ulib/async:async-cpp", 130 "//zircon/system/ulib/async-loop:async-loop-cpp", 309 "//zircon/system/ulib/async-default",
|