/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/ |
H A D | VtsCopyTests.cpp | 40 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 76 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 113 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 154 Allocation allocation = context->allocationCreateFromBitmap(type, in TEST_P() local 299 Allocation allocation = context->allocationCreateFromBitmap(type, in TEST_P() local 357 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::FULL, in TEST_P() local 403 Allocation allocation = context->allocationCubeCreateFromBitmap( in TEST_P() local 464 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
|
H A D | VtsScriptTests.cpp | 214 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 262 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 306 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 438 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 515 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
|
H A D | VtsMiscellaneousTests.cpp | 56 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local 120 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_P() local
|
/aosp12/system/chre/util/tests/ |
H A D | memory_pool_test.cc | 62 size_t *allocation; member 78 AllocationExpectedValuePair allocation = { in TEST() local
|
/aosp12/system/bt/osi/src/ |
H A D | allocation_tracker.cc | 87 allocation_t* allocation = entry.second; in allocation_tracker_expect_no_allocations() local 113 allocation_t* allocation; in allocation_tracker_notify_alloc() local 143 allocation_t* allocation = map_entry->second; in allocation_tracker_notify_free() local
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.cpp | 214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation) in AllocationGetType() 426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type, in AllocationCreateTyped() local 441 uint64_t allocation = GetIContextHandle(context)->allocationCreateFromBitmap(_type, in AllocationCreateFromBitmap() local 459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation) in AllocationGetSurface() 466 void RsHidlAdaptation::AllocationSetSurface (RsContext context, RsAllocation allocation, RsNativeWi… in AllocationSetSurface() 566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_… in Allocation1DElementData() 611 void RsHidlAdaptation::AllocationGenerateMipmaps (RsContext context, RsAllocation allocation) in AllocationGenerateMipmaps() 666 void RsHidlAdaptation::AllocationResize1D (RsContext context, RsAllocation allocation, uint32_t dim… in AllocationResize1D() 1030 void RsHidlAdaptation::AllocationIoSend (RsContext context, RsAllocation allocation) in AllocationIoSend() 1036 int64_t RsHidlAdaptation::AllocationIoReceive (RsContext context, RsAllocation allocation) in AllocationIoReceive() [all …]
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.cpp | 96 Return<Type> Context::allocationGetType(Allocation allocation) { in allocationGetType() 129 Return<NativeWindow> Context::allocationGetNativeWindow(Allocation allocation) { in allocationGetNativeWindow() 135 Return<void> Context::allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) { in allocationSetNativeWindow() 156 Return<void> Context::allocationCopyToBitmap(Allocation allocation, Ptr data, Size sizeBytes) { in allocationCopyToBitmap() 219 Return<void> Context::allocationGenerateMipmaps(Allocation allocation) { in allocationGenerateMipmaps() 225 Return<void> Context::allocationRead(Allocation allocation, Ptr data, Size sizeBytes) { in allocationRead() 288 Return<void> Context::allocationSyncAll(Allocation allocation, AllocationUsageType usageType) { in allocationSyncAll() 295 Return<void> Context::allocationResize1D(Allocation allocation, uint32_t dimX) { in allocationResize1D() 337 Return<void> Context::allocationIoSend(Allocation allocation) { in allocationIoSend() 343 Return<void> Context::allocationIoReceive(Allocation allocation) { in allocationIoReceive() [all …]
|
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | C2AllocatorBlob.cpp | 170 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation>* allocation) { in newLinearAllocation() 197 const C2Handle* handle, std::shared_ptr<C2LinearAllocation>* allocation) { in priorLinearAllocation()
|
H A D | C2AllocatorGralloc.cpp | 870 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation() 901 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation() 949 std::shared_ptr<C2GraphicAllocation> *allocation) { in newGraphicAllocation() 955 std::shared_ptr<C2GraphicAllocation> *allocation) { in priorGraphicAllocation()
|
H A D | C2DmaBufAllocator.cpp | 371 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation>* allocation) { in newLinearAllocation() 412 const C2Handle* handle, std::shared_ptr<C2LinearAllocation>* allocation) { in priorLinearAllocation()
|
H A D | C2AllocatorIon.cpp | 581 uint32_t capacity, C2MemoryUsage usage, std::shared_ptr<C2LinearAllocation> *allocation) { in newLinearAllocation() 609 const C2Handle *handle, std::shared_ptr<C2LinearAllocation> *allocation) { in priorLinearAllocation()
|
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | FatVector.h | 47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | FatVector.h | 47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
|
/aosp12/frameworks/native/include/ui/ |
H A D | FatVector.h | 47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
|
/aosp12/bionic/libc/stdio/ |
H A D | fmemopen.cpp | 41 char* allocation; member
|
H A D | vfscanf.cpp | 101 void* allocation = nullptr; // Allocated but unassigned result for %mc/%ms/%m[. in __svfscanf() local
|
/aosp12/system/memory/libmemunreachable/ |
H A D | LeakFolding.cpp | 75 heap_walker_.ForEachAllocation([&](const Range& range, HeapWalker::AllocationInfo& allocation) { in FoldLeaks()
|
H A D | HeapWalker.h | 141 HeapWalker::AllocationInfo& allocation = it.second; in ForEachAllocation() local
|
H A D | Allocator.cpp | 390 MapAllocation* allocation = reinterpret_cast<MapAllocation*>(AllocLocked(sizeof(MapAllocation))); in MapAlloc() local 405 MapAllocation** allocation = &map_allocation_list_; in MapFree() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
H A D | FakeExtensionController.java | 97 public FakeExtension(Object allocation) { in FakeExtension()
|
/aosp12/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
H A D | BallsRS.java | 79 final Allocation allocation = in loadTexture() local
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | BackingStore.java | 533 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local 626 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local 748 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Buffer.h | 650 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in newLinearAllocation() 675 std::shared_ptr<C2LinearAllocation> *allocation /* nonnull */) { in priorLinearAllocation() 710 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in newGraphicAllocation() 735 std::shared_ptr<C2GraphicAllocation> *allocation /* nonnull */) { in priorGraphicAllocation()
|
/aosp12/bionic/libc/bionic/ |
H A D | fdsan.cpp | 86 void* allocation = in at() local
|
H A D | pthread_create.cpp | 74 void* allocation = mmap(nullptr, allocation_size, in __allocate_temp_bionic_tls() local
|