Searched refs:allocator (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/ |
D | Android.bp | 46 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/ |
D | Android.bp | 36 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/ |
D | Android.bp | 37 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/ |
D | Android.bp | 36 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/ |
D | Android.bp | 44 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/ |
D | Android.bp | 44 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/ |
D | Android.bp | 40 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/includes/ |
D | omxUtils.h | 53 typedef hidl::allocator::V1_0::IAllocator IAllocator;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 485 for (int allocator : ALLOCATORS) { in testGetAllocator() 486 decoder.setAllocator(allocator); in testGetAllocator() 487 assertEquals(allocator, decoder.getAllocator()); in testGetAllocator() 499 for (int allocator : ALLOCATORS) { in paramsForTestSetAllocatorDecodeBitmap() 502 temp.add(new Object[]{record, allocator, doCrop, doScale}); in paramsForTestSetAllocatorDecodeBitmap() 512 public void testSetAllocatorDecodeBitmap(Record record, int allocator, boolean doCrop, in testSetAllocatorDecodeBitmap() argument 515 public int allocator; in testSetAllocatorDecodeBitmap() field in Listener 521 decoder.setAllocator(allocator); in testSetAllocatorDecodeBitmap() 535 l.allocator = allocator; in testSetAllocatorDecodeBitmap() 546 switch (allocator) { in testSetAllocatorDecodeBitmap() [all …]
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | NinePatchTests.kt | 72 decoder.allocator = ImageDecoder.ALLOCATOR_SOFTWARE in <lambda>()
|
D | AnimatedImageDrawableTest.kt | 58 decoder.allocator = ImageDecoder.ALLOCATOR_SOFTWARE in <lambda>()
|