Home
last modified time | relevance | path

Searched refs:WBT_CallPacketRecvHook (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.5/build/libraries/wbt/common/src/
Dwbt_api.c287 WBT_CallPacketRecvHook(wbti_command_work, aid, buf, size); in WBT_MpParentRecvHook()
303 WBT_CallPacketRecvHook(wbti_command_work, 0, buf, size); in WBT_MpChildRecvHook()
Dwbt_context.c1069 void WBT_CallPacketRecvHook(WBTContext * work, int aid, const void *buffer, int length) in WBT_CallPacketRecvHook() function
/TwlSDK-5.5/build/libraries/wfs/common/src/
Dwfs_client.c372 WBT_CallPacketRecvHook(context->wbt, aid, packet->buffer, packet->length); in WFS_CallClientPacketRecvHook()
Dwfs_server.c419 WBT_CallPacketRecvHook(context->wbt, aid, buffer, length); in WFS_CallServerPacketRecvHook()
/TwlSDK-5.5/include/nitro/wbt/
Dcontext.h330 void WBT_CallPacketRecvHook(WBTContext *work, int aid, const void *buffer, int length);