Searched defs:mmap (Results 1 - 2 of 2) sorted by relevance

/hardware/msm7k/libgralloc-qsd8k/
H A Dgralloc.cpp94 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, function in class:PmemAllocatorDepsDeviceImpl
96 return ::mmap(start, length, prot, flags, fd, offset);
/hardware/msm7k/libgralloc-qsd8k/tests/
H A Dpmemalloc_test.cpp50 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, function in class:DepsStub
109 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, function in struct:Deps_InitPmemAreaLockedWithSuccessfulCompletion
155 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, function in struct:Deps_InitPmemAreaLockedWithEnomemOnMmap
483 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, function in struct:Deps_KernelAllocPmemBufferWithSuccessfulCompletionWithNoFlags
575 virtual void* mmap(void* start, size_t length, int prot, int flags, int fd, function in struct:Deps_KernelAllocPmemBufferWithEnomemOnMmap

Completed in 251 milliseconds