Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/utils/include/
Dhdf_sbuf_impl.h60 size_t (*getCapacity)(const struct HdfSBufImpl *sbuf); member
/drivers/hdf_core/framework/utils/src/
Dhdf_sbuf.c89 HDF_SBUF_IMPL_CHECK_RETURN(sbuf, getCapacity, HDF_FAILURE); in HdfSbufGetCapacity()
90 return (sbuf != NULL && sbuf->impl != NULL) ? sbuf->impl->getCapacity(sbuf->impl) : 0; in HdfSbufGetCapacity()
107 HDF_SBUF_IMPL_CHECK_RETURN(sbuf, getCapacity, false); in HdfSbufWriteBuffer()
Dhdf_sbuf_impl_raw.c502 .getCapacity = SbufRawImplGetCapacity, in SbufInterfaceAssign()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
Dhdf_sbuf_impl_hipc.cpp361 inf->getCapacity = SbufMParcelImplGetCapacity; in MParcelImplInterfaceAssign()