| /frameworks/native/libs/gui/include/gui/ | 
| BufferHubProducer.h | 59     status_t setAsyncMode(bool async) override; 
 | 
| /frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ | 
| H2BGraphicBufferProducer.h | 66     status_t setAsyncMode(bool async) override; 
 | 
| /frameworks/native/services/surfaceflinger/DisplayHardware/ | 
| VirtualDisplaySurface.h | 103     virtual status_t setAsyncMode(bool async); 
 | 
| /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ | 
| InputSurface.h | 91             bool async) override; 
 | 
| /hardware/interfaces/bluetooth/1.0/default/ | 
| async_fd_watcher.cc | 40 namespace async {  namespace in namespace:android::hardware::bluetooth 190 } // namespace async
 
 | 
| /packages/apps/Camera2/src/com/android/camera/async/ | 
| ConcurrentBufferQueue.java | 17 package com.android.camera.async; 
 | 
| /packages/apps/Camera2/src/com/android/camera/burst/ | 
| BurstFacadeImpl.java | 22 import com.android.camera.async.MainThread; 
 | 
| /packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/ | 
| AutoFlashZslImageFilter.java | 22 import com.android.camera.async.Updatable; 
 | 
| /packages/apps/Camera2/src_pd/com/android/camera/one/v2/ | 
| OneCameraCreator.java | 27 import com.android.camera.async.MainThread; 
 | 
| /system/netd/server/dns/ | 
| DnsTlsTransport.cpp | 43         return std::async(std::launch::deferred, []{ 
 | 
| /development/vndk/tools/sourcedr/sourcedr/static/prism/js/ | 
| prism.js | 158 	highlightAll: function(async, callback) { 169 			_.highlightElement(element, async === true, env.callback);
 173 	highlightElement: function(element, async, callback) {
 219 		if (async && _self.Worker) {
 
 | 
| /external/ImageMagick/www/api/ | 
| animate.php | 33     <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>    <ins class="adsbygoogle" 
 | 
| colormap.php | 33     <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>    <ins class="adsbygoogle" 
 | 
| signature.php | 33     <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>    <ins class="adsbygoogle" 
 | 
| /external/python/cpython3/Lib/ | 
| types.py | 22 async def _c(): pass 27 async def _ag():
 
 | 
| /external/toolchain-utils/cros_utils/ | 
| buildbot_utils.py | 204                    async=False): 304         if async:
 
 | 
| /frameworks/base/core/java/android/os/ | 
| Message.java | 473      * @param async True if the message is asynchronous. 477     public void setAsynchronous(boolean async) {
 478         if (async) {
 
 | 
| /frameworks/base/core/java/com/android/internal/os/ | 
| HandlerCaller.java | 31         MyHandler(Looper looper, boolean async) { 32             super(looper, null, async);
 
 | 
| /frameworks/native/libs/gui/tests/ | 
| Malicious.cpp | 39     status_t setAsyncMode(bool async) override { return mProducer->setAsyncMode(async); } 
 | 
| /hardware/google/av/codec2/hidl/1.0/utils/ | 
| InputSurface.cpp | 165         bool async) { 166     return mBase->setAsyncMode(async);
 
 | 
| /hardware/interfaces/graphics/bufferqueue/1.0/ | 
| IGraphicBufferProducer.hal | 209      * Set the async flag if the producer intends to asynchronously queue 213      * Enabling async mode will internally allocate an additional buffer to
 225             bool async
 278      * * BAD_VALUE - both in async mode and buffer count was less than the
 375      *               async mode and buffer count override, or the generation
 420      *              * both in async mode and buffer count was less than the
 496      * will operate in async mode regardless of the async flag.
 510      *               happen because of trying to allocate/deallocate the async
 578      * same way as for dequeueBuffer, and the async flag must be set the sam
 [all...]
 | 
| /packages/apps/Camera2/src/com/android/camera/one/v2/photo/ | 
| ConvergedImageCaptureCommand.java | 27 import com.android.camera.async.BufferQueue; 28 import com.android.camera.async.Updatable;
 
 | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ | 
| AppWithAdminGrantedPermissionsCounterTest.java | 109     private void verifyCountInstalledApps(boolean async) throws Exception { 117         if (async) {
 159         verifyCountInstalledApps(false /* async */);
 164         verifyCountInstalledApps(true /* async */);
 
 | 
| /system/bt/bta/include/ | 
| bta_jv_api.h | 209   bool async;            /* false, if local initiates disconnect */  member in struct:__anon1606 281   bool async;            /* false, if local initiates disconnect */  member in struct:__anon1615
 [all...]
 | 
| /frameworks/native/cmds/atrace/ | 
| atrace.cpp | 1132  bool async = false;  local [all...]
 |