Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DOtfFontFileParser.java45 unmap(buffer); in getPostScriptName()
69 unmap(buffer); in buildFontFileName()
80 unmap(buffer); in getRevision()
114 unmap(buffer); in tryToCreateTypeface()
125 private static void unmap(ByteBuffer buffer) { in unmap() method in OtfFontFileParser
/frameworks/av/media/codec2/vndk/
DC2AllocatorBlob.cpp61 c2_status_t unmap(void* addr, size_t size, C2Fence* fenceFd) override;
89 mGraphicAllocation->unmap(&mMappedAddr, rect, nullptr); in ~C2AllocationBlob()
125 c2_status_t C2AllocationBlob::unmap(void* addr, size_t size, C2Fence* fenceFd) { in unmap() function in android::C2AllocationBlob
146 c2_status_t err = mGraphicAllocation->unmap(&mMappedAddr, rect, fenceFd); in unmap()
DC2AllocatorIon.cpp98 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fenceFd) override;
215 c2_status_t unmap(void *addr, size_t size, C2Fence *fence) { in unmap() function in android::C2AllocationIon::Impl
438 c2_status_t C2AllocationIon::unmap(void *addr, size_t size, C2Fence *fence) { in unmap() function in android::C2AllocationIon
439 return mImpl->unmap(addr, size, fence); in unmap()
DC2DmaBufAllocator.cpp107 virtual c2_status_t unmap(void* addr, size_t size, C2Fence* fenceFd) override;
207 c2_status_t C2DmaBufAllocation::unmap(void* addr, size_t size, C2Fence* fence) { in unmap() function in android::C2DmaBufAllocation
DC2AllocatorGralloc.cpp261 virtual c2_status_t unmap(
322 unmap(addr, C2Rect(), nullptr); in ~C2AllocationGralloc()
796 c2_status_t C2AllocationGralloc::unmap( in unmap() function in android::C2AllocationGralloc
DC2Buffer.cpp287 (void)i->getAllocation()->unmap(base, len, nullptr); in map()
317 (void)i->getAllocation()->unmap(base, len, nullptr); in map()
889 mImpl->getAllocation()->unmap(mData, crop, nullptr); in Mapped()
914 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.java82 shmem.unmap(buffer); in byteArrayToHidlMemory()
126 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/core/java/com/android/internal/security/
DVerityUtils.java314 SharedMemory.unmap(mBuffer); in releaseSharedMemory()
/frameworks/base/libs/hwui/tests/unit/
DTypefaceTests.cpp41 void unmap(const void* ptr, void* context) { in unmap() function
54 SkData::MakeWithProc(data, st.st_size, unmap, reinterpret_cast<void*>(st.st_size)); in buildFamily()
/frameworks/base/core/java/android/hardware/soundtrigger/
DConversionUtil.java384 shmem.unmap(buffer); in byteArrayToSharedMemory()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h822 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fence /* nullable */) = 0;
1912 virtual c2_status_t unmap(
/frameworks/base/graphics/java/android/graphics/
DTypeface.java1249 SharedMemory.unmap(writableBuffer);
1432 SharedMemory.unmap(sSystemFontMapBuffer);
DGraphicsStatsService.java529 SharedMemory.unmap(mMapping); in closeAllBuffers()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp280 ASSERT_EQ(C2_OK, mLinearAllocation->unmap(mAddr, mSize, nullptr)); in unmapLinear()
325 ASSERT_EQ(C2_OK, mGraphicAllocation->unmap(mAddrGraphic, mMappedRect, nullptr)); in unmapGraphic()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp461 c2_status_t unmap(uint8_t **, C2Rect, C2Fence *) override { return C2_OK; } in unmap() function in android::TestGraphicAllocation
/frameworks/base/core/api/
Dcurrent.txt31798 method public static void unmap(@NonNull java.nio.ByteBuffer);