Home
last modified time | relevance | path

Searched refs:MBi_MakeParentSendBuffer (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_block.h97 u8 *MBi_MakeParentSendBuffer(const MBCommParentBlockHeader * hdr, u8 *sendbuf);
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_parent.c804 (void)MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendMsg()
902 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendDLFileInfo()
1021 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendBlock()
Dmb_block.c123 u8 *MBi_MakeParentSendBuffer(const MBCommParentBlockHeader * hdr, u8 *sendbuf) in MBi_MakeParentSendBuffer() function