Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp59 c2_status_t unmap(void* addr, size_t size, C2Fence* fenceFd) override;
88 c2_status_t C2AllocationBlob::unmap(void* addr, size_t size, C2Fence* fenceFd) { in unmap() function in android::C2AllocationBlob
90 return mGraphicAllocation->unmap(reinterpret_cast<uint8_t**>(&addr), rect, fenceFd); in unmap()
DC2AllocatorIon.cpp93 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fenceFd) override;
210 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
413 return mImpl->unmap(addr, size, fence); in unmap()
DC2AllocatorGralloc.cpp258 virtual c2_status_t unmap(
319 unmap(addr, C2Rect(), nullptr); in ~C2AllocationGralloc()
620 c2_status_t C2AllocationGralloc::unmap( in unmap() function in android::C2AllocationGralloc
DC2Buffer.cpp286 (void)i->getAllocation()->unmap(base, len, nullptr); in map()
316 (void)i->getAllocation()->unmap(base, len, nullptr); in map()
904 mImpl->getAllocation()->unmap(mData, crop, nullptr); in Mapped()
929 mImpl->getAllocation()->unmap(mData, mImpl->crop(), nullptr); in ~Mapped()
/frameworks/base/native/webview/plat_support/
Ddraw_gl.h122 AwUnmapFunction* unmap; member
Dgraphics_utils.cpp86 function_table.unmap = &GraphicBufferImpl::UnmapStatic; in GetDrawGLFunctionTable()
/frameworks/base/core/java/android/os/
DHidlMemoryUtil.java83 shmem.unmap(buffer); in byteArrayToHidlMemory()
128 shmem.unmap(buffer); in byteListToHidlMemory()
DMemoryFile.java88 SharedMemory.unmap(mMapping); in deactivate()
DSharedMemory.java242 public static void unmap(@NonNull ByteBuffer buffer) { in unmap() method in SharedMemory
/frameworks/base/services/core/java/com/android/server/security/
DVerityUtils.java278 SharedMemory.unmap(mBuffer); in releaseSharedMemory()
/frameworks/base/libs/hwui/tests/unit/
DTypefaceTests.cpp39 void unmap(const void* ptr, void* context) { in unmap() function
52 SkData::MakeWithProc(data, st.st_size, unmap, reinterpret_cast<void*>(st.st_size)); in buildFamily()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h802 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fence /* nullable */) = 0;
1775 virtual c2_status_t unmap(
/frameworks/base/core/java/android/hardware/soundtrigger/
DConversionUtil.java384 shmem.unmap(buffer); in byteArrayToSharedMemory()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp279 ASSERT_EQ(C2_OK, mLinearAllocation->unmap(mAddr, mSize, nullptr)); in unmapLinear()
324 ASSERT_EQ(C2_OK, mGraphicAllocation->unmap(mAddrGraphic, mMappedRect, nullptr)); in unmapGraphic()
/frameworks/base/graphics/java/android/graphics/
DGraphicsStatsService.java531 SharedMemory.unmap(mMapping); in closeAllBuffers()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/config/
Dboot-image-profile.txt16137 HSPLandroid/os/SharedMemory;->unmap(Ljava/nio/ByteBuffer;)V
/frameworks/base/api/
Dcurrent.txt36841 method public static void unmap(@NonNull java.nio.ByteBuffer);