/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCreateAllocationsTest.java | 36 Allocation[] createAllocationsHelper(int usage, int numAlloc) { in createAllocationsHelper() 43 int usage = Allocation.USAGE_SCRIPT; in testCreateAllocations() local 55 int usage = Allocation.USAGE_IO_INPUT; in testCreateAllocations_USAGE_IO_INPUT() local 74 int usage = Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT; in testGetProperties() local 101 int usage = Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT; in testMultipleIoReceive_USAGE_IO_INPUT() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | AllocationInfo.java | 89 public static AllocationInfo newInstance(Size size, int format, int usage) { in newInstance() 164 public static AllocationInfo newInstance(Element element, Size size, int usage) { in newInstance() 176 public AllocationInfo addExtraUsage(int usage) { in addExtraUsage() 192 public AllocationInfo changeFormatAndUsage(int format, int usage) { in changeFormatAndUsage() 226 private AllocationInfo(Element element, Size size, int usage) { in AllocationInfo()
|
D | AllocationCache.java | 77 public Allocation getOrCreateTyped(Type type, int usage) { in getOrCreateTyped() 122 int usage = allocation.getUsage(); in returnToCache() local 211 public AllocationKey(Type type, int usage) { in AllocationKey()
|
D | ScriptGraph.java | 275 public Builder configureInput(int width, int height, int format, int usage) { in configureInput() 331 public Builder configureInput(Size size, int format, int usage) { in configureInput()
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | ReadDefaultUris.java | 57 private void playUri(final Uri uri, long timeToPlayMs, int usage, int contentType) in playUri()
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | HardwareBufferTest.java | 38 int format, int layers, long usage); in nativeCreateHardwareBuffer()
|
/cts/tools/selinux/ |
D | SELinuxNeverallowTestGen.py | 8 usage = "Usage: ./SELinuxNeverallowTestGen.py <input policy file> <output cts java source>" variable
|
/cts/tests/tests/hardware/jni/ |
D | android_hardware_cts_HardwareBufferTest.cpp | 27 jint width, jint height, jint format, jint layers, jlong usage) { in android_hardware_HardwareBuffer_nativeCreateHardwareBuffer()
|
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | test_aaudio_attributes.cpp | 34 aaudio_usage_t usage, in checkAttributes() 161 for (aaudio_usage_t usage : sUsages) { in checkAttributesUsage() local
|
/cts/suite/audio_quality/executable/src/ |
D | main.cpp | 54 void usage(char* bin) in usage() function
|
/cts/tests/tests/graphics/jni/ |
D | ImageReaderTestHelpers.cpp | 29 int32_t format, uint64_t usage, in ImageReaderHelper()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2AndroidTestCase.java | 363 protected void createDefaultImageReader(Size size, int format, int maxNumImages, long usage, in createDefaultImageReader() 407 protected ImageReader createImageReader(Size size, int format, int maxNumImages, long usage, in createImageReader()
|
/cts/tests/tests/media/libimagereaderjni/ |
D | AImageReaderCts.cpp | 55 uint64_t usage; member 270 uint64_t usage, in ImageReaderTestCase()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioPlaybackCaptureTest.java | 170 @AttributeUsage int usage) { in createMediaPlayer()
|
/cts/tests/vr/jni/ |
D | VrExtensionsJni.cpp | 209 static void testExternalBuffer(JNIEnv* env, uint64_t usage, bool write_hwbuffer, in testExternalBuffer() 283 const uint64_t usage = AHARDWAREBUFFER_USAGE_CPU_WRITE_OFTEN | in Java_android_vr_cts_VrExtensionBehaviorTest_nativeTestExternalBuffer() local
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferTest.cpp | 71 void PrintAhbUsage(std::ostream& os, uint64_t usage) { in PrintAhbUsage()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 2189 long usage = HardwareBuffer.USAGE_GPU_SAMPLED_IMAGE; in createTestBuffer() local
|