/aosp14/system/core/libutils/ |
H A D | SharedBuffer.cpp | 30 SharedBuffer* SharedBuffer::alloc(size_t size) in alloc() function in android::SharedBuffer
|
H A D | String16.cpp | 34 void* String16::alloc(size_t size) in alloc() function in android::String16
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1295 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoSend() 1304 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoReceive() 1390 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() local 1429 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() local 1474 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() local 1517 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() local 1532 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D() local 1570 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead2D() local 1587 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead3D() local 2734 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetVertices() local [all …]
|
/aosp14/system/core/trusty/apploader/fuzz/ |
H A D | app_fuzzer.cpp | 111 BufferAllocator alloc; in LLVMFuzzerTestOneInput() local
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 484 native void rsnAllocationSyncAll(long con, long alloc, int src); in rsnAllocationSyncAll() 485 synchronized void nAllocationSyncAll(long alloc, int src) { in nAllocationSyncAll() 508 native Surface rsnAllocationGetSurface(long con, long alloc); in rsnAllocationGetSurface() 509 synchronized Surface nAllocationGetSurface(long alloc) { in nAllocationGetSurface() 514 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface() 518 native void rsnAllocationIoSend(long con, long alloc); in rsnAllocationIoSend() 519 synchronized void nAllocationIoSend(long alloc) { in nAllocationIoSend() 523 native long rsnAllocationIoReceive(long con, long alloc); in rsnAllocationIoReceive() 524 synchronized long nAllocationIoReceive(long alloc) { in nAllocationIoReceive() 529 native void rsnAllocationGenerateMipmaps(long con, long alloc); in rsnAllocationGenerateMipmaps() [all …]
|
H A D | AllocationAdapter.java | 30 AllocationAdapter(long id, RenderScript rs, Allocation alloc, Type t) { in AllocationAdapter()
|
H A D | Mesh.java | 368 Allocation alloc = null; in create() local 383 Allocation alloc = null; in create() local
|
H A D | Allocation.java | 2827 Allocation alloc = new Allocation(id, rs, t, true, usage, mips); in createFromBitmap() local 2929 static Allocation createFromAllocation(RenderScript rs, Allocation alloc) { in createFromAllocation() 2970 void shareBufferQueue(Allocation alloc) { in shareBufferQueue() 3264 Allocation alloc = createFromBitmap(rs, b, mips, usage); in createFromBitmapResource() local 3314 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage); in createFromString() local
|
/aosp14/system/core/trusty/utils/acvp/ |
H A D | trusty_modulewrapper.cpp | 122 BufferAllocator alloc; in SendMessage() local
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | LinearAllocator.h | 60 void* alloc(size_t size) { in alloc() function
|
/aosp14/system/core/trusty/apploader/ |
H A D | apploader.cpp | 122 BufferAllocator alloc; in read_file() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | VertexBuffer.h | 58 TYPE* alloc(int vertexCount) { in alloc() function
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | CursorWindow.cpp | 321 status_t CursorWindow::alloc(size_t size, uint32_t* outOffset) { in alloc() function in android::CursorWindow
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | Bitmap.cpp | 94 static sk_sp<Bitmap> allocateBitmap(SkBitmap* bitmap, AllocPixelRef alloc) { in allocateBitmap()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaCodec.cpp | 2684 std::shared_ptr<C2Allocator> alloc; in android_media_MediaCodec_native_queueHardwareBuffer() local 2692 std::shared_ptr<C2GraphicAllocation> alloc; in android_media_MediaCodec_native_queueHardwareBuffer() local
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Bitmap.cpp | 335 SkBitmap::Allocator* alloc) { in bitmapCopyTo()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_AssetManager.cpp | 294 String8 alloc = Asset::getAssetAllocations(); in NativeGetAssetAllocations() local
|
/aosp14/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 674 uintptr_t alloc = reinterpret_cast<uintptr_t>(malloc(16)); in TEST_F() local
|