Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/surfaceInterface/
DsurfaceInterface.cpp12 void setAsyncMode(ANativeWindow* anw, bool async) { in setAsyncMode() argument
13 ALOGD("SurfaceInterface::%s: set async mode %d", __func__, async); in setAsyncMode()
16 s->setAsyncMode(async); in setAsyncMode()
/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.h26 namespace async {
Dbluetooth_hci.h62 async::AsyncFdWatcher fd_watcher_;
Dasync_fd_watcher.cc35 namespace async { namespace
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dxmlbuilder.py337 async = False
341 def _set_async(self, async): argument
342 if async:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dxmlbuilder.py337 async = False
341 def _set_async(self, async): argument
342 if async: