| /external/caliper/lib/ | 
| jersey-client-1.11.jar |  | 
| /frameworks/native/libs/gui/ | 
| BufferQueueProducer.cpp | 149                     "exceed the maxBufferCount (%d) (maxAcquired %d async %d " 176 status_t BufferQueueProducer::setAsyncMode(bool async) {
 178     BQ_LOGV("setAsyncMode: async = %d", async);
 190         if (async == mCore->mAsyncMode) {
 195                 (async || mCore->mDequeueBufferCannotBlock ? 1 : 0)) >
 199                     "maxDequeued %d mDequeueBufferCannotBlock %d)", async,
 206         int delta = mCore->getMaxBufferCountLocked(async,
 215         mCore->mAsyncMode = async;
 [all...]
 | 
| IGraphicBufferProducer.cpp | 117     virtual status_t setAsyncMode(bool async) { 121         data.writeInt32(async);
 549     status_t setAsyncMode(bool async) override {
 550         return mBase->setAsyncMode(async);
 757             bool async = data.readInt32();  local
 758             int result = setAsyncMode(async);
 [all...]
 | 
| /cts/tests/tests/media/libimagereaderjni/ | 
| AImageReaderCts.cpp | 271                         bool async) 277           mAsync(async) {}
 536                               "async=%d, pictureCount=%d",
 
 | 
| /external/ImageMagick/www/api/ | 
| mogrify.php | 33     <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>    <ins class="adsbygoogle" 
 | 
| segment.php | 33     <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>    <ins class="adsbygoogle" 
 | 
| stream.php | 33     <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>    <ins class="adsbygoogle" 
 | 
| /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ | 
| WGraphicBufferProducer.h | 84     Return<int32_t> setAsyncMode(bool async) override { 85         return static_cast<int32_t>(mBase->setAsyncMode(async));
 
 | 
| /external/python/cpython3/Lib/test/ | 
| test_collections.py | 520         async def new_coro(): 570         async def new_coro():
 655             async def __aiter__(self):
 669             async def __aiter__(self):
 671             async def __anext__(self):
 682             async def __anext__(self):
 [all...]
 | 
| /external/chromium-trace/catapult/devil/devil/android/tools/ | 
| video_recorder.py | 162       async=True) 
 | 
| /external/libmojo/third_party/catapult/devil/devil/android/tools/ | 
| video_recorder.py | 160       async=True) 
 | 
| /external/mesa3d/src/gallium/include/pipe/ | 
| p_state.h | 817    bool async;  member in struct:pipe_debug_callback 
 | 
| /external/webrtc/webrtc/base/ | 
| virtualsocketserver.h | 257   VirtualSocket(VirtualSocketServer* server, int family, int type, bool async); 
 | 
| /frameworks/base/services/core/java/com/android/server/pm/permission/ | 
| PermissionManagerInternal.java | 119     public abstract boolean addDynamicPermission(@NonNull PermissionInfo info, boolean async, 
 | 
| /frameworks/native/libs/gui/include/gui/ | 
| IGraphicBufferProducer.h | 127     // Set the async flag if the producer intends to asynchronously queue 131     // Enabling async mode will internally allocate an additional buffer to
 141     virtual status_t setAsyncMode(bool async) = 0;
 190     // * BAD_VALUE - both in async mode and buffer count was less than the
 264     //               async mode and buffer count override, or the generation
 303     //              * both in async mode and buffer count was less than the
 458     // will operate in async mode regardless of the async flag.
 472     //               happen because of trying to allocate/deallocate the async
 527     // same way as for dequeueBuffer, and the async flag must be set the sam
 [all...]
 | 
| /hardware/interfaces/bluetooth/1.0/default/test/ | 
| h4_protocol_unittest.cc | 190   async::AsyncFdWatcher fd_watcher_; 
 | 
| mct_protocol_unittest.cc | 174   async::AsyncFdWatcher fd_watcher_; 
 | 
| /packages/apps/Camera2/src/com/android/camera/async/ | 
| Futures2.java | 17 package com.android.camera.async; 34      * 2 parameter async function for joined async results.
 41      * 3 parameter async function for joined async results.
 111      * Create a new joined future from two existing futures and an async function
 157      * Create a new joined future from three existing futures and an async function
 
 | 
| /packages/apps/Camera2/src/com/android/camera/captureintent/ | 
| CaptureIntentModuleUI.java | 20 import com.android.camera.async.MainThread; 
 | 
| /packages/apps/Camera2/src/com/android/camera/captureintent/state/ | 
| StateReviewingPicture.java | 22 import com.android.camera.async.RefCountBase; 
 | 
| StateStartingPreview.java | 20 import com.android.camera.async.RefCountBase; 
 | 
| /packages/apps/Camera2/src/com/android/camera/device/ | 
| MultiCameraDeviceLifecycle.java | 23 import com.android.camera.async.Lifetime; 
 | 
| /packages/apps/Camera2/src/com/android/camera/one/v2/ | 
| Camera2OneCameraOpenerImpl.java | 31 import com.android.camera.async.MainThread; 
 | 
| /packages/apps/Camera2/src/com/android/camera/session/ | 
| CaptureSessionManagerImpl.java | 23 import com.android.camera.async.MainThread; 
 | 
| /test/vts-testcase/hal/treble/vintf/ | 
| VtsTrebleVintfTestBase.cpp | 97         std::async([&]() { fn(fq_name, instance_name, transport); }); 
 |