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
37
buffer_hdrs
= NULL;
94
list_foreach_safe(
buffer_hdrs
, entry, temp) {
96
__list_delete(
buffer_hdrs
, entry);
378
buffer_hdrs
= __list_add_tail(
buffer_hdrs
, entry);
477
buffer_hdrs
= __list_add_tail(
buffer_hdrs
, entry);
513
entry = list_find(
buffer_hdrs
, pBuffer);
540
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 57 milliseconds