Home
last modified time | relevance | path

Searched refs:recycle (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/utils/src/
Dhdf_sbuf.c469 if (sbuf->impl != NULL && sbuf->impl->recycle != NULL) { in HdfSbufRecycle()
470 sbuf->impl->recycle(sbuf->impl); in HdfSbufRecycle()
480 if (sbuf->impl != NULL && sbuf->impl->recycle != NULL) { in HdfSBufRecycle()
481 sbuf->impl->recycle(sbuf->impl); in HdfSBufRecycle()
Dhdf_sbuf_impl_raw.c505 .recycle = SbufRawImplRecycle, in SbufInterfaceAssign()
/drivers/hdf_core/framework/utils/include/
Dhdf_sbuf_impl.h63 void (*recycle)(struct HdfSBufImpl *sbuf); member
/drivers/hdf_core/adapter/uhdf2/ipc/src/
Dhdf_sbuf_impl_hipc.cpp364 inf->recycle = SbufMParcelImplRecycle; in MParcelImplInterfaceAssign()