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

  /frameworks/base/libs/surfaceflinger_client/
SharedBufferStack.cpp 137 "%s[ head=%2d, available=%2d, queued=%2d, tail=%2d ] "
139 prefix, stack.head, stack.available, stack.queued, tail,
161 (stack.queued > 0 && stack.inUse != buf));
178 android_atomic_inc(&stack.queued);
212 // Preventively lock the current buffer before updating queued.
215 // Decrement the number of queued buffers
216 int32_t queued; local
218 queued = stack.queued;
219 if (queued == 0)
    [all...]
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 101 volatile int32_t queued; // number of buffers waiting for post member in class:android::SharedBufferStack
  /external/elfutils/src/
ldgeneric.c 910 struct scnhead *queued; local
953 /* Find already queued sections. */
954 queued = ld_section_tab_find (&ld_state.section_tab, hval, &search);
955 if (queued != NULL)
977 scninfo->next = queued->last->next;
978 queued->last = queued->last->next = scninfo;
980 queued->flags = SH_FLAGS_COMBINE (queued->flags, shdr->sh_flags);
981 queued->align = MAX (queued->align, shdr->sh_addralign)
2719 struct scnhead *queued; local
    [all...]

Completed in 540 milliseconds