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

  /device/samsung/crespo/alsa-lib/src/mixer/
mixer_local.h 43 #define bag_for_each_safe(pos, next, bag) list_for_each_safe(pos, next, bag) macro
mixer.c 142 bag_for_each_safe(i, n, bag) { function
156 bag_for_each_safe(i, n, bag) { function
452 bag_for_each_safe(i, n, &elem->helems) {

Completed in 177 milliseconds