/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiTcp4Io.h | 124 @param[in] AsyncMode Is this receive asyncronous or not.
138 IN BOOLEAN AsyncMode,
|
IScsiTcp4Io.c | 399 @param[in] AsyncMode Is this receive asyncronous or not.
413 IN BOOLEAN AsyncMode,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
TcpIoLib.h | 230 @param[in] AsyncMode Is this receive asyncronous or not.
248 IN BOOLEAN AsyncMode,
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
PerformanceTest.java | 467 new SimpleImageReaderListener(/*asyncMode*/true, NUM_MAX_IMAGES); 599 reprocessingPerformanceTestByCamera(format, /*asyncMode*/false, 628 reprocessingPerformanceTestByCamera(format, /*asyncMode*/true, 656 reprocessingPerformanceTestByCamera(format, /*asyncMode*/false [all...] |
/frameworks/native/libs/gui/ |
BufferQueueCore.cpp | 186 int BufferQueueCore::getMaxBufferCountLocked(bool asyncMode, 189 ((asyncMode || dequeueBufferCannotBlock) ? 1 : 0);
|
/frameworks/native/libs/gui/include/gui/ |
BufferQueueCore.h | 115 int getMaxBufferCountLocked(bool asyncMode,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/ |
DxeTcpIoLib.c | 861 @param[in] AsyncMode Is this receive asyncronous or not.
879 IN BOOLEAN AsyncMode,
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
CameraTestUtils.java | 316 * @param asyncMode If the listener is operating at asynchronous mode. 321 * @param asyncMode 323 public SimpleImageReaderListener(boolean asyncMode, int maxImages) { 324 mAsyncMode = asyncMode; [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
CameraTestUtils.java | 299 * @param asyncMode If the listener is operating at asynchronous mode. 304 * @param asyncMode 306 public SimpleImageReaderListener(boolean asyncMode, int maxImages) { 307 mAsyncMode = asyncMode; [all...] |
/frameworks/native/libs/gui/tests/ |
IGraphicBufferProducer_test.cpp | 679 EXPECT_EQ(NO_INIT, mProducer->setAsyncMode(false)) << "asyncMode: " << false;
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 64 * when setting <em>asyncMode</em> to true in constructors, {@code [all...] |
ForkJoinTask.java | 198 * of this form, consider using a pool constructed in <em>asyncMode</em>. [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/ |
netty-common-4.1.0.CR3.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/ |
netty-common-4.1.3.Final.jar | |