i80_controller sample
lv_cache_class_t::remove_cb
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_cache_class_t::remove_cb
lv_cache_class_t::remove_cb field
The remove function for cache entries
Syntax
Show:
Summary
Declaration
from
lv_cache_private.h:153
lv_cache_remove_cb_t
remove_cb
;
Examples
References
from
examples
Code
Location
Scope
Referrer
lv_cache_remove_cb_t
remove_cb
;
/**< The remove function for cache entries */
lv_cache_private.h:153
cache
->
clz
->
remove_cb
(
cache
,
entry
,
user_data
)
;
lv_cache.c:182
lv_cache_acquire_or_create()
cache
->
clz
->
remove_cb
(
cache
,
entry
,
user_data
)
;
lv_cache.c:307
cache_drop_internal_no_lock()
cache
->
clz
->
remove_cb
(
cache
,
entry
,
user_data
)
;
lv_cache.c:313
cache_drop_internal_no_lock()
cache
->
clz
->
remove_cb
(
cache
,
victim
,
user_data
)
;
lv_cache.c:326
cache_evict_one_internal_no_lock()
const
lv_cache_class_t
lv_cache_class_lru_rb_count
=
{
lv_cache_lru_rb.c:97
lv_cache_class_lru_rb_count
remove_cb()
.
remove_cb
=
remove_cb
,
lv_cache_lru_rb.c:104
const
lv_cache_class_t
lv_cache_class_lru_rb_size
=
{
lv_cache_lru_rb.c:111
lv_cache_class_lru_rb_size
remove_cb()
.
remove_cb
=
remove_cb
,
lv_cache_lru_rb.c:118
Call Tree
from
examples
lv_cache_class_t::remove_cb
is called by 3 functions:
lv_cache_acquire_or_create()
cache_drop_internal_no_lock()
cache_evict_one_internal_no_lock()
All items filtered out
lv_cache_class_t::remove_cb
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
lv_cache_class_t::remove_cb
implements 1 functions:
remove_cb()
All items filtered out
lv_cache_class_t::remove_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out