Searched refs:allocator (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/ |
D | Android.bp | 43 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/includes/ |
D | omxUtils.h | 53 typedef hidl::allocator::V1_0::IAllocator IAllocator;
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/ |
D | Android.bp | 36 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/ |
D | Android.bp | 43 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/ |
D | Android.bp | 35 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/ |
D | Android.bp | 35 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/ |
D | Android.bp | 51 "android.hidl.allocator@1.0",
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/ |
D | Android.bp | 39 "android.hidl.allocator@1.0",
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ImageDecoderTest.java | 359 for (int allocator : ALLOCATORS) { in testGetAllocator() 360 decoder.setAllocator(allocator); in testGetAllocator() 361 assertEquals(allocator, decoder.getAllocator()); in testGetAllocator() 373 for (int allocator : ALLOCATORS) { in paramsForTestSetAllocatorDecodeBitmap() 376 temp.add(new Object[]{record, allocator, doCrop, doScale}); in paramsForTestSetAllocatorDecodeBitmap() 386 public void testSetAllocatorDecodeBitmap(Record record, int allocator, boolean doCrop, in testSetAllocatorDecodeBitmap() argument 389 public int allocator; in testSetAllocatorDecodeBitmap() field in Listener 395 decoder.setAllocator(allocator); in testSetAllocatorDecodeBitmap() 416 l.allocator = allocator; in testSetAllocatorDecodeBitmap() 429 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>()
|