Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 18 of 18) sorted by relevance

/aosp14/system/core/libutils/
H A DSharedBuffer.cpp30 SharedBuffer* SharedBuffer::alloc(size_t size) in alloc() function in android::SharedBuffer
H A DString16.cpp34 void* String16::alloc(size_t size) in alloc() function in android::String16
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1295 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 Dapp_fuzzer.cpp111 BufferAllocator alloc; in LLVMFuzzerTestOneInput() local
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java484 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 DAllocationAdapter.java30 AllocationAdapter(long id, RenderScript rs, Allocation alloc, Type t) { in AllocationAdapter()
H A DMesh.java368 Allocation alloc = null; in create() local
383 Allocation alloc = null; in create() local
H A DAllocation.java2827 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 Dtrusty_modulewrapper.cpp122 BufferAllocator alloc; in SendMessage() local
/aosp14/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h60 void* alloc(size_t size) { in alloc() function
/aosp14/system/core/trusty/apploader/
H A Dapploader.cpp122 BufferAllocator alloc; in read_file() local
/aosp14/frameworks/base/libs/hwui/
H A DVertexBuffer.h58 TYPE* alloc(int vertexCount) { in alloc() function
/aosp14/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp321 status_t CursorWindow::alloc(size_t size, uint32_t* outOffset) { in alloc() function in android::CursorWindow
/aosp14/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp94 static sk_sp<Bitmap> allocateBitmap(SkBitmap* bitmap, AllocPixelRef alloc) { in allocateBitmap()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp2684 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 DBitmap.cpp335 SkBitmap::Allocator* alloc) { in bitmapCopyTo()
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp294 String8 alloc = Asset::getAssetAllocations(); in NativeGetAssetAllocations() local
/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp674 uintptr_t alloc = reinterpret_cast<uintptr_t>(malloc(16)); in TEST_F() local