OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buffer_hdrs
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp
38
buffer_hdrs
= NULL;
95
list_foreach_safe(
buffer_hdrs
, entry, temp) {
97
__list_delete(
buffer_hdrs
, entry);
379
buffer_hdrs
= __list_add_tail(
buffer_hdrs
, entry);
478
buffer_hdrs
= __list_add_tail(
buffer_hdrs
, entry);
514
entry = list_find(
buffer_hdrs
, pBuffer);
541
buffer_hdrs
= __list_delete(
buffer_hdrs
, entry)
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h
151
struct list *
buffer_hdrs
;
member in class:PortBase
Completed in 1216 milliseconds