Searched refs:mmap (Results 1 - 7 of 7) sorted by relevance
/development/ndk/sources/android/libportable/arch-mips/ |
H A D | mmap.c | 91 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 D | mman.h | 47 extern void* mmap(void *, size_t, int, int, int, off_t);
|
/development/ndk/platforms/android-L/include/sys/ |
H A D | mman.h | 46 extern void* mmap(void*, size_t, int, int, int, off_t);
|
/development/ndk/platforms/android-3/include/linux/ |
H A D | android_pmem.h | 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
|
H A D | sysfs.h | 47 int (*mmap)(struct kobject *, struct bin_attribute *attr, member in struct:bin_attribute
|
/development/tools/yuv420sp2rgb/ |
H A D | yuv420sp2rgb.c | 240 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 D | perf_event.h | 174 mmap : 1, member in struct:perf_event_attr
|
Completed in 202 milliseconds