Searched refs:list_foreach_safe (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | list.c | 62 list_foreach_safe(list, ptr, tmp) { in list_free_all() 228 list_foreach_safe(list, ptr, tmp) { in list_delete() 242 list_foreach_safe(list, ptr, tmp) { in list_delete_all()
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
D | list.h | 69 #define list_foreach_safe(list, ptr, nxt) \ macro
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | wrs_omxcore.cpp | 113 list_foreach_safe(head, entry, next) { in destruct_components()
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portbase.cpp | 95 list_foreach_safe(buffer_hdrs, entry, temp) { in ~PortBase()
|