HomeSort by relevance Sort by last modified time
    Searched refs:context_list (Results 1 - 2 of 2) sorted by null

  /device/google/dragon/audio/hal/
cras_dsp.c 36 static struct cras_dsp_context *context_list; variable in typeref:struct:cras_dsp_context
117 DL_FOREACH(context_list, ctx) {
150 DL_APPEND(context_list, ctx);
156 DL_DELETE(context_list, ctx);
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 67 static struct apple_glx_context *context_list = NULL; variable in typeref:struct:apple_glx_context
69 /* This guards the context_list above. */
105 for (i = context_list; i; i = i->next) {
192 if (context_list)
193 context_list->previous = ac;
196 ac->next = context_list;
197 context_list = ac;
229 /* Remove ac from the context_list as soon as possible. */
236 context_list = ac->next;
534 for (ac = context_list; ac; ac = ac->next)
    [all...]

Completed in 520 milliseconds