Home
last modified time | relevance | path

Searched refs:USAGE_IO_INPUT (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java207 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation
393 USAGE_IO_INPUT | in Allocation()
399 if ((usage & USAGE_IO_INPUT) != 0) { in Allocation()
402 if ((usage & ~(USAGE_IO_INPUT | in Allocation()
592 if ((mUsage & USAGE_IO_INPUT) == 0) { in ioReceive()
2871 if ((mUsage & USAGE_IO_INPUT) != 0) { in getByteBuffer()
2900 if ((usage & USAGE_IO_INPUT) != 0) { in createAllocations()
2945 if ((usage & USAGE_IO_INPUT) != 0) { in createFromAllocation()
2959 if ((mUsage & USAGE_IO_INPUT) == 0) { in setupBufferQueue()
2972 if ((mUsage & USAGE_IO_INPUT) == 0) { in shareBufferQueue()
[all …]
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java177 Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT); in onOpen()
/aosp14/frameworks/base/core/java/android/hardware/
H A DCamera.java1050 usage | Allocation.USAGE_IO_INPUT); in createPreviewAllocation()
1119 Allocation.USAGE_IO_INPUT) == 0) { in setPreviewCallbackAllocation()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38074 field @Deprecated public static final int USAGE_IO_INPUT = 32; // 0x20