Home
last modified time | relevance | path

Searched refs:mapfd (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DMemoryHeapBase.cpp75 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/
DMemoryHeapBase.h99 status_t mapfd(int fd, bool writeableByCaller, size_t size, off_t offset = 0);
/frameworks/native/libs/binder/include/binder/
DMemoryHeapBase.h99 status_t mapfd(int fd, bool writeableByCaller, size_t size, off_t offset = 0);