Searched refs:mmap (Results 1 - 7 of 7) sorted by relevance

/development/ndk/sources/android/libportable/arch-mips/
H A Dmmap.c91 extern void* REAL(mmap)(void *, size_t, int, int, int, off_t);
92 void *WRAP(mmap)(void *addr, size_t size, int prot, int flags, int fd, long byte_offset) function
105 ret_addr = REAL(mmap)(addr, size, native_prot, native_flags, fd, byte_offset);
/development/ndk/platforms/android-3/include/sys/
H A Dmman.h47 extern void* mmap(void *, size_t, int, int, int, off_t);
/development/ndk/platforms/android-L/include/sys/
H A Dmman.h46 extern void* mmap(void*, size_t, int, int, int, off_t);
/development/ndk/platforms/android-3/include/linux/
H A Dandroid_pmem.h44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
H A Dsysfs.h47 int (*mmap)(struct kobject *, struct bin_attribute *attr, member in struct:bin_attribute
/development/tools/yuv420sp2rgb/
H A Dyuv420sp2rgb.c240 in = mmap(0, width * height * 3 / 2, PROT_READ, MAP_PRIVATE, ifd, 0);
241 FAILIF(in == MAP_FAILED, "could not mmap input file: %s (%d)\n",
250 out = mmap(0, outsize, PROT_WRITE, MAP_SHARED, ofd, 0);
251 FAILIF(out == MAP_FAILED, "could not mmap output file: %s (%d)\n",
/development/ndk/platforms/android-L/include/linux/
H A Dperf_event.h174 mmap : 1, member in struct:perf_event_attr

Completed in 202 milliseconds