Home
last modified time | relevance | path

Searched refs:HdfSbufConstructor (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/utils/src/
Dhdf_sbuf.c51 static const struct HdfSbufConstructor g_sbufConstructorMap[SBUF_TYPE_MAX] = {
66 static const struct HdfSbufConstructor *HdfSbufConstructorGet(uint32_t type) in HdfSbufConstructorGet()
311 const struct HdfSbufConstructor *constructor = HdfSbufConstructorGet(type); in HdfSbufTypedObtainCapacity()
372 const struct HdfSbufConstructor *constructor = HdfSbufConstructorGet(type); in HdfSbufTypedBind()
/drivers/hdf_core/framework/utils/include/
Dhdf_sbuf_impl.h18 struct HdfSbufConstructor { struct