HomeSort by relevance Sort by last modified time
    Searched defs:ashmem_pin (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
ashmem.h 30 struct ashmem_pin { struct
44 #define ASHMEM_PIN _IOW(__ASHMEMIOC, 7, struct ashmem_pin)
45 #define ASHMEM_UNPIN _IOW(__ASHMEMIOC, 8, struct ashmem_pin)
  /development/ndk/platforms/android-3/include/linux/
ashmem.h 28 struct ashmem_pin { struct
41 #define ASHMEM_PIN _IOW(__ASHMEMIOC, 7, struct ashmem_pin)
42 #define ASHMEM_UNPIN _IOW(__ASHMEMIOC, 8, struct ashmem_pin)
  /development/ndk/platforms/android-L/include/linux/
ashmem.h 30 struct ashmem_pin { struct
44 #define ASHMEM_PIN _IOW(__ASHMEMIOC, 7, struct ashmem_pin)
45 #define ASHMEM_UNPIN _IOW(__ASHMEMIOC, 8, struct ashmem_pin)
  /external/kernel-headers/original/uapi/linux/
ashmem.h 21 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */
29 struct ashmem_pin { struct
42 #define ASHMEM_PIN _IOW(__ASHMEMIOC, 7, struct ashmem_pin)
43 #define ASHMEM_UNPIN _IOW(__ASHMEMIOC, 8, struct ashmem_pin)

Completed in 196 milliseconds