Home
last modified time | relevance | path

Searched defs:unmap (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/native/webview/plat_support/
Ddraw_gl.h122 AwUnmapFunction* unmap; member
/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp88 c2_status_t C2AllocationBlob::unmap(void* addr, size_t size, C2Fence* fenceFd) { in unmap() function in android::C2AllocationBlob
DC2AllocatorIon.cpp210 c2_status_t unmap(void *addr, size_t size, C2Fence *fence) { in unmap() function in android::C2AllocationIon::Impl
412 c2_status_t C2AllocationIon::unmap(void *addr, size_t size, C2Fence *fence) { in unmap() function in android::C2AllocationIon
DC2AllocatorGralloc.cpp620 c2_status_t C2AllocationGralloc::unmap( in unmap() function in android::C2AllocationGralloc
/frameworks/base/core/java/android/os/
DSharedMemory.java242 public static void unmap(@NonNull ByteBuffer buffer) { in unmap() method in SharedMemory
/frameworks/base/libs/hwui/tests/unit/
DTypefaceTests.cpp39 void unmap(const void* ptr, void* context) { in unmap() function