Searched refs:mapfd (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp53 if (mapfd(fd, size) == NO_ERROR) {
74 if (mapfd(fd, size) == NO_ERROR) {
86 mapfd(dup(fd), size, offset);
102 status_t MemoryHeapBase::mapfd(int fd, size_t size, uint32_t offset) function in class:android::MemoryHeapBase
/frameworks/native/include/binder/
H A DMemoryHeapBase.h89 status_t mapfd(int fd, size_t size, uint32_t offset = 0);

Completed in 88 milliseconds