Searched defs:mmap (Results 1 - 4 of 4) 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
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c565 char *mmap = "N"; local
599 mmap = "M";
658 rc = play_wav(mmap, rate, ch, device, filename);
660 rc = play_raw(mmap, rate, ch, device, filename);
662 rc = play_wav(mmap, rate, ch, device, "dummy");
H A Darec.c518 char *mmap = "N"; local
551 mmap = "M";
609 rc = rec_wav(mmap, device, rate, ch, filename);
611 rc = rec_raw(mmap, device, rate, ch, filename);
613 rc = rec_wav(mmap, device, rate, ch, "dummy");

Completed in 74 milliseconds