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

12

/system/core/include/pixelflinger/
H A Dpixelflinger.h314 // construct / destroy the context
315 ssize_t gglInit(GGLContext** context);
316 ssize_t gglUninit(GGLContext* context);
/system/core/init/
H A Dinit_parser.c323 state->context = parse_service(state, nargs, args);
324 if (state->context) {
330 state->context = parse_action(state, nargs, args);
331 if (state->context) {
643 struct service *svc = state->context;
838 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/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 30 milliseconds

12