Searched refs:context (Results 26 - 31 of 31) sorted by relevance

12

/system/core/init/
H A Dinit_parser.c327 state->context = parse_service(state, nargs, args);
328 if (state->context) {
334 state->context = parse_action(state, nargs, args);
335 if (state->context) {
650 struct service *svc = state->context;
844 struct action *act = state->context;
/system/core/include/private/pixelflinger/
H A Dggl_context.h553 void ggl_init_context(context_t* context);
554 void ggl_uninit_context(context_t* context);
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c42 * an abstract machine context consisting of just the ARM core registers.
69 /* Machine context at the time a signal was raised. */
585 ssize_t unwind_backtrace_ptrace_arch(pid_t tid, const ptrace_context_t* context, argument
599 return unwind_backtrace_common(&memory, context->map_info_list, &state,
/system/core/sdcard/
H A Dsdcard.c1590 static bool remove_str_to_int(void *key, void *value, void *context) { argument
1591 Hashmap* map = context;
1597 static bool remove_int_to_null(void *key, void *value, void *context) { argument
1598 Hashmap* map = context;
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c67 /* Machine context at the time a signal was raised. */
843 ssize_t unwind_backtrace_ptrace_arch(pid_t tid, const ptrace_context_t* context, argument
860 return unwind_backtrace_common(&memory, context->map_info_list,
/system/core/libpixelflinger/
H A Dpixelflinger.cpp822 ssize_t gglInit(GGLContext** context) argument
826 // always align the context on cache lines
830 *context = (GGLContext*)c;

Completed in 238 milliseconds

12