Searched refs:mapfd (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/binder/ |
D | MemoryHeapBase.cpp | 75 if (fd < 0 || (mapfd(fd, true, size) != NO_ERROR)) return; in MemoryHeapBase() 93 if (fd < 0 || (mapfd(fd, true, size) != NO_ERROR)) return; in MemoryHeapBase() 115 if (mapfd(fd, false, size) == NO_ERROR) { in MemoryHeapBase() 130 mapfd(fcntl(fd, F_DUPFD_CLOEXEC, 0), false, size, offset); in MemoryHeapBase() 146 status_t MemoryHeapBase::mapfd(int fd, bool writeableByCaller, size_t size, off_t offset) in mapfd() function in android::MemoryHeapBase
|
/frameworks/native/include/binder/ |
D | MemoryHeapBase.h | 99 status_t mapfd(int fd, bool writeableByCaller, size_t size, off_t offset = 0);
|
/frameworks/native/libs/binder/include/binder/ |
D | MemoryHeapBase.h | 99 status_t mapfd(int fd, bool writeableByCaller, size_t size, off_t offset = 0);
|