Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/
Dpoc.cpp76 sp<MemoryHeapBase> heap = new MemoryHeapBase(0x1000); in thread_func() local
79 handle->data[0] = heap->getHeapID(); in thread_func()
84 src.heapBase = hidl_memory("ashmem", hidl_handle(handle), heap->getSize()); in thread_func()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9424/
Dpoc.cpp83 sp<IMemoryHeap> heap = new MyMemoryHeap(fd); in set_heap() local
84 data.writeStrongBinder(IInterface::asBinder(heap)); in set_heap()