/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
H A D | OtfFontFileParser.java | 45 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 D | C2AllocatorBlob.cpp | 61 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 D | C2AllocatorIon.cpp | 98 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 D | C2DmaBufAllocator.cpp | 107 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 D | C2AllocatorGralloc.cpp | 261 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 D | C2Buffer.cpp | 287 (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 D | HidlMemoryUtil.java | 82 shmem.unmap(buffer); in byteArrayToHidlMemory() 126 shmem.unmap(buffer); in byteListToHidlMemory()
|
H A D | MemoryFile.java | 88 SharedMemory.unmap(mMapping); in deactivate()
|
H A D | SharedMemory.java | 242 public static void unmap(@NonNull ByteBuffer buffer) { in unmap() method in SharedMemory
|
/aosp12/frameworks/base/native/webview/plat_support/ |
H A D | draw_gl.h | 122 AwUnmapFunction* unmap; member
|
H A D | graphics_utils.cpp | 86 function_table.unmap = &GraphicBufferImpl::UnmapStatic; in GetDrawGLFunctionTable()
|
/aosp12/system/sepolicy/tests/ |
H A D | sepol_wrap.cpp | 221 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 D | VmsClient.java | 391 SharedMemory.unmap(buffer); in packetToSharedMemory() 416 SharedMemory.unmap(buffer); in sharedMemoryToPacket()
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | update_engine_common.te | 59 # read / write on /dev/device-mapper to map / unmap devices
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | update_engine_common.te | 62 # read / write on /dev/device-mapper to map / unmap devices
|
/aosp12/frameworks/base/core/java/com/android/internal/security/ |
H A D | VerityUtils.java | 314 SharedMemory.unmap(mBuffer); in releaseSharedMemory()
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | update_engine_common.te | 66 # read / write on /dev/device-mapper to map / unmap devices
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | update_engine_common.te | 66 # read / write on /dev/device-mapper to map / unmap devices
|
/aosp12/system/sepolicy/public/ |
H A D | update_engine_common.te | 66 # 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 D | ExternalCameraUtils.h | 154 int unmap();
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | TypefaceTests.cpp | 41 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 D | habanalabs.h | 468 } unmap; member
|
/aosp12/hardware/interfaces/camera/device/3.4/default/ |
H A D | ExternalCameraUtils.cpp | 77 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 D | Typeface.java | 1249 SharedMemory.unmap(writableBuffer); 1432 SharedMemory.unmap(sSystemFontMapBuffer);
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Buffer.h | 822 virtual c2_status_t unmap(void *addr, size_t size, C2Fence *fence /* nullable */) = 0; 1912 virtual c2_status_t unmap(
|