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

  /external/libselinux/include/selinux/
context.h 16 typedef context_s_t *context_t; typedef
20 extern context_t context_new(const char *);
23 * Return a pointer to the string value of the context_t
25 * for the same context_t*
28 extern char *context_str(context_t);
31 extern void context_free(context_t);
35 extern const char *context_type_get(context_t);
36 extern const char *context_range_get(context_t);
37 extern const char *context_role_get(context_t);
38 extern const char *context_user_get(context_t);
    [all...]
  /external/qemu/distrib/libselinux/include/selinux/
context.h 16 typedef context_s_t *context_t; typedef
20 extern context_t context_new(const char *);
23 * Return a pointer to the string value of the context_t
25 * for the same context_t*
28 extern char *context_str(context_t);
31 extern void context_free(context_t);
35 extern const char *context_type_get(context_t);
36 extern const char *context_range_get(context_t);
37 extern const char *context_role_get(context_t);
38 extern const char *context_user_get(context_t);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-context.in.h 6 typedef int context_t; typedef
7 static inline context_t context_new (char const *s _UNUSED_PARAMETER_)
9 static inline char *context_str (context_t con _UNUSED_PARAMETER_)
11 static inline void context_free (context_t c _UNUSED_PARAMETER_) {}
13 static inline int context_user_set (context_t sc _UNUSED_PARAMETER_,
16 static inline int context_role_set (context_t sc _UNUSED_PARAMETER_,
19 static inline int context_range_set (context_t sc _UNUSED_PARAMETER_,
22 static inline int context_type_set (context_t sc _UNUSED_PARAMETER_,
  /system/core/include/private/pixelflinger/
ggl_context.h 123 #define GGL_CONTEXT(con, c) context_t *con = static_cast<context_t *>(c)
124 #define GGL_OFFSETOF(field) uintptr_t(&(((context_t*)0)->field))
274 struct context_t;
357 void (*read) (const surface_t* s, context_t* c,
359 void (*write)(const surface_t* s, context_t* c,
528 struct context_t { struct in namespace:android
542 void (*init_y)(context_t* c, int32_t y);
543 void (*step_y)(context_t* c);
544 void (*scanline)(context_t* c)
    [all...]

Completed in 191 milliseconds