Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A 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
/aosp12/frameworks/av/media/codec2/vndk/
H A 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()
H A DC2AllocatorIon.cpp98 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fenceFd) override;
216 c2_status_t unmap(void *addr, size_t size, C2Fence *fence) { in unmap() function in android::C2AllocationIon::Impl
445 c2_status_t C2AllocationIon::unmap(void *addr, size_t size, C2Fence *fence) { in unmap() function in android::C2AllocationIon
446 return mImpl->unmap(addr, size, fence); in unmap()
H A 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
H A 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
H A 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()
/aosp12/frameworks/base/core/java/android/os/
H A DHidlMemoryUtil.java82 shmem.unmap(buffer); in byteArrayToHidlMemory()
126 shmem.unmap(buffer); in byteListToHidlMemory()
H A DMemoryFile.java88 SharedMemory.unmap(mMapping); in deactivate()
H A DSharedMemory.java242 public static void unmap(@NonNull ByteBuffer buffer) { in unmap() method in SharedMemory
/aosp12/frameworks/base/native/webview/plat_support/
H A Ddraw_gl.h122 AwUnmapFunction* unmap; member
H A Dgraphics_utils.cpp86 function_table.unmap = &GraphicBufferImpl::UnmapStatic; in GetDrawGLFunctionTable()
/aosp12/system/sepolicy/tests/
H A Dsepol_wrap.cpp221 auto unmap = [=](void *ptr) { munmap(ptr, sb.st_size); }; in load_policy() local
222 std::unique_ptr<void, decltype(unmap)> map( in load_policy()
223 mmap(nullptr, sb.st_size, PROT_READ, MAP_PRIVATE, fileno(fp), 0), unmap); in load_policy()
/aosp12/packages/services/Car/car-lib/src/android/car/vms/
H A DVmsClient.java391 SharedMemory.unmap(buffer); in packetToSharedMemory()
416 SharedMemory.unmap(buffer); in sharedMemoryToPacket()
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dupdate_engine_common.te59 # read / write on /dev/device-mapper to map / unmap devices
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dupdate_engine_common.te62 # read / write on /dev/device-mapper to map / unmap devices
/aosp12/frameworks/base/core/java/com/android/internal/security/
H A DVerityUtils.java314 SharedMemory.unmap(mBuffer); in releaseSharedMemory()
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dupdate_engine_common.te66 # read / write on /dev/device-mapper to map / unmap devices
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dupdate_engine_common.te66 # read / write on /dev/device-mapper to map / unmap devices
/aosp12/system/sepolicy/public/
H A Dupdate_engine_common.te66 # read / write on /dev/device-mapper to map / unmap devices
/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraUtils.h154 int unmap();
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A 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()
/aosp12/bionic/libc/kernel/uapi/misc/
H A Dhabanalabs.h468 } unmap; member
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraUtils.cpp77 int V4L2Frame::unmap() { in unmap() function in android::hardware::camera::device::V3_4::implementation::V4L2Frame
91 unmap(); in ~V4L2Frame()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java1249 SharedMemory.unmap(writableBuffer);
1432 SharedMemory.unmap(sSystemFontMapBuffer);
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Buffer.h822 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fence /* nullable */) = 0;
1912 virtual c2_status_t unmap(

12